/* Seller Content / Video Studio page: PB marketplace shell with navy, cream, and gold styling. */
body.pb-buyers-seller-content-page,
body.pb-buyers-seller-content-page.pb-buyers-standalone-page {
    margin: 0;
    background: #f2eee7;
}

body.pb-buyers-seller-content-page header.site-header,
body.pb-buyers-seller-content-page #masthead,
body.pb-buyers-seller-content-page .site-header,
body.pb-buyers-seller-content-page .main-header-bar,
body.pb-buyers-seller-content-page .ast-primary-header-bar,
body.pb-buyers-seller-content-page .ast-mobile-header-wrap,
body.pb-buyers-seller-content-page footer.site-footer,
body.pb-buyers-seller-content-page #colophon,
body.pb-buyers-seller-content-page .site-footer,
body.pb-buyers-seller-content-page .entry-header,
body.pb-buyers-seller-content-page .page-title,
body.pb-buyers-seller-content-page .entry-title,
body.pb-buyers-seller-content-page .wp-block-post-title,
body.pb-buyers-seller-content-page .ast-archive-description {
    display: none !important;
}

body.pb-buyers-seller-content-page #page,
body.pb-buyers-seller-content-page .site,
body.pb-buyers-seller-content-page #content,
body.pb-buyers-seller-content-page .site-content,
body.pb-buyers-seller-content-page .site-content .ast-container,
body.pb-buyers-seller-content-page .ast-container,
body.pb-buyers-seller-content-page #primary,
body.pb-buyers-seller-content-page .content-area,
body.pb-buyers-seller-content-page main.site-main,
body.pb-buyers-seller-content-page article,
body.pb-buyers-seller-content-page .entry-content {
    margin: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    width: 100% !important;
}

body.pb-buyers-seller-content-page .entry-content > *,
body.pb-buyers-seller-content-page .wp-site-blocks > * {
    max-width: none !important;
}

