/* ========================================================================== 
   PUNJABI MANIA · BOX OFFICE NIGHTLY
   A self-contained editorial scoreboard for the public box-office hub.
   ========================================================================== */

body.page-type-box-office {
    --boh-page: #f4efe6;
    --boh-paper: #fffdf8;
    --boh-paper-2: #f8f3ea;
    --boh-ink: #121927;
    --boh-muted: #616978;
    --boh-faint: #858b96;
    --boh-line: #ddd5c8;
    --boh-line-soft: #ebe4d9;
    --boh-navy: #071425;
    --boh-navy-2: #0c1c30;
    --boh-on-navy: #f8fafc;
    --boh-on-navy-muted: #aebaca;
    --boh-live: #ef3340;
    --boh-live-soft: rgba(239, 51, 64, .13);
    --boh-data: #54c8ec;
    --boh-data-deep: #087da3;
    --boh-data-soft: #e9f7fb;
    --boh-gold: #d2a34c;
    --boh-gold-deep: #8d641d;
    --boh-gold-soft: #fff4da;
    --boh-positive: #16775a;
    --boh-negative: #b63b43;
    --boh-shadow: 0 16px 44px rgba(23, 30, 42, .08);
    --boh-shadow-soft: 0 7px 22px rgba(23, 30, 42, .055);
    margin: 0;
    overflow-x: clip;
    color: var(--boh-ink);
    background: var(--boh-page) !important;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}

:root.dark-theme body.page-type-box-office,
:root:not(.light-theme) body.page-type-box-office {
    --boh-page: #080d15;
    --boh-paper: #111925;
    --boh-paper-2: #172130;
    --boh-ink: #f4f6f8;
    --boh-muted: #a7b0bd;
    --boh-faint: #7f8997;
    --boh-line: #293546;
    --boh-line-soft: #202b3a;
    --boh-navy: #050f1d;
    --boh-navy-2: #091827;
    --boh-on-navy: #f8fafc;
    --boh-on-navy-muted: #aab7c8;
    --boh-live-soft: rgba(239, 51, 64, .15);
    --boh-data: #64d5f4;
    --boh-data-deep: #64d5f4;
    --boh-data-soft: rgba(100, 213, 244, .1);
    --boh-gold: #e5b75e;
    --boh-gold-deep: #e5b75e;
    --boh-gold-soft: rgba(229, 183, 94, .11);
    --boh-positive: #65d6ae;
    --boh-negative: #ff7b83;
    --boh-shadow: 0 18px 50px rgba(0, 0, 0, .28);
    --boh-shadow-soft: 0 9px 28px rgba(0, 0, 0, .2);
}

body.page-type-box-office #pm-floating-ad-dock {
    display: none !important;
}

body.page-type-box-office.pm-has-bottom-ad {
    padding-bottom: 0 !important;
}

body.page-type-box-office .pm-boh-layout,
body.page-type-box-office .pm-boh-layout *,
body.page-type-box-office .pm-boh-layout *::before,
body.page-type-box-office .pm-boh-layout *::after {
    box-sizing: border-box;
}

body.page-type-box-office .pm-boh-layout {
    width: min(1240px, calc(100% - 40px));
    max-width: 1240px;
    margin-inline: auto;
    padding: 20px 0 92px;
    color: var(--boh-ink);
}

body.page-type-box-office .pm-boh-layout > *,
body.page-type-box-office .pm-boh-layout section,
body.page-type-box-office .pm-boh-layout article,
body.page-type-box-office .pm-boh-layout aside,
body.page-type-box-office .pm-boh-layout nav,
body.page-type-box-office .pm-boh-layout a,
body.page-type-box-office .pm-boh-layout span,
body.page-type-box-office .pm-boh-layout div {
    min-width: 0;
}

body.page-type-box-office .pm-boh-layout img {
    max-width: 100%;
}

body.page-type-box-office .pm-boh-layout a:focus-visible,
body.page-type-box-office .pm-boh-layout summary:focus-visible,
body.page-type-box-office .pm-boh-layout [role="button"]:focus-visible {
    outline: 3px solid var(--boh-data);
    outline-offset: 3px;
}

body.page-type-box-office #now-playing,
body.page-type-box-office #market-trend,
body.page-type-box-office #annual-rankings,
body.page-type-box-office #boxOfficeNews {
    scroll-margin-top: 130px;
}

/* Breadcrumb */
body.page-type-box-office .pm-boh-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px;
    color: var(--boh-faint);
    font-size: 12px;
    font-weight: 700;
}

body.page-type-box-office .pm-boh-breadcrumb a {
    color: var(--boh-muted);
    text-decoration: none;
}

body.page-type-box-office .pm-boh-breadcrumb a:hover {
    color: var(--boh-live);
}

/* ========================================================================== 
   HERO · one answer and a top-three nightly scoreboard
   ========================================================================== */
body.page-type-box-office .pm-boh-live-desk {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, .72fr);
    gap: clamp(28px, 4vw, 58px);
    align-items: stretch;
    overflow: hidden;
    min-height: 500px;
    padding: clamp(30px, 4.4vw, 58px);
    color: var(--boh-on-navy) !important;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 30px;
    background:
        radial-gradient(circle at 9% 0%, rgba(84, 200, 236, .12), transparent 32%),
        radial-gradient(circle at 93% 100%, rgba(210, 163, 76, .1), transparent 34%),
        var(--boh-navy) !important;
    box-shadow: 0 28px 74px rgba(3, 10, 21, .3);
}

body.page-type-box-office .pm-boh-live-desk::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    content: "";
    opacity: .17;
    pointer-events: none;
    background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(100deg, #000, transparent 72%);
}

body.page-type-box-office .pm-boh-live-desk-copy {
    align-self: center;
}

body.page-type-box-office .pm-boh-hero-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

body.page-type-box-office .pm-boh-hero-badge,
body.page-type-box-office .pm-boh-reporting-state {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    max-width: 100%;
    min-height: 30px;
    padding: 6px 10px;
    color: var(--boh-on-navy-muted) !important;
    border: 1px solid rgba(255, 255, 255, .12) !important;
    border-radius: 999px;
    background: rgba(255, 255, 255, .055) !important;
    font-size: 10px;
    font-weight: 850;
    line-height: 1.2;
}

body.page-type-box-office .pm-boh-hero-badge {
    color: #ff9ba2 !important;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.page-type-box-office .pm-boh-reporting-state time,
body.page-type-box-office .pm-boh-reporting-state span {
    overflow-wrap: anywhere;
}

body.page-type-box-office .pm-boh-live-dot {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: var(--boh-live);
    box-shadow: 0 0 0 4px var(--boh-live-soft);
}

body.page-type-box-office .pm-boh-hero-kicker {
    margin: 25px 0 0;
    color: var(--boh-on-navy) !important;
    font-family: "Iowan Old Style", Baskerville, Georgia, serif;
    font-size: clamp(2rem, 4.3vw, 4rem);
    font-weight: 700;
    letter-spacing: -.05em;
    line-height: .98;
}

body.page-type-box-office .pm-boh-hero-answer {
    margin-top: 22px;
}

body.page-type-box-office .pm-boh-hero-amount,
body.page-type-box-office .pm-boh-hero-result {
    display: block;
    overflow-wrap: anywhere;
}

body.page-type-box-office .pm-boh-hero-amount {
    color: var(--boh-on-navy) !important;
    font-size: clamp(3rem, 7vw, 6.35rem);
    font-weight: 900;
    font-variant-numeric: tabular-nums;
    letter-spacing: -.07em;
    line-height: .9;
}

body.page-type-box-office .pm-boh-hero-amount.is-pending {
    max-width: 12ch;
    font-size: clamp(2.2rem, 5vw, 4.6rem);
    line-height: .96;
}

body.page-type-box-office .pm-boh-hero-result {
    margin-top: 11px;
    color: var(--boh-data) !important;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .14em;
    line-height: 1.35;
    text-transform: uppercase;
}

body.page-type-box-office .pm-boh-hero-deck {
    max-width: 68ch;
    margin: 19px 0 0;
    color: var(--boh-on-navy-muted) !important;
    font-size: clamp(13px, 1.15vw, 15px) !important;
    line-height: 1.7 !important;
}

body.page-type-box-office .pm-boh-hero-deck strong {
    color: var(--boh-on-navy) !important;
}

body.page-type-box-office .pm-boh-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 22px;
}

body.page-type-box-office .pm-boh-hero-action {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 16px;
    color: var(--boh-on-navy) !important;
    border: 1px solid rgba(255, 255, 255, .17) !important;
    border-radius: 12px;
    background: rgba(255, 255, 255, .045) !important;
    font-size: 12px;
    font-weight: 850;
    text-decoration: none;
    transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

body.page-type-box-office .pm-boh-hero-action .material-symbols-outlined {
    font-size: 18px;
}

body.page-type-box-office .pm-boh-hero-action.is-primary {
    color: #fff !important;
    border-color: var(--boh-live) !important;
    background: var(--boh-live) !important;
    box-shadow: 0 10px 24px rgba(239, 51, 64, .22);
}

body.page-type-box-office .pm-boh-hero-action:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, .34) !important;
    background: rgba(255, 255, 255, .09) !important;
}

body.page-type-box-office .pm-boh-hero-action.is-primary:hover {
    border-color: #ff5964 !important;
    background: #ff4853 !important;
}

body.page-type-box-office .pm-boh-hero-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    max-width: 760px;
    margin: 24px 0 0;
    padding: 0;
    color: var(--boh-on-navy);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 15px;
    background: rgba(255, 255, 255, .035);
}

body.page-type-box-office .pm-boh-hero-facts > div {
    min-height: 74px;
    padding: 13px 14px;
    border-right: 1px solid rgba(255, 255, 255, .09);
}

body.page-type-box-office .pm-boh-hero-facts > div:last-child {
    border-right: 0;
}

body.page-type-box-office .pm-boh-hero-facts dt {
    color: #8190a3;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .07em;
    line-height: 1.3;
    text-transform: uppercase;
}

body.page-type-box-office .pm-boh-hero-facts dd {
    margin: 8px 0 0;
    color: var(--boh-on-navy);
    font-size: 14px;
    font-weight: 850;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

body.page-type-box-office .pm-boh-hero-cities dd {
    color: #dce5ef;
    font-size: 12px;
}

body.page-type-box-office .pm-boh-estimate-note {
    display: flex;
    max-width: 760px;
    align-items: flex-start;
    gap: 10px;
    margin-top: 15px;
    padding: 11px 13px;
    color: var(--boh-on-navy-muted);
    border: 1px solid rgba(84, 200, 236, .2);
    border-radius: 12px;
    background: rgba(84, 200, 236, .07);
}

body.page-type-box-office .pm-boh-estimate-note .material-symbols-outlined {
    flex: 0 0 auto;
    color: var(--boh-data);
    font-size: 19px;
}

body.page-type-box-office .pm-boh-estimate-note p {
    margin: 0;
    color: inherit !important;
    font-size: 11px !important;
    line-height: 1.55 !important;
}

body.page-type-box-office .pm-boh-estimate-note strong {
    color: var(--boh-on-navy) !important;
}

/* Featured leader plus positions two and three. */
body.page-type-box-office .pm-boh-hero-scoreboard {
    display: grid;
    grid-template-rows: minmax(220px, 1fr) auto;
    gap: 12px;
    align-self: stretch;
}

body.page-type-box-office .pm-boh-hero-leader {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 230px;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 20px;
    background: var(--boh-navy-2);
    text-decoration: none;
}

body.page-type-box-office .pm-boh-hero-leader > img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

body.page-type-box-office .pm-boh-hero-leader:hover > img {
    transform: scale(1.025);
}

body.page-type-box-office .pm-boh-hero-leader-copy {
    position: absolute;
    inset: auto 0 0;
    display: block;
    padding: 76px 18px 18px;
    background: linear-gradient(180deg, transparent, rgba(3, 9, 18, .97));
}

body.page-type-box-office .pm-boh-hero-leader-copy > * {
    display: block;
}

body.page-type-box-office .pm-boh-hero-leader-copy small {
    color: #ff9ba2;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

body.page-type-box-office .pm-boh-hero-leader-copy strong {
    margin-top: 5px;
    font-family: "Iowan Old Style", Baskerville, Georgia, serif;
    font-size: clamp(23px, 2.5vw, 32px);
    line-height: 1.03;
}

body.page-type-box-office .pm-boh-hero-leader-copy > span {
    margin-top: 6px;
    color: #c5d0dc;
    font-size: 11px;
    line-height: 1.45;
}

body.page-type-box-office .pm-boh-hero-leader-copy b {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 12px;
    color: var(--boh-data);
    font-size: 11px;
}

body.page-type-box-office .pm-boh-hero-leader-copy b .material-symbols-outlined {
    font-size: 16px;
}

body.page-type-box-office .pm-boh-hero-board {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 16px;
    background: rgba(255, 255, 255, .035);
}

body.page-type-box-office .pm-boh-hero-board-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    color: #d8e1eb;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.page-type-box-office .pm-boh-hero-board-head small {
    color: #7f90a4;
    font-size: 9px;
    letter-spacing: 0;
    text-transform: none;
}

body.page-type-box-office .pm-boh-hero-board > a {
    display: grid;
    grid-template-columns: 25px 34px minmax(0, 1fr) auto;
    gap: 9px;
    align-items: center;
    min-height: 52px;
    padding: 7px 11px;
    color: var(--boh-on-navy) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .075);
    text-decoration: none;
}

body.page-type-box-office .pm-boh-hero-board > a:last-child {
    border-bottom: 0;
}

body.page-type-box-office .pm-boh-hero-board > a > b {
    color: var(--boh-gold);
    font-size: 13px;
    font-variant-numeric: tabular-nums;
    text-align: center;
}

body.page-type-box-office .pm-boh-hero-board > a > img {
    display: block;
    width: 34px;
    height: 42px;
    border-radius: 5px;
    object-fit: cover;
}

body.page-type-box-office .pm-boh-hero-board > a > span {
    display: grid;
    gap: 2px;
}