.pb-seller-content-page {
    --pb-video-navy: #061d31;
    --pb-video-navy-2: #082b4b;
    --pb-video-navy-3: #0f365b;
    --pb-video-blue: #4d95dd;
    --pb-video-blue-2: #2879d7;
    --pb-video-gold: #d6b86d;
    --pb-video-gold-soft: rgba(214, 184, 109, 0.26);
    --pb-video-cream: #f2eee7;
    --pb-video-panel: #fffaf0;
    --pb-video-panel-2: rgba(255, 252, 246, 0.94);
    --pb-video-ink: #191715;
    --pb-video-muted: #766b5d;
    --pb-video-border: rgba(164, 133, 74, 0.30);
    --pb-video-shadow: 0 22px 48px rgba(29, 24, 17, 0.13);
    background:
        radial-gradient(circle at 12% 0%, rgba(77, 149, 221, 0.16), transparent 34%),
        linear-gradient(180deg, #061d31 0 84px, var(--pb-video-cream) 84px 100%);
    color: var(--pb-video-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    min-height: 100vh;
    overflow-x: hidden;
}

.pb-seller-content-page *,
.pb-seller-content-page *::before,
.pb-seller-content-page *::after {
    box-sizing: border-box;
}

.pb-seller-content-page .pb-public-search input[type="search"] {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #f7f2e7 !important;
    flex: 1 1 auto !important;
    height: auto !important;
    margin: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    outline: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

.pb-seller-content-page .pb-public-search button {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #f7f2e7 !important;
    height: auto !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}



.pb-seller-content-notice,
.pb-seller-content-access,
.pb-seller-content-hero,
.pb-seller-content-stats article,
.pb-seller-content-form-card,
.pb-seller-content-table-card {
    border: 1px solid var(--pb-video-border);
    border-radius: 24px;
    background: var(--pb-video-panel-2);
    box-shadow: var(--pb-video-shadow);
}

.pb-seller-content-notice {
    margin-bottom: 18px;
    padding: 14px 18px;
    font-weight: 900;
}

.pb-seller-content-notice--success {
    color: #1e5f46;
    border-color: rgba(30, 95, 70, .24);
    background: #eefaf4;
}

.pb-seller-content-notice--error {
    color: #8a2630;
    border-color: rgba(138, 38, 48, .24);
    background: #fff0f1;
}

.pb-seller-content-access {
    display: grid;
    min-height: 420px;
    place-items: center;
    padding: 48px;
    text-align: center;
}

.pb-seller-content-access > span {
    align-items: center;
    background: linear-gradient(135deg, var(--pb-video-navy), var(--pb-video-navy-3));
    border: 1px solid rgba(214, 184, 109, 0.42);
    border-radius: 50%;
    color: var(--pb-video-gold);
    display: inline-flex;
    font-size: 34px;
    height: 82px;
    justify-content: center;
    margin-bottom: 14px;
    width: 82px;
}

.pb-seller-content-access h1 {
    color: var(--pb-video-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 4vw, 50px);
    letter-spacing: -0.035em;
    margin: 0;
}

.pb-seller-content-access p {
    color: var(--pb-video-muted);
    font-size: 16px;
    line-height: 1.65;
    margin: 14px auto 22px;
    max-width: 620px;
}

.pb-seller-content-access a,
.pb-seller-content-access button,
.pb-seller-content-primary-link,
.pb-seller-content-form-actions button {
    align-items: center;
    background: linear-gradient(135deg, var(--pb-video-blue), var(--pb-video-blue-2));
    border: 1px solid rgba(247, 242, 231, 0.18);
    border-radius: 999px;
    box-shadow: 0 12px 24px rgba(40, 121, 215, 0.22);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.pb-seller-content-access a:hover,
.pb-seller-content-access button:hover,
.pb-seller-content-primary-link:hover,
.pb-seller-content-form-actions button:hover {
    box-shadow: 0 16px 30px rgba(40, 121, 215, 0.28);
    transform: translateY(-1px);
}

.pb-seller-content-hero {
    align-items: center;
    background:
        radial-gradient(circle at 82% 18%, rgba(77, 149, 221, 0.24), transparent 26%),
        linear-gradient(135deg, var(--pb-video-navy), var(--pb-video-navy-2));
    border-color: rgba(214, 184, 109, 0.42);
    color: #fff8eb;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    overflow: hidden;
    padding: clamp(24px, 4vw, 38px);
    position: relative;
}

.pb-seller-content-hero::after {
    border: 1px solid rgba(214, 184, 109, 0.28);
    border-radius: 999px;
    content: "";
    height: 180px;
    opacity: 0.55;
    position: absolute;
    right: -54px;
    top: -70px;
    width: 180px;
}

.pb-seller-content-hero > * {
    position: relative;
    z-index: 1;
}

.pb-seller-content-hero p,
.pb-seller-content-card-head p {
    color: var(--pb-video-gold);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.22em;
    margin: 0 0 9px;
    text-transform: uppercase;
}

.pb-seller-content-hero h1,
.pb-seller-content-card-head h2 {
    margin: 0;
}

.pb-seller-content-hero h1 {
    color: #fff8eb;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 5vw, 76px);
    letter-spacing: -0.055em;
    line-height: 0.92;
}

.pb-seller-content-card-head h2 {
    color: var(--pb-video-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(26px, 3vw, 38px);
    letter-spacing: -0.04em;
    line-height: 1;
}

.pb-seller-content-hero span,
.pb-seller-content-card-head span {
    color: rgba(25, 23, 21, 0.70);
    display: block;
    font-weight: 700;
    line-height: 1.45;
    margin-top: 12px;
}

.pb-seller-content-hero span {
    color: rgba(247, 242, 231, 0.82);
}

.pb-seller-content-primary-link {
    background: #fff8eb;
    border-color: rgba(214, 184, 109, 0.46);
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.22);
    color: var(--pb-video-navy);
    min-width: 170px;
}

.pb-seller-content-stats {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 18px 0;
}

.pb-seller-content-stats article {
    background:
        linear-gradient(180deg, rgba(255, 250, 240, 0.98), rgba(255, 252, 246, 0.92));
    min-height: 126px;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.pb-seller-content-stats article::after {
    background: rgba(214, 184, 109, 0.24);
    border-radius: 999px;
    content: "";
    height: 72px;
    position: absolute;
    right: -26px;
    top: -28px;
    width: 72px;
}

.pb-seller-content-stats small,
.pb-seller-content-stats span {
    color: var(--pb-video-muted);
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.pb-seller-content-stats strong {
    color: var(--pb-video-navy);
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 42px;
    letter-spacing: -0.05em;
    line-height: 1;
    margin: 12px 0 6px;
}

.pb-seller-content-workspace {
    align-items: start;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(360px, 470px) minmax(0, 1fr);
}

.pb-seller-content-left,
.pb-seller-content-right {
    min-width: 0;
}

.pb-seller-content-tabs {
    background: rgba(6, 29, 49, 0.08);
    border: 1px solid var(--pb-video-border);
    border-radius: 999px;
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 12px;
    padding: 6px;
}

.pb-seller-content-tab {
    background: transparent;
    border: 0;
    border-radius: 999px;
    color: var(--pb-video-navy);
    cursor: pointer;
    font-weight: 900;
    min-height: 46px;
    padding: 0 16px;
    transition: 160ms ease;
}

.pb-seller-content-tab:hover {
    background: rgba(255, 250, 240, 0.72);
}

.pb-seller-content-tab.is-active {
    background: var(--pb-video-navy);
    box-shadow: 0 12px 24px rgba(6, 29, 49, 0.20);
    color: #fff8eb;
}

.pb-seller-content-panel {
    display: none;
}

.pb-seller-content-panel.is-active {
    display: block;
}

.pb-seller-content-form-card,
.pb-seller-content-table-card {
    padding: clamp(20px, 2.5vw, 30px);
}

.pb-seller-content-form-card {
    background: var(--pb-video-panel);
}

.pb-seller-content-table-card {
    background: rgba(255, 250, 240, 0.97);
    min-height: 500px;
}

.pb-seller-content-card-head {
    border-bottom: 1px solid var(--pb-video-border);
    margin-bottom: 22px;
    padding-bottom: 18px;
}

.pb-seller-content-form-card label {
    color: var(--pb-video-navy);
    display: grid;
    font-size: 12px;
    font-weight: 900;
    gap: 8px;
    letter-spacing: 0.02em;
    margin-bottom: 16px;
}

.pb-seller-content-form-card input,
.pb-seller-content-form-card textarea,
.pb-seller-content-form-card select {
    background: #fff;
    border: 1px solid rgba(6, 29, 49, 0.18);
    border-radius: 14px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65), 0 8px 18px rgba(6, 29, 49, 0.05);
    color: var(--pb-video-ink);
    font: inherit;
    font-weight: 700;
    min-height: 46px;
    padding: 12px 14px;
    width: 100%;
}

.pb-seller-content-form-card input:focus,
.pb-seller-content-form-card textarea:focus,
.pb-seller-content-form-card select:focus {
    border-color: rgba(77, 149, 221, 0.72);
    box-shadow: 0 0 0 4px rgba(77, 149, 221, 0.14);
    outline: 0;
}

.pb-seller-content-form-card textarea {
    line-height: 1.55;
    resize: vertical;
}

.pb-seller-content-form-card small {
    color: var(--pb-video-muted);
    font-weight: 700;
    line-height: 1.45;
}

.pb-seller-content-two-col {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pb-seller-content-form-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 14px;
}

.pb-seller-content-form-actions button {
    min-width: 150px;
}

.pb-seller-content-table-wrap {
    overflow-x: auto;
}

.pb-seller-content-table {
    border-collapse: separate;
    border-spacing: 0 10px;
    width: 100%;
}

.pb-seller-content-table th {
    color: var(--pb-video-muted);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.14em;
    padding: 0 12px 6px;
    text-align: left;
    text-transform: uppercase;
}

.pb-seller-content-table td {
    background: #fff;
    border-bottom: 1px solid rgba(164, 133, 74, 0.20);
    border-top: 1px solid rgba(164, 133, 74, 0.20);
    color: #334155;
    font-weight: 800;
    padding: 14px 12px;
    vertical-align: middle;
}

.pb-seller-content-table td:first-child {
    border-left: 1px solid rgba(164, 133, 74, 0.20);
    border-radius: 16px 0 0 16px;
}

.pb-seller-content-table td:last-child {
    border-right: 1px solid rgba(164, 133, 74, 0.20);
    border-radius: 0 16px 16px 0;
}

.pb-seller-content-table strong,
.pb-seller-content-table small {
    display: block;
}

.pb-seller-content-table small {
    color: var(--pb-video-muted);
    font-weight: 700;
    margin-top: 4px;
}

.pb-seller-content-pill {
    align-items: center;
    background: rgba(77, 149, 221, 0.13);
    border: 1px solid rgba(77, 149, 221, 0.24);
    border-radius: 999px;
    color: var(--pb-video-navy);
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    min-height: 30px;
    padding: 0 11px;
}

.pb-seller-content-pill--short {
    background: rgba(214, 184, 109, 0.20);
    border-color: rgba(214, 184, 109, 0.35);
    color: #6b4e14;
}

.pb-seller-content-delete-form button {
    background: #fff0f1;
    border: 1px solid rgba(138, 38, 48, 0.15);
    border-radius: 999px;
    color: #8a2630;
    cursor: pointer;
    font-weight: 900;
    min-height: 34px;
    padding: 0 12px;
}

.pb-seller-content-empty {
    align-items: center;
    display: grid;
    min-height: 310px;
    padding: 34px;
    place-items: center;
    text-align: center;
}

.pb-seller-content-empty span {
    align-items: center;
    background: linear-gradient(135deg, var(--pb-video-navy), var(--pb-video-navy-3));
    border: 1px solid rgba(214, 184, 109, 0.36);
    border-radius: 50%;
    color: var(--pb-video-gold);
    display: inline-flex;
    font-size: 30px;
    height: 70px;
    justify-content: center;
    margin-bottom: 14px;
    width: 70px;
}

.pb-seller-content-empty strong {
    color: var(--pb-video-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    letter-spacing: -0.035em;
}

.pb-seller-content-empty p {
    color: var(--pb-video-muted);
    line-height: 1.55;
    max-width: 440px;
}

@media (max-width: 1180px) {
    .pb-seller-content-workspace {
        grid-template-columns: 1fr;
    }

    .pb-seller-content-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    

    .pb-seller-content-hero,
    .pb-seller-content-two-col,
    .pb-seller-content-stats {
        grid-template-columns: 1fr;
    }

    .pb-seller-content-hero {
        align-items: flex-start;
        flex-direction: column;
        border-radius: 22px;
    }

    .pb-seller-content-primary-link {
        width: 100%;
    }

    .pb-seller-content-form-card,
    .pb-seller-content-table-card,
    .pb-seller-content-access {
        border-radius: 22px;
        padding: 18px;
    }

    .pb-seller-content-tabs {
        border-radius: 20px;
        grid-template-columns: 1fr;
    }

    .pb-seller-content-tab {
        border-radius: 16px;
    }
}