body.page-type-box-office .pm-boh-hero-board > a strong {
    display: -webkit-box;
    overflow: hidden;
    color: #eef3f8;
    font-size: 11px;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.page-type-box-office .pm-boh-hero-board > a small {
    color: #8090a2;
    font-size: 9px;
    line-height: 1.3;
}

body.page-type-box-office .pm-boh-hero-board > a em {
    color: var(--boh-data);
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

/* ========================================================================== 
   ANCHOR TICKER AND CINEMA ROUTES
   Only this intentionally scrollable rail may move horizontally on a phone.
   ========================================================================== */
body.page-type-box-office .pm-boh-section-rail {
    display: flex;
    width: 100%;
    max-width: 100%;
    align-items: center;
    gap: 6px;
    overflow-x: auto;
    margin: 12px 0 0;
    padding: 7px;
    border: 1px solid var(--boh-line);
    border-radius: 15px;
    background: var(--boh-paper);
    box-shadow: var(--boh-shadow-soft);
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
}

body.page-type-box-office .pm-boh-section-rail::-webkit-scrollbar {
    display: none;
}

body.page-type-box-office .pm-boh-section-rail a {
    display: inline-flex;
    flex: 1 0 auto;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 13px;
    color: var(--boh-muted);
    border-radius: 10px;
    font-size: 11px;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
    transition: color .18s ease, background-color .18s ease;
}

body.page-type-box-office .pm-boh-section-rail a:first-child {
    color: #fff;
    background: var(--boh-live);
}

body.page-type-box-office .pm-boh-section-rail a:hover {
    color: var(--boh-ink);
    background: var(--boh-paper-2);
}

body.page-type-box-office .pm-boh-section-rail a:first-child:hover {
    color: #fff;
    background: #d92331;
}

body.page-type-box-office .pm-boh-section-rail .material-symbols-outlined {
    font-size: 17px;
}

body.page-type-box-office .pm-boh-hero-routes {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 9px;
    margin: 10px 0 0;
}

body.page-type-box-office .pm-boh-hero-routes a {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-height: 70px;
    padding: 12px;
    color: var(--boh-ink) !important;
    border: 1px solid var(--boh-line);
    border-radius: 14px;
    background: var(--boh-paper);
    box-shadow: var(--boh-shadow-soft);
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease;
}

body.page-type-box-office .pm-boh-hero-routes a:hover {
    border-color: color-mix(in srgb, var(--boh-live) 45%, var(--boh-line));
    transform: translateY(-2px);
}

body.page-type-box-office .pm-boh-hero-routes .material-symbols-outlined {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: var(--boh-live);
    border-radius: 11px;
    background: var(--boh-live-soft);
    font-size: 20px;
}

body.page-type-box-office .pm-boh-hero-routes a > span:last-child {
    display: grid;
    gap: 3px;
}

body.page-type-box-office .pm-boh-hero-routes strong {
    color: var(--boh-ink);
    font-size: 12px;
    line-height: 1.25;
}

body.page-type-box-office .pm-boh-hero-routes small {
    color: var(--boh-muted);
    font-size: 10px;
    line-height: 1.35;
}

/* ========================================================================== 
   ADVERTISING · measurable while pending, decorated only after fill
   Desktop: top / live rail / chart rail / editorial transition.
   Mobile: film feed / after trend / editorial transition.
   ========================================================================== */
body.page-type-box-office [data-pm-ad-wrapper].pm-ad-unfilled,
body.page-type-box-office [data-pm-ad-wrapper][data-pm-ad-state="unfilled-collapsed"],
body.page-type-box-office [data-pm-ad-wrapper][data-pm-ad-state="failed-collapsed"] {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
}

body.page-type-box-office .pm-bo-ad-slot,
body.page-type-box-office .pm-boh-kpi-ad,
body.page-type-box-office .pm-boh-chart-ad,
body.page-type-box-office .pm-boh-mobile-feed-ad {
    position: relative;
    display: grid;
    width: 100%;
    max-width: 100%;
    place-items: center;
    overflow: hidden;
    color: var(--boh-faint);
    border: 0;
    border-radius: 15px;
    background: transparent;
}

body.page-type-box-office .pm-bo-ad-slot {
    min-height: 90px;
    margin: 20px 0;
    padding: 0;
}

body.page-type-box-office .pm-bo-ad-editorial-transition {
    margin-block: clamp(24px, 4vw, 44px);
}

body.page-type-box-office .pm-boh-kpi-ad,
body.page-type-box-office .pm-boh-chart-ad {
    min-height: 280px;
    margin: 0;
    padding: 0;
}

body.page-type-box-office .pm-boh-mobile-feed-ad,
body.page-type-box-office .pm-bo-ad-now-playing {
    display: none;
}

body.page-type-box-office [data-pm-ad-wrapper] > .pm-bo-ad-label {
    display: none;
}

body.page-type-box-office [data-pm-ad-wrapper].pm-ad-filled {
    border: 1px solid var(--boh-line);
    background: color-mix(in srgb, var(--boh-paper) 82%, transparent);
}

body.page-type-box-office [data-pm-ad-wrapper].pm-ad-filled > .pm-bo-ad-label {
    position: absolute;
    z-index: 2;
    top: 6px;
    left: 50%;
    display: block;
    margin: 0;
    color: var(--boh-faint);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .14em;
    line-height: 1;
    text-transform: uppercase;
    transform: translateX(-50%);
}

body.page-type-box-office .pm-bo-ad-slot.pm-ad-filled,
body.page-type-box-office .pm-boh-kpi-ad.pm-ad-filled,
body.page-type-box-office .pm-boh-chart-ad.pm-ad-filled,
body.page-type-box-office .pm-boh-mobile-feed-ad.pm-ad-filled {
    padding-top: 20px;
}

body.page-type-box-office [data-pm-ad-wrapper] .adsbygoogle,
body.page-type-box-office [data-pm-ad-wrapper] iframe {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
}

/* ========================================================================== 
   CURRENT MARKET · full-width ranking rows, never a carousel
   ========================================================================== */
body.page-type-box-office .pm-boh-now-playing-ad-layout,
body.page-type-box-office .pm-boh-chart-ad-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 18px;
    align-items: start;
    margin-top: 22px;
}

body.page-type-box-office .pm-boh-now-playing-priority {
    margin: 0;
}

body.page-type-box-office .pm-boh-now-playing-priority > .pm-boh-card,
body.page-type-box-office .pm-boh-chart-card,
body.page-type-box-office .pm-boh-theatrical-main > .pm-boh-card,
body.page-type-box-office .pm-boh-discovery {
    overflow: hidden;
    padding: clamp(20px, 2.5vw, 32px);
    color: var(--boh-ink);
    border: 1px solid var(--boh-line);
    border-radius: 21px;
    background: var(--boh-paper);
    box-shadow: var(--boh-shadow);
}

body.page-type-box-office .pm-boh-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

body.page-type-box-office .pm-boh-card-title {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    color: var(--boh-ink);
    font-family: "Iowan Old Style", Baskerville, Georgia, serif;
    font-size: clamp(1.65rem, 3vw, 2.55rem);
    font-weight: 700;
    letter-spacing: -.045em;
    line-height: 1.02;
}

body.page-type-box-office .pm-boh-card-title .material-symbols-outlined {
    flex: 0 0 auto;
    margin-top: 3px;
    color: var(--boh-live);
    font-size: 25px;
}

body.page-type-box-office .pm-boh-card-subtitle {
    flex: 0 0 auto;
    max-width: 250px;
    padding: 6px 9px;
    color: var(--boh-muted);
    border: 1px solid var(--boh-line-soft);
    border-radius: 999px;
    background: var(--boh-paper-2);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.25;
    text-align: right;
}

body.page-type-box-office .pm-boh-now-playing-intro {
    max-width: 78ch;
    margin: 12px 0 21px;
    color: var(--boh-muted);
    font-size: 13px;
    line-height: 1.6;
}

body.page-type-box-office .pm-boh-active-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

body.page-type-box-office .pm-boh-active-card {
    position: relative;
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 16px;
    min-height: 126px;
    padding: 12px;
    color: var(--boh-ink) !important;
    border: 1px solid var(--boh-line);
    border-radius: 15px;
    background: var(--boh-paper-2);
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

body.page-type-box-office .pm-boh-active-card::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    content: "";
    border-radius: 15px 0 0 15px;
    background: transparent;
}

body.page-type-box-office .pm-boh-active-card.is-market-leader::after {
    background: var(--boh-live);
}

body.page-type-box-office .pm-boh-active-card:hover {
    border-color: color-mix(in srgb, var(--boh-data-deep) 45%, var(--boh-line));
    box-shadow: var(--boh-shadow-soft);
    transform: translateY(-2px);
}

body.page-type-box-office .pm-boh-active-poster {
    display: block;
    width: 86px;
    height: 122px;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 5px 14px rgba(13, 20, 31, .14);
}

body.page-type-box-office .pm-boh-active-info {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(145px, auto);
    grid-template-rows: auto auto 1fr auto;
    column-gap: 24px;
    align-content: center;
}

body.page-type-box-office .pm-boh-active-card-top {
    display: flex;
    grid-column: 1 / -1;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

body.page-type-box-office .pm-boh-active-rank,
body.page-type-box-office .pm-boh-active-live {
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .075em;
    line-height: 1.25;
    text-transform: uppercase;
}

body.page-type-box-office .pm-boh-active-rank {
    color: var(--boh-live);
}

body.page-type-box-office .pm-boh-active-live {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 6px;
    color: var(--boh-live);
}

body.page-type-box-office .pm-boh-active-title {
    grid-column: 1;
    align-self: end;
    margin-top: 5px;
    color: var(--boh-ink);
    font-family: "Iowan Old Style", Baskerville, Georgia, serif;
    font-size: clamp(18px, 2vw, 23px);
    font-weight: 700;
    line-height: 1.12;
    overflow-wrap: anywhere;
}

body.page-type-box-office .pm-boh-active-meta {
    grid-column: 1;
    color: var(--boh-faint);
    font-size: 11px;
    line-height: 1.35;
}

body.page-type-box-office .pm-boh-active-day-collection {
    display: flex;
    grid-column: 2;
    grid-row: 2 / 4;
    align-items: center;
    gap: 9px;
    align-self: center;
}

body.page-type-box-office .pm-boh-active-pulse {
    width: 4px;
    height: 44px;
    flex: 0 0 4px;
    border-radius: 999px;
    background: var(--boh-data-deep);
}

body.page-type-box-office .pm-boh-active-day-label,
body.page-type-box-office .pm-boh-active-day-collection strong {
    display: block;
}

body.page-type-box-office .pm-boh-active-day-label {
    color: var(--boh-faint);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .05em;
    line-height: 1.3;
    text-transform: uppercase;
}

body.page-type-box-office .pm-boh-active-day-collection strong {
    margin-top: 3px;
    color: var(--boh-data-deep);
    font-size: clamp(20px, 2.2vw, 27px);
    font-weight: 900;
    font-variant-numeric: tabular-nums;
    letter-spacing: -.035em;
    line-height: 1;
}

body.page-type-box-office .pm-boh-active-lifetime {
    display: flex;
    grid-column: 1;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 9px;
    margin-top: 9px;
    color: var(--boh-muted);
    font-size: 10px;
    line-height: 1.35;
}

body.page-type-box-office .pm-boh-active-lifetime strong {
    color: var(--boh-gold-deep);
    font-size: 12px;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
}

body.page-type-box-office .pm-boh-active-occ {
    padding: 3px 7px;
    color: var(--boh-positive);
    border-radius: 999px;
    background: color-mix(in srgb, var(--boh-positive) 10%, transparent);
    font-weight: 850;
}

body.page-type-box-office .pm-boh-active-share {
    display: grid;
    grid-column: 2;
    grid-row: 4;
    grid-template-columns: minmax(70px, 1fr) auto;
    gap: 8px;
    align-items: center;
    align-self: end;
    margin-top: 8px;
}

body.page-type-box-office .pm-boh-active-share i {
    position: relative;
    display: block;
    overflow: hidden;
    height: 5px;
    border-radius: 99px;
    background: var(--boh-line);
}

body.page-type-box-office .pm-boh-active-share i::after {
    position: absolute;
    inset: 0 auto 0 0;
    width: var(--pm-boh-market-share, 0%);
    content: "";
    border-radius: inherit;
    background: var(--boh-data-deep);
}

body.page-type-box-office .pm-boh-active-card.is-market-leader .pm-boh-active-share i::after {
    background: var(--boh-live);
}

body.page-type-box-office .pm-boh-active-share small {
    color: var(--boh-faint);
    font-size: 9px;
    line-height: 1.25;
    white-space: nowrap;
}

body.page-type-box-office .pm-boh-empty-state {
    padding: 28px;
    color: var(--boh-muted);
    border: 1px dashed var(--boh-line);
    border-radius: 14px;
    background: var(--boh-paper-2);
    font-size: 13px;
    line-height: 1.55;
    text-align: center;
}

/* ========================================================================== 
   MARKET INTELLIGENCE · dark, calm analysis canvas
   ========================================================================== */
body.page-type-box-office .pm-boh-market-drawer {
    overflow: hidden;
    margin-top: 22px;
    padding: clamp(22px, 3vw, 36px);
    color: var(--boh-on-navy);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 24px;
    background: var(--boh-navy) !important;
    box-shadow: 0 22px 58px rgba(3, 10, 21, .24);
}

body.page-type-box-office header.pm-boh-market-heading {
    position: static !important;
    z-index: auto !important;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 17px;
    align-items: center;
    min-height: 0 !important;
    padding: 0 0 22px !important;
    color: var(--boh-on-navy) !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.page-type-box-office .pm-boh-market-index {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    color: var(--boh-gold);
    border: 1px solid rgba(210, 163, 76, .28);
    border-radius: 16px;
    background: rgba(210, 163, 76, .08);
    font-family: "Iowan Old Style", Baskerville, Georgia, serif;
    font-size: 22px;
    font-weight: 700;
}

body.page-type-box-office .pm-boh-market-drawer-copy {
    display: grid;
    gap: 4px;
}

body.page-type-box-office .pm-boh-market-drawer-copy small {
    color: var(--boh-data);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

body.page-type-box-office .pm-boh-market-drawer-copy strong {
    max-width: 24ch;
    color: var(--boh-on-navy) !important;
    font-family: "Iowan Old Style", Baskerville, Georgia, serif;
    font-size: clamp(1.65rem, 3.4vw, 2.7rem);
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 1.02;
}

body.page-type-box-office .pm-boh-market-drawer-copy span {
    max-width: 70ch;
    color: var(--boh-on-navy-muted) !important;
    font-size: 12px;
    line-height: 1.5;
}

body.page-type-box-office .pm-boh-market-canvas {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(250px, .65fr);
    gap: 12px;
    margin-top: 18px;
}

body.page-type-box-office .pm-boh-opening-feature,
body.page-type-box-office .pm-boh-demand-feature,
body.page-type-box-office .pm-boh-market-stat,
body.page-type-box-office .pm-boh-city-pulse {
    min-width: 0;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 16px;
    background: rgba(255, 255, 255, .035);
}

body.page-type-box-office .pm-boh-opening-feature,
body.page-type-box-office .pm-boh-demand-feature {
    padding: 18px;
}

body.page-type-box-office .pm-boh-feature-label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 13px;
    color: #d5dee8;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

body.page-type-box-office .pm-boh-feature-label .material-symbols-outlined {
    color: var(--boh-gold);
    font-size: 19px;
}

body.page-type-box-office .pm-boh-opening-lead {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr) 24px;
    gap: 14px;
    align-items: center;
    min-height: 110px;
    padding: 10px;
    color: var(--boh-on-navy) !important;
    border: 1px solid rgba(210, 163, 76, .22);
    border-radius: 13px;
    background: rgba(210, 163, 76, .065);
    text-decoration: none;
}

body.page-type-box-office .pm-boh-opening-lead > img {
    display: block;
    width: 74px;
    height: 104px;
    border-radius: 9px;
    object-fit: cover;
}

body.page-type-box-office .pm-boh-opening-lead > span:nth-of-type(1) {
    display: grid;
    gap: 4px;
}

body.page-type-box-office .pm-boh-opening-lead small {
    color: #9b8c6c;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .05em;
    line-height: 1.35;
    text-transform: uppercase;
}

body.page-type-box-office .pm-boh-opening-lead strong {
    color: var(--boh-on-navy);
    font-family: "Iowan Old Style", Baskerville, Georgia, serif;
    font-size: clamp(18px, 2vw, 23px);
    line-height: 1.08;
    overflow-wrap: anywhere;
}

body.page-type-box-office .pm-boh-opening-lead em {
    color: var(--boh-gold);
    font-size: 17px;
    font-style: normal;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
}

body.page-type-box-office .pm-boh-opening-lead > .material-symbols-outlined {
    color: #7e8da0;
    font-size: 20px;
}

body.page-type-box-office .pm-boh-opening-list,
body.page-type-box-office .pm-boh-demand-list {
    display: grid;
    gap: 1px;
    overflow: hidden;
    margin-top: 10px;
    border: 1px solid rgba(255, 255, 255, .085);
    border-radius: 12px;
    background: rgba(255, 255, 255, .085);
}

body.page-type-box-office .pm-boh-opening-list a,
body.page-type-box-office .pm-boh-demand-list a {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    min-height: 48px;
    padding: 8px 10px;
    color: var(--boh-on-navy) !important;
    background: var(--boh-navy-2);
    text-decoration: none;
}

body.page-type-box-office .pm-boh-opening-list b,
body.page-type-box-office .pm-boh-demand-list b {
    display: grid;
    width: 26px;
    height: 26px;
    place-items: center;
    color: var(--boh-gold);
    border-radius: 8px;
    background: rgba(210, 163, 76, .08);
    font-size: 10px;
}

body.page-type-box-office .pm-boh-opening-list span,
body.page-type-box-office .pm-boh-demand-list span {
    overflow-wrap: anywhere;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
}

body.page-type-box-office .pm-boh-opening-list strong {
    color: var(--boh-gold);
    font-size: 12px;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

body.page-type-box-office .pm-boh-market-stat-stack {
    display: grid;
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 9px;
}

body.page-type-box-office .pm-boh-market-stat {
    display: grid;
    align-content: center;
    min-height: 100px;
    padding: 15px 17px;
}

body.page-type-box-office .pm-boh-market-stat small,
body.page-type-box-office .pm-boh-market-stat strong,
body.page-type-box-office .pm-boh-market-stat span {
    display: block;
}

body.page-type-box-office .pm-boh-market-stat small {
    color: #8291a3;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.page-type-box-office .pm-boh-market-stat strong {
    margin-top: 5px;
    color: var(--boh-data);
    font-size: clamp(22px, 3vw, 31px);
    font-weight: 900;
    font-variant-numeric: tabular-nums;
    letter-spacing: -.04em;
    line-height: 1;
}

body.page-type-box-office .pm-boh-market-stat span {
    margin-top: 6px;
    color: #8f9daf;
    font-size: 10px;
    line-height: 1.4;
}

body.page-type-box-office .pm-boh-market-stat.is-positive strong {
    color: #64dcb3;
}

body.page-type-box-office .pm-boh-market-stat.is-negative strong {
    color: #ff7c84;
}

body.page-type-box-office .pm-boh-market-stat.is-pending strong {
    color: #8f9daf;
    font-size: 20px;
}

body.page-type-box-office .pm-boh-demand-feature {
    align-self: start;
}

body.page-type-box-office .pm-boh-demand-feature .pm-boh-feature-label .material-symbols-outlined {
    color: var(--boh-data);
}

body.page-type-box-office .pm-boh-demand-lead {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    min-height: 80px;
    padding: 13px 14px;
    color: var(--boh-on-navy) !important;
    border: 1px solid rgba(84, 200, 236, .2);
    border-radius: 13px;
    background: rgba(84, 200, 236, .065);
    text-decoration: none;
}

body.page-type-box-office .pm-boh-demand-lead > span {
    display: grid;
    gap: 3px;
}

body.page-type-box-office .pm-boh-demand-lead small {
    color: #8496a8;
    font-size: 9px;
    font-weight: 850;
    line-height: 1.35;
    text-transform: uppercase;
}

body.page-type-box-office .pm-boh-demand-lead strong {
    color: var(--boh-on-navy);
    font-family: "Iowan Old Style", Baskerville, Georgia, serif;
    font-size: 20px;
    line-height: 1.1;
    overflow-wrap: anywhere;
}

body.page-type-box-office .pm-boh-demand-lead em {
    color: var(--boh-data);
    font-size: clamp(25px, 4vw, 38px);
    font-style: normal;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
    letter-spacing: -.045em;
}

body.page-type-box-office .pm-boh-demand-list span {
    display: grid;
    gap: 2px;
}

body.page-type-box-office .pm-boh-demand-list span small {
    color: #77879a;
    font-size: 9px;
    font-weight: 500;
}

body.page-type-box-office .pm-boh-demand-list strong {
    color: var(--boh-data);
    font-size: 12px;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

body.page-type-box-office .pm-boh-demand-note {
    margin: 11px 0 0;
    color: #8291a3;
    font-size: 10px;
    line-height: 1.5;
}

body.page-type-box-office .pm-boh-city-pulse {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    align-self: start;
    padding: 17px;
}

body.page-type-box-office .pm-boh-city-pulse > .material-symbols-outlined {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: var(--boh-data);
    border-radius: 12px;
    background: rgba(84, 200, 236, .09);
}

body.page-type-box-office .pm-boh-city-pulse > span {
    display: grid;
    gap: 4px;
}

body.page-type-box-office .pm-boh-city-pulse small {
    color: #8190a2;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

body.page-type-box-office .pm-boh-city-pulse strong {
    color: var(--boh-on-navy);
    font-size: 13px;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

/* ========================================================================== 
   MARKET TREND · complete chart with no page-level overflow
   ========================================================================== */
body.page-type-box-office .pm-boh-chart-card {
    margin: 0;
}

body.page-type-box-office .pm-boh-chart-eyebrow {
    margin: 0 0 7px;
    color: var(--boh-data-deep);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

body.page-type-box-office .pm-boh-chart-takeaway {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 18px;
    padding: 13px 15px;
    color: var(--boh-ink);
    border-left: 3px solid var(--boh-data-deep);
    border-radius: 0 12px 12px 0;
    background: var(--boh-data-soft);
}

body.page-type-box-office .pm-boh-chart-takeaway small,
body.page-type-box-office .pm-boh-chart-takeaway strong {
    display: block;
}

body.page-type-box-office .pm-boh-chart-takeaway small {
    color: var(--boh-data-deep);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

body.page-type-box-office .pm-boh-chart-takeaway strong {
    margin-top: 4px;
    color: var(--boh-ink);
    font-size: 12px;
    line-height: 1.5;
}

body.page-type-box-office .pm-boh-chart-takeaway > span {
    flex: 0 0 auto;
    padding: 5px 8px;
    color: var(--boh-muted);
    border: 1px solid color-mix(in srgb, var(--boh-data-deep) 22%, transparent);
    border-radius: 999px;
    font-size: 10px;
    font-weight: 850;
    white-space: nowrap;
}

body.page-type-box-office .pm-boh-chart-takeaway > span.is-positive {
    color: var(--boh-positive);
}

body.page-type-box-office .pm-boh-chart-takeaway > span.is-negative {
    color: var(--boh-negative);
}

body.page-type-box-office .pm-boh-chart-selection {
    display: grid;
    grid-template-columns: 1.25fr .85fr .7fr;
    gap: 1px;
    overflow: hidden;
    margin-top: 11px;
    border: 1px solid var(--boh-line);
    border-radius: 13px;
    background: var(--boh-line);
}

body.page-type-box-office .pm-boh-chart-selection > div {
    min-width: 0;
    padding: 11px 13px;
    background: var(--boh-paper-2);
}

body.page-type-box-office .pm-boh-chart-selection small,
body.page-type-box-office .pm-boh-chart-selection strong {
    display: block;
}

body.page-type-box-office .pm-boh-chart-selection small {
    color: var(--boh-faint);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
}

body.page-type-box-office .pm-boh-chart-selection strong {
    margin-top: 4px;
    color: var(--boh-ink);
    font-size: 13px;
    font-weight: 850;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

body.page-type-box-office #bohBannerGross {
    color: var(--boh-data-deep);
    font-variant-numeric: tabular-nums;
}

body.page-type-box-office #bohBannerOcc {
    color: var(--boh-positive);
    font-variant-numeric: tabular-nums;
}

body.page-type-box-office .pm-boh-chart-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden !important;
    margin-top: 14px;
    padding: 25px 3px 0;
}

body.page-type-box-office .pm-boh-bar-chart {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100%;
    height: 238px !important;
    align-items: flex-end;
    gap: clamp(3px, 1vw, 12px) !important;
    padding: 28px 4px 12px !important;
    border-bottom: 1px solid var(--boh-line) !important;
    border-radius: 10px 10px 0 0;
    background: repeating-linear-gradient(to bottom, transparent 0, transparent 44px, color-mix(in srgb, var(--boh-line) 55%, transparent) 44px, color-mix(in srgb, var(--boh-line) 55%, transparent) 45px) !important;
}

body.page-type-box-office .pm-boh-bar-col {
    position: relative !important;
    display: flex !important;
    min-width: 0 !important;
    height: 100% !important;
    flex: 1 1 0 !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-end !important;
    cursor: pointer;
}

body.page-type-box-office .pm-boh-bar-live-tag {
    position: absolute;
    top: -22px;
    padding: 3px 6px;
    color: #fff;
    border-radius: 999px;
    background: var(--boh-live);
    font-size: 8px;
    font-weight: 900;
    line-height: 1;
}

body.page-type-box-office .pm-boh-bar-val-top {
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 7px;
    color: var(--boh-muted);
    font-size: clamp(8px, .8vw, 10px);
    font-weight: 850;
    font-variant-numeric: tabular-nums;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.page-type-box-office .pm-boh-bar {
    width: min(36px, 82%) !important;
    min-height: 14px !important;
    border-radius: 8px 8px 2px 2px !important;
    background: var(--boh-gold) !important;
    box-shadow: 0 4px 10px color-mix(in srgb, var(--boh-gold) 22%, transparent);
    transition: filter .18s ease, transform .18s ease;
}

body.page-type-box-office .pm-boh-bar-col.active .pm-boh-bar {
    background: var(--boh-data-deep) !important;
    box-shadow: 0 5px 12px color-mix(in srgb, var(--boh-data-deep) 25%, transparent);
}

body.page-type-box-office .pm-boh-bar-col:hover .pm-boh-bar {
    filter: brightness(1.08);
    transform: translateY(-2px);
}

body.page-type-box-office .pm-boh-bar-label {
    max-width: 100%;
    overflow: hidden;
    margin-top: 8px;
    color: var(--boh-faint);
    font-size: clamp(8px, .75vw, 10px);
    font-weight: 750;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.page-type-box-office .pm-boh-bar-tooltip {
    display: none !important;
}

body.page-type-box-office .pm-boh-chart-data {
    overflow: hidden;
    margin-top: 13px;
    border: 1px solid var(--boh-line);
    border-radius: 12px;
    background: var(--boh-paper-2);
}

body.page-type-box-office .pm-boh-chart-data > summary {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 13px;
    color: var(--boh-ink);
    cursor: pointer;
    font-size: 11px;
    font-weight: 850;
    list-style: none;
}

body.page-type-box-office .pm-boh-chart-data > summary::-webkit-details-marker {
    display: none;
}

body.page-type-box-office .pm-boh-chart-data > summary .material-symbols-outlined {
    color: var(--boh-data-deep);
    font-size: 19px;
    transition: transform .18s ease;
}

body.page-type-box-office .pm-boh-chart-data[open] > summary .material-symbols-outlined {
    transform: rotate(180deg);
}

body.page-type-box-office .pm-boh-chart-data-table {
    max-width: 100%;
    overflow-x: auto;
    border-top: 1px solid var(--boh-line);
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
}

body.page-type-box-office .pm-boh-chart-data-table table {
    width: 100%;
    min-width: 430px;
    border: 0;
    border-collapse: collapse;
    background: var(--boh-paper);
    font-size: 11px;
    font-variant-numeric: tabular-nums;
}

body.page-type-box-office .pm-boh-chart-data-table th,
body.page-type-box-office .pm-boh-chart-data-table td {
    padding: 10px 12px;
    color: var(--boh-muted);
    border: 0;
    border-bottom: 1px solid var(--boh-line-soft);
    text-align: right;
    white-space: nowrap;
}

body.page-type-box-office .pm-boh-chart-data-table th:first-child,
body.page-type-box-office .pm-boh-chart-data-table td:first-child {
    text-align: left;
}

body.page-type-box-office .pm-boh-chart-data-table thead th {
    color: var(--boh-faint);
    background: var(--boh-paper-2);
    font-size: 9px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

body.page-type-box-office .pm-boh-chart-data-table tbody th {
    color: var(--boh-ink);
    font-weight: 750;
}

body.page-type-box-office .pm-boh-chart-data-table tbody td:nth-child(2) {
    color: var(--boh-gold-deep);
    font-weight: 850;
}

/* ========================================================================== 
   ANNUAL ARCHIVE · readable historical ranking rows
   ========================================================================== */
body.page-type-box-office .pm-boh-theatrical-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 18px;
    align-items: start;
    margin-top: 22px;
}

body.page-type-box-office .pm-boh-rank-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 20px;
}

body.page-type-box-office .pm-boh-rank-item {
    position: relative;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) minmax(112px, auto);
    gap: 16px;
    align-items: center;
    min-height: 106px;
    padding: 10px 14px 10px 10px;
    color: var(--boh-ink) !important;
    border: 1px solid var(--boh-line);
    border-radius: 14px;
    background: var(--boh-paper-2);
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, background-color .18s ease;
}

body.page-type-box-office .pm-boh-rank-item:hover {
    border-color: color-mix(in srgb, var(--boh-gold) 52%, var(--boh-line));
    background: var(--boh-paper);
    transform: translateX(3px);
}

body.page-type-box-office .pm-boh-rank-item.is-podium {
    border-color: color-mix(in srgb, var(--boh-gold) 30%, var(--boh-line));
}

body.page-type-box-office .pm-boh-rank-poster-frame {
    display: contents;
}

body.page-type-box-office .pm-boh-rank-poster {
    display: block;
    grid-column: 1;
    grid-row: 1;
    width: 72px;
    height: 96px;
    border-radius: 9px;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(12, 18, 28, .15);
}

body.page-type-box-office .pm-boh-rank-poster-shade {
    display: none;
}

body.page-type-box-office .pm-boh-rank-num {
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 15px;
    display: grid;
    min-width: 29px;
    height: 25px;
    padding: 0 7px;
    place-items: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 999px;
    background: rgba(5, 12, 22, .84);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    font-size: 9px;
    font-weight: 900;
    backdrop-filter: blur(6px);
}

body.page-type-box-office .pm-boh-rank-num.rank-1 {
    color: #271800;
    border-color: #f5d78e;
    background: #e6b85c;
}

body.page-type-box-office .pm-boh-rank-num.rank-2 {
    color: #1b2532;
    background: #dce3ea;
}

body.page-type-box-office .pm-boh-rank-num.rank-3 {
    color: #31180b;
    background: #c9885a;
}

body.page-type-box-office .pm-boh-rank-details {
    display: flex;
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
}

body.page-type-box-office .pm-boh-rank-title {
    display: -webkit-box;
    overflow: hidden;
    color: var(--boh-ink);
    font-family: "Iowan Old Style", Baskerville, Georgia, serif;
    font-size: clamp(16px, 1.8vw, 20px);
    font-weight: 700;
    line-height: 1.16;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.page-type-box-office .pm-boh-rank-date {
    margin-top: 5px;
    color: var(--boh-muted);
    font-size: 10px;
    line-height: 1.35;
}

body.page-type-box-office .pm-boh-rank-open {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 9px;
    color: var(--boh-live);
    font-size: 10px;
    font-weight: 850;
}

body.page-type-box-office .pm-boh-rank-open .material-symbols-outlined {
    font-size: 15px;
}

body.page-type-box-office .pm-boh-rank-gross {
    position: static;
    display: grid;
    grid-column: 3;
    grid-row: 1;
    gap: 4px;
    justify-items: end;
    color: var(--boh-gold-deep);
    text-align: right;
}

body.page-type-box-office .pm-boh-rank-gross small {
    color: var(--boh-faint);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .07em;
    text-transform: uppercase;
}

body.page-type-box-office .pm-boh-rank-val {
    color: var(--boh-gold-deep);
    font-size: clamp(17px, 2vw, 23px);
    font-weight: 900;
    font-variant-numeric: tabular-nums;
    letter-spacing: -.035em;
    line-height: 1;
    white-space: nowrap;
}

body.page-type-box-office .pm-boh-sponsor-sidebar {
    min-width: 0;
}

body.page-type-box-office .pm-boh-methodology-card {
    position: sticky;
    top: 112px;
    padding: 20px;
    color: var(--boh-on-navy-muted);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 16px;
    background: var(--boh-navy-2);
    box-shadow: var(--boh-shadow-soft);
    font-size: 11px;
    line-height: 1.6;
}

body.page-type-box-office .pm-boh-methodology-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: var(--boh-on-navy);
    font-size: 13px;
    font-weight: 850;
    line-height: 1.3;
}

body.page-type-box-office .pm-boh-methodology-title .material-symbols-outlined {
    color: var(--boh-data);
    font-size: 19px;
}

/* Discovery */
body.page-type-box-office .pm-boh-discovery {
    margin-top: 22px;
}

body.page-type-box-office .pm-boh-discovery-heading > p {
    margin: 0 0 7px;
    color: var(--boh-live);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

body.page-type-box-office .pm-boh-discovery-heading h2 {
    margin: 0;
    color: var(--boh-ink);
    font-family: "Iowan Old Style", Baskerville, Georgia, serif;
    font-size: clamp(1.8rem, 3.7vw, 3rem);
    font-weight: 700;
    letter-spacing: -.045em;
    line-height: 1.03;
}

body.page-type-box-office .pm-boh-discovery-heading > span {
    display: block;
    max-width: 70ch;
    margin-top: 8px;
    color: var(--boh-muted);
    font-size: 12px;
    line-height: 1.55;
}

body.page-type-box-office .pm-boh-discovery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-top: 17px;
}

body.page-type-box-office .pm-boh-discovery-grid a {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) 18px;
    gap: 10px;
    align-items: center;
    min-height: 104px;
    padding: 13px;
    color: var(--boh-ink) !important;
    border: 1px solid var(--boh-line);
    border-radius: 13px;
    background: var(--boh-paper-2);
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease;
}

body.page-type-box-office .pm-boh-discovery-grid a:hover {
    border-color: color-mix(in srgb, var(--boh-live) 38%, var(--boh-line));
    transform: translateY(-2px);
}

body.page-type-box-office .pm-boh-discovery-grid a > .material-symbols-outlined:first-child {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    color: var(--boh-live);
    border-radius: 11px;
    background: var(--boh-live-soft);
    font-size: 20px;
}

body.page-type-box-office .pm-boh-discovery-grid a > span:nth-child(2) {
    display: grid;
    gap: 3px;
}

body.page-type-box-office .pm-boh-discovery-grid small {
    color: var(--boh-faint);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .05em;
    text-transform: uppercase;
}

body.page-type-box-office .pm-boh-discovery-grid strong {
    color: var(--boh-ink);
    font-size: 12px;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

body.page-type-box-office .pm-boh-discovery-grid em {
    color: var(--boh-muted);
    font-size: 10px;
    font-style: normal;
    line-height: 1.35;
}

body.page-type-box-office .pm-boh-discovery-grid b {
    color: var(--boh-faint);
    font-size: 18px;
}

/* ========================================================================== 
   RESPONSIVE COMPOSITION
   ========================================================================== */
@media (max-width: 1120px) {
    body.page-type-box-office .pm-boh-live-desk {
        grid-template-columns: minmax(0, 1.3fr) minmax(285px, .7fr);
        gap: 28px;
    }

    body.page-type-box-office .pm-boh-now-playing-ad-layout,
    body.page-type-box-office .pm-boh-chart-ad-layout {
        grid-template-columns: minmax(0, 1fr) 290px;
    }

    body.page-type-box-office .pm-boh-discovery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    body.page-type-box-office .pm-boh-live-desk {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    body.page-type-box-office .pm-boh-hero-scoreboard {
        grid-template-columns: minmax(0, 1fr) minmax(270px, .72fr);
        grid-template-rows: none;
    }

    body.page-type-box-office .pm-boh-hero-leader {
        min-height: 230px;
    }

    body.page-type-box-office .pm-boh-now-playing-ad-layout,
    body.page-type-box-office .pm-boh-chart-ad-layout,
    body.page-type-box-office .pm-boh-theatrical-showcase {
        grid-template-columns: 1fr;
    }

    body.page-type-box-office .pm-boh-kpi-ad,
    body.page-type-box-office .pm-boh-chart-ad {
        display: none !important;
    }

    body.page-type-box-office .pm-boh-market-canvas {
        grid-template-columns: 1fr 1fr;
    }

    body.page-type-box-office .pm-boh-opening-feature,
    body.page-type-box-office .pm-boh-demand-feature {
        min-height: 100%;
    }

    body.page-type-box-office .pm-boh-market-stat-stack {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-template-rows: none;
        grid-column: 1 / -1;
        order: 3;
    }

    body.page-type-box-office .pm-boh-city-pulse {
        grid-column: 1 / -1;
        order: 4;
    }

    body.page-type-box-office .pm-boh-methodology-card {
        position: static;
    }
}

@media (max-width: 767px) {
    body.page-type-box-office .pm-boh-layout {
        width: min(calc(100% - 24px), 1240px);
        padding: 10px 0 72px;
    }

    body.page-type-box-office .pm-boh-breadcrumb {
        display: none;
    }

    body.page-type-box-office .pm-boh-live-desk {
        gap: 18px;
        padding: 23px 18px 18px;
        border-radius: 21px;
    }

    body.page-type-box-office .pm-boh-live-desk::after {
        background-size: 34px 34px;
    }

    body.page-type-box-office .pm-boh-hero-top {
        align-items: flex-start;
    }

    body.page-type-box-office .pm-boh-reporting-state {
        max-width: 54%;
        justify-content: flex-end;
        text-align: right;
    }

    body.page-type-box-office .pm-boh-hero-kicker {
        margin-top: 21px;
        font-size: clamp(30px, 10vw, 42px);
    }

    body.page-type-box-office .pm-boh-hero-answer {
        margin-top: 17px;
    }

    body.page-type-box-office .pm-boh-hero-amount {
        font-size: clamp(45px, 14vw, 64px);
    }

    body.page-type-box-office .pm-boh-hero-amount.is-pending {
        font-size: clamp(34px, 11vw, 48px);
    }

    body.page-type-box-office .pm-boh-hero-deck {
        margin-top: 15px;
        font-size: 13px !important;
        line-height: 1.62 !important;
    }

    body.page-type-box-office .pm-boh-hero-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-top: 18px;
    }

    body.page-type-box-office .pm-boh-hero-action {
        min-width: 0;
        padding-inline: 10px;
        text-align: center;
    }

    body.page-type-box-office .pm-boh-hero-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 18px;
    }

    body.page-type-box-office .pm-boh-hero-facts > div {
        min-height: 66px;
        padding: 11px 12px;
        border-bottom: 1px solid rgba(255, 255, 255, .09);
    }

    body.page-type-box-office .pm-boh-hero-facts > div:nth-child(2n) {
        border-right: 0;
    }

    body.page-type-box-office .pm-boh-hero-facts > div:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    body.page-type-box-office .pm-boh-hero-scoreboard {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    body.page-type-box-office .pm-boh-hero-leader {
        display: grid;
        grid-template-columns: 76px minmax(0, 1fr);
        min-height: 112px;
        border-radius: 14px;
    }

    body.page-type-box-office .pm-boh-hero-leader > img {
        position: static;
        width: 76px;
        height: 112px;
    }

    body.page-type-box-office .pm-boh-hero-leader-copy {
        position: static;
        padding: 12px 13px;
        background: var(--boh-navy-2);
    }

    body.page-type-box-office .pm-boh-hero-leader-copy strong {
        font-size: 19px;
    }

    body.page-type-box-office .pm-boh-hero-leader-copy b {
        margin-top: 7px;
    }

    body.page-type-box-office .pm-boh-section-rail {
        margin-top: 9px;
        padding: 5px;
        border-radius: 13px;
    }

    body.page-type-box-office .pm-boh-section-rail a {
        flex: 0 0 auto;
        min-height: 40px;
        padding-inline: 11px;
    }

    body.page-type-box-office .pm-boh-hero-routes {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
        margin-top: 8px;
    }

    body.page-type-box-office .pm-boh-hero-routes a {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 8px;
        min-height: 66px;
        padding: 10px;
    }

    body.page-type-box-office .pm-boh-hero-routes .material-symbols-outlined {
        width: 34px;
        height: 34px;
        font-size: 18px;
    }

    body.page-type-box-office .pm-boh-hero-routes strong {
        font-size: 11px;
    }

    body.page-type-box-office .pm-boh-hero-routes small {
        font-size: 9px;
    }

    body.page-type-box-office .pm-bo-ad-top,
    body.page-type-box-office .pm-boh-kpi-ad,
    body.page-type-box-office .pm-boh-chart-ad {
        display: none !important;
    }

    body.page-type-box-office .pm-boh-mobile-feed-ad,
    body.page-type-box-office .pm-bo-ad-now-playing {
        display: grid;
        min-height: 1px;
        margin: 0;
        padding: 0;
    }

    body.page-type-box-office .pm-boh-mobile-feed-ad {
        grid-column: 1 / -1;
    }

    body.page-type-box-office .pm-boh-mobile-feed-ad.pm-ad-filled {
        min-height: 250px;
        margin: 3px 0;
        padding: 20px 0 0;
    }

    body.page-type-box-office .pm-bo-ad-now-playing.pm-ad-filled {
        min-height: 90px;
        margin: 14px 0;
    }

    body.page-type-box-office .pm-boh-now-playing-ad-layout,
    body.page-type-box-office .pm-boh-chart-ad-layout,
    body.page-type-box-office .pm-boh-theatrical-showcase {
        gap: 0;
        margin-top: 14px;
    }

    body.page-type-box-office .pm-boh-now-playing-priority > .pm-boh-card,
    body.page-type-box-office .pm-boh-chart-card,
    body.page-type-box-office .pm-boh-theatrical-main > .pm-boh-card,
    body.page-type-box-office .pm-boh-discovery {
        padding: 19px 15px;
        border-radius: 17px;
    }

    body.page-type-box-office .pm-boh-card-header {
        display: grid;
        gap: 8px;
    }

    body.page-type-box-office .pm-boh-card-title {
        font-size: clamp(25px, 8.5vw, 33px);
    }

    body.page-type-box-office .pm-boh-card-subtitle {
        justify-self: start;
        max-width: 100%;
        text-align: left;
    }

    body.page-type-box-office .pm-boh-now-playing-intro {
        margin-bottom: 16px;
        font-size: 12px;
        line-height: 1.55;
    }

    body.page-type-box-office .pm-boh-active-card {
        grid-template-columns: 70px minmax(0, 1fr);
        gap: 11px;
        min-height: 116px;
        padding: 9px;
    }

    body.page-type-box-office .pm-boh-active-poster {
        width: 70px;
        height: 104px;
    }

    body.page-type-box-office .pm-boh-active-info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
    }

    body.page-type-box-office .pm-boh-active-rank,
    body.page-type-box-office .pm-boh-active-live {
        font-size: 9px;
    }

    body.page-type-box-office .pm-boh-active-title {
        order: 1;
        align-self: stretch;
        width: 100%;
        margin-top: 4px;
        font-size: 17px;
    }

    body.page-type-box-office .pm-boh-active-meta {
        order: 2;
        font-size: 10px;
    }

    body.page-type-box-office .pm-boh-active-day-collection {
        order: 3;
        align-self: flex-start;
        margin-top: 8px;
    }

    body.page-type-box-office .pm-boh-active-pulse {
        width: 3px;
        height: 32px;
        flex-basis: 3px;
    }

    body.page-type-box-office .pm-boh-active-day-label {
        font-size: 8px;
    }

    body.page-type-box-office .pm-boh-active-day-collection strong {
        font-size: 18px;
    }

    body.page-type-box-office .pm-boh-active-lifetime {
        order: 4;
        margin-top: 7px;
        font-size: 9px;
    }

    body.page-type-box-office .pm-boh-active-share {
        order: 5;
        align-self: stretch;
        width: 100%;
        grid-template-columns: minmax(60px, 1fr) auto;
        margin-top: 7px;
    }

    body.page-type-box-office .pm-boh-active-share small {
        font-size: 8px;
    }

    body.page-type-box-office .pm-boh-market-drawer {
        margin-top: 14px;
        padding: 21px 15px;
        border-radius: 19px;
    }

    body.page-type-box-office header.pm-boh-market-heading {
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 12px;
        padding-bottom: 17px !important;
    }

    body.page-type-box-office .pm-boh-market-index {
        width: 46px;
        height: 46px;
        border-radius: 13px;
        font-size: 18px;
    }

    body.page-type-box-office .pm-boh-market-drawer-copy strong {
        font-size: clamp(24px, 8vw, 31px);
    }

    body.page-type-box-office .pm-boh-market-drawer-copy span {
        margin-top: 2px;
        font-size: 11px;
    }

    body.page-type-box-office .pm-boh-market-canvas {
        grid-template-columns: 1fr;
        gap: 9px;
        margin-top: 13px;
    }

    body.page-type-box-office .pm-boh-opening-feature,
    body.page-type-box-office .pm-boh-demand-feature {
        padding: 14px;
    }

    body.page-type-box-office .pm-boh-market-stat-stack {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-column: auto;
        order: initial;
        gap: 6px;
    }

    body.page-type-box-office .pm-boh-market-stat {
        min-height: 104px;
        padding: 12px 9px;
    }

    body.page-type-box-office .pm-boh-market-stat strong {
        font-size: clamp(19px, 7vw, 25px);
    }

    body.page-type-box-office .pm-boh-market-stat span {
        font-size: 9px;
    }

    body.page-type-box-office .pm-boh-city-pulse {
        grid-column: auto;
        order: initial;
    }

    body.page-type-box-office .pm-boh-chart-takeaway {
        display: grid;
        gap: 8px;
        margin-top: 15px;
    }

    body.page-type-box-office .pm-boh-chart-takeaway > span {
        justify-self: start;
        white-space: normal;
    }

    body.page-type-box-office .pm-boh-chart-selection {
        grid-template-columns: 1fr 1fr;
    }

    body.page-type-box-office .pm-boh-chart-selection > div:first-child {
        grid-column: 1 / -1;
    }

    body.page-type-box-office .pm-boh-chart-wrapper {
        padding-top: 19px;
    }

    body.page-type-box-office .pm-boh-bar-chart {
        gap: clamp(1px, .8vw, 5px) !important;
        height: 205px !important;
        padding-inline: 0 !important;
    }

    body.page-type-box-office .pm-boh-bar {
        width: min(22px, 78%) !important;
    }

    body.page-type-box-office .pm-boh-bar-val-top {
        font-size: 8px;
    }

    body.page-type-box-office .pm-boh-bar-label {
        font-size: 0;
    }

    body.page-type-box-office .pm-boh-bar-label::after {
        content: attr(data-short-label);
        font-size: 8px;
    }

    body.page-type-box-office .pm-boh-rank-item {
        grid-template-columns: 62px minmax(0, 1fr);
        gap: 11px;
        min-height: 96px;
        padding: 8px 10px 8px 8px;
    }

    body.page-type-box-office .pm-boh-rank-poster {
        width: 62px;
        height: 84px;
    }

    body.page-type-box-office .pm-boh-rank-num {
        top: 12px;
        left: 12px;
    }

    body.page-type-box-office .pm-boh-rank-details {
        grid-column: 2;
        align-self: start;
        padding: 2px 0 34px;
    }

    body.page-type-box-office .pm-boh-rank-title {
        font-size: 16px;
    }

    body.page-type-box-office .pm-boh-rank-gross {
        grid-column: 2;
        grid-row: 1;
        align-self: end;
        justify-self: start;
        margin-bottom: 4px;
        padding: 4px 7px;
        border-radius: 8px;
        background: var(--boh-gold-soft);
        text-align: left;
    }

    body.page-type-box-office .pm-boh-rank-gross small,
    body.page-type-box-office .pm-boh-rank-open {
        display: none;
    }

    body.page-type-box-office .pm-boh-rank-val {
        font-size: 14px;
    }

    body.page-type-box-office .pm-boh-sponsor-sidebar {
        margin-top: 9px;
    }

    body.page-type-box-office .pm-boh-methodology-card {
        padding: 15px;
    }

    body.page-type-box-office .pm-boh-discovery {
        margin-top: 14px;
    }

    body.page-type-box-office .pm-boh-discovery-heading h2 {
        font-size: clamp(27px, 9vw, 35px);
    }

    body.page-type-box-office .pm-boh-discovery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
        margin-top: 14px;
    }

    body.page-type-box-office .pm-boh-discovery-grid a {
        grid-template-columns: 35px minmax(0, 1fr);
        gap: 8px;
        min-height: 88px;
        padding: 10px;
    }

    body.page-type-box-office .pm-boh-discovery-grid a > .material-symbols-outlined:first-child {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }

    body.page-type-box-office .pm-boh-discovery-grid b,
    body.page-type-box-office .pm-boh-discovery-grid em {
        display: none;
    }
}

@media (max-width: 420px) {
    body.page-type-box-office .pm-boh-live-desk {
        padding-inline: 15px;
    }

    body.page-type-box-office .pm-boh-hero-top {
        display: grid;
        justify-items: start;
    }

    body.page-type-box-office .pm-boh-reporting-state {
        max-width: 100%;
        justify-content: flex-start;
        text-align: left;
    }

    body.page-type-box-office .pm-boh-hero-cities {
        grid-column: 1 / -1;
    }

    body.page-type-box-office .pm-boh-hero-facts > .pm-boh-hero-cities {
        border-right: 0;
        border-bottom: 0;
    }

    body.page-type-box-office .pm-boh-hero-facts > div:nth-child(3) {
        border-bottom: 1px solid rgba(255, 255, 255, .09);
    }

    body.page-type-box-office .pm-boh-hero-board > a {
        grid-template-columns: 22px 30px minmax(0, 1fr) auto;
        gap: 7px;
        padding-inline: 8px;
    }

    body.page-type-box-office .pm-boh-hero-board > a > img {
        width: 30px;
        height: 39px;
    }

    body.page-type-box-office .pm-boh-hero-board > a em {
        font-size: 10px;
    }

    body.page-type-box-office .pm-boh-active-live {
        display: none;
    }

    body.page-type-box-office .pm-boh-active-share {
        grid-template-columns: minmax(48px, 1fr) auto;
    }

    body.page-type-box-office .pm-boh-market-stat-stack {
        grid-template-columns: 1fr;
    }

    body.page-type-box-office .pm-boh-market-stat {
        min-height: 82px;
        padding: 12px 14px;
    }

    body.page-type-box-office .pm-boh-opening-lead {
        grid-template-columns: 60px minmax(0, 1fr);
        gap: 10px;
    }

    body.page-type-box-office .pm-boh-opening-lead > img {
        width: 60px;
        height: 88px;
    }

    body.page-type-box-office .pm-boh-opening-lead > .material-symbols-outlined {
        display: none;
    }

    body.page-type-box-office .pm-boh-opening-list a,
    body.page-type-box-office .pm-boh-demand-list a {
        grid-template-columns: 25px minmax(0, 1fr) auto;
        gap: 7px;
        padding-inline: 8px;
    }

    body.page-type-box-office .pm-boh-opening-list span,
    body.page-type-box-office .pm-boh-demand-list span {
        font-size: 11px;
    }

    body.page-type-box-office .pm-boh-demand-lead {
        gap: 9px;
        padding-inline: 11px;
    }

    body.page-type-box-office .pm-boh-demand-lead strong {
        font-size: 17px;
    }

    body.page-type-box-office .pm-boh-demand-lead em {
        font-size: 24px;
    }

    body.page-type-box-office .pm-boh-chart-selection {
        grid-template-columns: 1fr;
    }

    body.page-type-box-office .pm-boh-chart-selection > div:first-child {
        grid-column: auto;
    }

    body.page-type-box-office .pm-boh-bar-val-top {
        display: none;
    }

    body.page-type-box-office .pm-boh-bar-col:nth-child(even) .pm-boh-bar-label { visibility: visible; }

    body.page-type-box-office .pm-boh-discovery-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 340px) {
    body.page-type-box-office .pm-boh-layout {
        width: min(calc(100% - 16px), 1240px);
    }

    body.page-type-box-office .pm-boh-hero-actions,
    body.page-type-box-office .pm-boh-hero-routes {
        grid-template-columns: 1fr;
    }

    body.page-type-box-office .pm-boh-active-card {
        grid-template-columns: 62px minmax(0, 1fr);
    }

    body.page-type-box-office .pm-boh-active-poster {
        width: 62px;
        height: 94px;
    }

    body.page-type-box-office .pm-boh-active-share small {
        white-space: normal;
        text-align: right;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.page-type-box-office .pm-boh-layout *,
    body.page-type-box-office .pm-boh-layout *::before,
    body.page-type-box-office .pm-boh-layout *::after {
        scroll-behavior: auto !important;
        animation: none !important;
        transition: none !important;
    }
}
