@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
/* ============================================================
   BroadwayStars V6 — Main Stylesheet v2
   ============================================================ */

/* ── Reset & Base ────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }

body {
    font-size: 12px;
    color: #000;
    line-height: 18px;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 74px;
    margin: 0;
}

a { color: #000; text-decoration: underline; outline: none; }
a:hover { text-decoration: none; }
p { color: #000; font-size: 12px; padding: 5px 0; line-height: 17px; margin: 0; }
ul { color: #000; font-size: 12px; line-height: 17px; }
input, textarea, select {
    color: #000; outline: none; font-size: 12px;
    vertical-align: middle; font-family: Arial, Helvetica, sans-serif;
}

/* ── Custom Font ─────────────────────────────────────────────────────────── */
@font-face {
    font-family: "BigNoodleTitlingRegular";
    src: url("/v5/css/fonts/big_noodle_titling-webfont.woff2") format("woff2"),
         url("/v5/css/fonts/big_noodle_titling-webfont.woff") format("woff"),
         url("/v5/css/fonts/big_noodle_titling-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ── Utility ─────────────────────────────────────────────────────────────── */
.clearfix::after { content: ""; display: block; clear: both; }
.float-left  { float: left; }
.float-right { float: right; }

/* ── Page Wrapper ────────────────────────────────────────────────────────── */
#wrapper {
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

/* ── Fixed Header ────────────────────────────────────────────────────────── */
.header-bg {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    background: #fff url("/v5/images/pg_bg.png") top repeat-x;
    height: 80px;
    z-index: 999;
}

header {
    width: 980px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    padding: 0;
}

/* Star logo - left */
.header-logo {
    flex-shrink: 0;
    display: block;
    margin-right: 4px;
    margin-top: -2px;
}
.header-logo img { display: block; height: 50px; width: auto; }

/* Everything right of the star */
.header-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

/* Top row: BroadwayStars text logo + nav */
.top-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 2px;
}

.logo-txt { display: block; height: 22px; width: auto; }

.top-nav {
    font-weight: bold;
    font-size: 12px;
    white-space: nowrap;
    padding-right: 4px;
    align-self: center;
}
.top-nav a { text-decoration: none; margin: 0 2px; color: #000; }
.top-nav a:hover { text-decoration: underline; }

/* Bottom row: ticker + search */
.ticker-search {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 4px;
}

.ticker {
    flex: 1;
    height: 22px;
    line-height: 20px;
    border: 1px solid #f0b610;
    font-size: 12px;
    overflow: hidden;
    position: relative;
    min-width: 0;
}

.ticker-inner {
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
    line-height: 20px;
}

.search-box {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.search-box input[type="search"] {
    width: 180px;
    height: 21px;
    border: 1px solid #92979b;
    font-size: 11px;
    padding: 2px 5px;
}
.search-box button {
    background: #000 url("/v5/images/search_btn.png") center no-repeat;
    width: 21px;
    height: 21px;
    border: 1px solid #f0b610;
    cursor: pointer;
    font-size: 0;
}

/* ── Header Ad ───────────────────────────────────────────────────────────── */
.header-ad {
    width: 980px;
    margin: 0 auto 10px;
    padding: 0;
    height: 90px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
}

/* ── Login Box ───────────────────────────────────────────────────────────── */
#login-box {
    position: fixed;
    top: 62px;
    right: 20px;
    padding: 10px;
    padding-top: 0;
    border: 1px solid #ccc;
    background: #fbf3d0;
    color: #000;
    width: 210px;
    z-index: 1000;
    display: none;
}
#login-box p.close-bar { font-size: 9px; color: #666; text-align: right; margin: 0; padding: 2px 0; }
#login-box h2 { font-size: 14px; }
#login-box input { border: 1px solid #000; margin-bottom: 4px; width: 100%; }

/* ── Two-Column Layout ───────────────────────────────────────────────────── */
.page-columns {
    display: flex;
    gap: 10px;
    align-items: stretch;
    width: 980px;
    margin: 0 auto;
}

.left-col  { width: 580px; flex-shrink: 0; display: flex; flex-direction: column; }
.right-col { width: 390px; flex-shrink: 0; display: flex; flex-direction: column; }

/* ── Content Box ─────────────────────────────────────────────────────────── */
.content-box {
    border: 1px solid #eb1c24;
    margin-bottom: 10px;
    clear: both;
}

.box-title {
    height: 34px;
    background: url("/v5/images/title_bg.png") repeat-x;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.box-title h2 {
    font-size: 28px;
    line-height: 34px;
    padding: 0 8px;
    float: none;
    font-weight: normal;
    margin: 0;
    display: flex;
    align-items: center;
    height: 34px;
}
.box-title h2 img { margin-top: -1px; display: block; }

.content-box-footer {
    background: #eb1c24;
    color: #fff;
    text-align: right;
    padding-right: 8px;
    line-height: 10px;
    font-size: 10px;
    height: 9px;
    overflow: hidden;
}
.content-box-footer a { color: #fff; text-decoration: none; }

/* ── News Section ────────────────────────────────────────────────────────── */
.news-section { padding-bottom: 8px; }

.news-paging {
    background: #eb1c24;
    font-size: 10px;
    line-height: 14px;
    color: #fff;
    font-weight: bold;
    padding: 0 10px;
    clear: both;
    margin-bottom: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-paging a { color: #fff; text-decoration: none; }

/* Award search buttons */
.awards-search-buttons { text-align: center; padding: 0 4px 10px; }
.award-btn {
    display: inline-block;
    margin: 0 6px;
    padding: 6px 14px;
    background: #c00;
    color: #fff !important;
    font-weight: bold;
    font-family: Arial, sans-serif;
    font-size: 13px;
    text-decoration: none !important;
    border-radius: 3px;
}
.award-btn:hover { background: #900; text-decoration: none !important; }

/* Go To Date */
.news-search {
    float: right;
    font-size: 18px;
    line-height: 22px;
    margin: 5px 2px 0;
}
.news-search span { font-family: "BigNoodleTitlingRegular"; float: left; margin: 3px 0 0; }
.news-search .selbox {
    float: left;
    background: none;
    border: 1px solid #7c6622;
    padding: 2px;
    margin-left: 5px;
    font-weight: bold;
}
.news-search .go_btn {
    float: left;
    font-family: "BigNoodleTitlingRegular";
    font-size: 18px;
    width: 25px;
    height: 25px;
    background: none;
    border: 1px solid #f0b610;
    cursor: pointer;
}

.news-date-divider {
    clear: both;
    font-weight: bold;
    background: #000;
    color: #fff;
    padding: 0 10px;
    margin: 0 0 4px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
}

.a-news-block { overflow: hidden; }

/* ── Single News Item ────────────────────────────────────────────────────── */
.news-item { padding: 2px 10px 4px; }
.news-item + .news-item {
    border-top: 1px solid #ccc;
    padding-top: 4px;
}

.news-title {
    max-height: 36px;
    font-size: 14px;
    color: #000;
    padding: 0;
    line-height: 18px;
    overflow: hidden;
    margin: 0 0 2px;
}
.news-title a { text-decoration: none; color: #000; }
.news-title a:hover { text-decoration: underline; }

.news-author { font-weight: normal; }
.news-author a { text-decoration: underline; }
.news-author a:hover { text-decoration: none; }

.news-desc {
    max-height: 28px;
    font-size: 12px;
    line-height: 14px;
    padding: 0;
    margin: 2px 0;
    max-height: 28px;
    overflow: hidden;
}

.news-meta {
    font-size: 9px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 6px;
}
.news-meta .news-source a { color: #000; text-decoration: none; }
.news-meta .news-source a:hover { text-decoration: underline; }
.news-share { margin-left: auto; color: #555; text-decoration: none; font-size: 10px; }

/* Access badges */
.access-badge { font-size: 9px; padding: 1px 3px; border-radius: 2px; }
.access-registration { background: #fbf3d0; }
.access-subscription { background: #fbd0d0; }

/* Admin controls */
.admin-controls { font-size: 9px; color: #555; display: inline-flex; gap: 4px; align-items: center; flex-wrap: nowrap; white-space: nowrap; margin-left: auto; }
.admin-controls a { color: #555; }
.edit-pencil { font-size: 11px; text-decoration: none; color: #999; }
.edit-pencil:hover { color: #eb1c24; }

/* ── Featured Stories ────────────────────────────────────────────────────── */
.featured-box { overflow: hidden; }
.h445 { height: 445px; overflow: hidden; }

.fea-paging {
    background: #eb1c24;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    font-weight: bold;
    padding: 0 10px;
    clear: both;
    display: flex;
    gap: 8px;
    align-items: center;
}
.fea-paging a { color: #fff; text-decoration: none; text-transform: uppercase; }
.fea-paging a.current { color: #ff0; }
.fea-paging a:hover { text-decoration: underline; }

.tabs { padding-top: 7px; }

.fea-story-line {
    color: #eb1c24;
    font-size: 13px;
    font-weight: bold;
    padding: 0 10px 4px;
    line-height: 15px;
}
.fea-story-line::after {
    content: "";
    display: block;
    margin: 6px auto 0;
    border-bottom: 1px solid #ccc;
    width: 300px;
}
.fea-story-line:last-child::after { margin: 0; border: 0; }
.fea-story-line div { height: 31px; overflow: hidden; }
.fea-story-line a { color: #000; text-decoration: none; }
.fea-story-line a:hover { text-decoration: underline; }
.fea-story-line a.author { color: #eb1c24; }

/* ── Right Panel Ad ──────────────────────────────────────────────────────── */
.right-panel-ad {
    clear: both;
    width: 388px;
    height: 260px;
    border: 1px solid #000;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
}

/* ── Sub Columns (Sites We Love + Radio/Season) ──────────────────────────── */
.sub-cols {
    display: flex;
    gap: 10px;
    flex: 1;
    align-items: stretch;
}
.sub-col { width: 190px; flex-shrink: 0; display: flex; flex-direction: column; }

/* ── Sites We Love ───────────────────────────────────────────────────────── */
.sites-we-love .box-title { justify-content: flex-start; }
.sites-we-love .box-title h2 { float: none; }
.sites-we-love .hover {
    background: #eb1c24;
    font-size: 10px;
    line-height: 14px;
    color: #fff;
    font-weight: bold;
    padding: 0 10px;
    text-align: left;
}
.sites-we-love { flex: 1; display: flex; flex-direction: column; }
.sites-we-love ul { padding: 0 5px; margin: 0; list-style: none; }
.sites-we-love ul li a { text-decoration: none; }
.sites-we-love ul li a:hover { text-decoration: underline; }

.tab-links-bar {
    background: #eb1c24;
    font-size: 10px;
    line-height: 14px;
    color: #fff;
    font-weight: bold;
    padding: 0 10px;
    display: flex;
    gap: 6px;
    align-items: center;
}
.tab-links-bar a { color: #fff; text-decoration: none; text-transform: uppercase; }
.tab-links-bar a.current { color: #ff0; }
.tab-links-bar a:hover { text-decoration: underline; }

.tabsauthor { padding-top: 4px; }

/* ── Broadway Radio ──────────────────────────────────────────────────────── */
.radio-lists { padding-bottom: 10px; }
.radio-list-box {
    font-weight: bold;
    line-height: 14px;
    padding: 6px 5px 3px;
    height: 44px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}
.radio-list-box a { text-decoration: none; }
.radio-list-box a:hover { text-decoration: underline; }

/* ── Season ──────────────────────────────────────────────────────────────── */
.season-lists { overflow: hidden; }
.season-list-box { line-height: 14px; padding: 5px 5px 3px; }
.season-list-box a.theatre {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 9px;
    color: #eb1c24;
}
.season-list-box a.theatre:hover { text-decoration: underline; }

/* ── All That Chat ───────────────────────────────────────────────────────── */
.all-that-chat {
    border: 1px solid #eb1c24;
    clear: both;
    margin-bottom: 10px;
    text-align: center;
    padding: 8px 0 2px;
}

/* ── Ad Small ────────────────────────────────────────────────────────────── */
.ad-190-150 {
    clear: both;
    width: 188px;
    height: 152px;
    margin: 0 auto 10px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
}

/* ── On Broadway ─────────────────────────────────────────────────────────── */
.on-broadway { clear: both; margin-bottom: 10px; width: 100%; max-width: 980px; margin-left: auto; margin-right: auto; }
.on-broadway-content {
    overflow: hidden;
    height: 196px;
    position: relative;
    width: 100%;
}
.on-broadway-track {
    display: flex;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
    height: 196px;
}
.on-b-box {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 109px;
    padding: 10px 0;
    flex-shrink: 0;
}
.on-b-box img {
    display: block;
    margin: 5px auto;
    border: 1px solid #000;
    height: 114px;
    width: 87px;
}
.on-b-box h6 {
    text-transform: uppercase;
    font-size: 10px;
    text-align: center;
    line-height: 11px;
    white-space: normal;
    margin: 0;
    font-weight: bold;
    width: 100%;
    padding: 0 4px;
}
.on-b-box h6 a { text-decoration: none; }
.on-b-box h6 a:hover { text-decoration: underline; }

/* ── Footer ──────────────────────────────────────────────────────────────── */
footer {
    clear: both;
    background: #eb1c24;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    padding: 4px 10px 20px;
    margin-top: 10px;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}
footer a { color: #fff; text-decoration: none; }
footer a:hover { text-decoration: underline; }

/* ── Special Header ──────────────────────────────────────────────────────── */
.special_header {
    margin: 10px 0 12px;
    font-size: 28px;
    font-family: "Bebas Neue", "BigNoodleTitlingRegular", Helvetica, Arial, sans-serif;
    font-weight: normal;
}
.special_header span { color: #eb1c24; }

/* ── Featured Videos ─────────────────────────────────────────────────────── */
.mainpg-banner { clear: both; }
.banner-paging {
    background: #eb1c24;
    font-size: 11px;
    line-height: 16px;
    color: #fff;
    font-weight: bold;
    padding: 2px 10px;
    clear: both;
    white-space: nowrap;
    overflow-x: auto;
}
.banner-paging a { color: #fff; text-decoration: none; margin: 0 1px; }
.banner-paging a.current { color: #ff0; }
.banner-paging a:hover { text-decoration: underline; }

.mainpg-banner.h445 { height: 445px; overflow: hidden; }
.banner-box { clear: both; padding: 10px 0 4px 10px; }
.banner-vid {
    position: relative;
    width: 558px;
    height: 310px;
    overflow: hidden;
    border: 1px solid #000;
    cursor: pointer;
    flex-shrink: 0;
}
.banner-vid img { display: block; }
.vid-info { padding: 4px 10px; }
.banner-box .news-title { font-size: 14px; font-weight: bold; margin: 4px 0 2px; line-height: 18px; }
.banner-box .news-title a { text-decoration: none; color: #000; }
.banner-box .news-title a:hover { text-decoration: underline; }
.banner-box .news-author { font-weight: normal; font-size: 12px; }
.banner-box .news-author a { color: #000; text-decoration: underline; }
.banner-box .news-author a:hover { text-decoration: none; }
.banner-box .news-desc { font-size: 12px; line-height: 14px; max-height: 42px; overflow: hidden; margin: 2px 0; }
.banner-box .news-meta { font-size: 9px; text-transform: uppercase; margin-top: 2px; }
.banner-box .news-source a { color: #000; text-decoration: underline; }
.banner-box .news-source a:hover { text-decoration: none; }

img.play {
    opacity: 0.8;
    position: absolute;
    top: 133px;
    left: 246px;
}
img.thumb { position: relative; top: -54px; }

/* ── New Home Layout ─────────────────────────────────────────────────────── */

/* Sticky right column */
.right-col-sticky {
    width: 390px;
    flex-shrink: 0;
    position: sticky;
    top: 80px;
    align-self: flex-start;
}
.right-col-inner { width: 390px; }

/* News sticky header */
.news-sticky-header {
    position: sticky;
    top: 80px;
    z-index: 100;
    background: #fff;
}

/* News tabs */
.news-tabs {
    display: flex;
    background: #eb1c24;
    padding: 0;
}
.news-tab {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    padding: 4px 10px;
    border-right: 1px solid rgba(255,255,255,0.3);
    text-transform: uppercase;
    white-space: nowrap;
}
.news-tab:hover { background: rgba(255,255,255,0.15); text-decoration: none; }
.news-tab.active { background: rgba(255,255,255,0.25); color: #ff0; }

/* Sublist panels */
.tab-sublist {
    background: #f9f9f9;
    border-bottom: 1px solid #ddd;
    padding: 6px 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.sublist-link {
    display: inline-block;
    font-size: 10px;
    color: #333;
    text-decoration: none;
    padding: 2px 6px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background: #fff;
    white-space: nowrap;
}
.sublist-link:hover { background: #eb1c24; color: #fff; border-color: #eb1c24; text-decoration: none; }
.sublist-link.active { background: #eb1c24; color: #fff; border-color: #eb1c24; }

/* News feed */
.news-feed { padding-bottom: 10px; }

/* ── Right Column Footer ─────────────────────────────────────────────────── */
.right-footer {
    background: #eb1c24;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    padding: 6px 10px;
    margin-top: 0;
    line-height: 18px;
}
.right-footer a { color: #fff; text-decoration: none; }
.right-footer a:hover { text-decoration: underline; }

/* ── Logo Text (replaces logo_txt.png) ──────────────────────────────────── */
.logo-text {
    font-family: "Bebas Neue", "BigNoodleTitlingRegular", Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-block;
}
.logo-text-black { color: #000; }
.logo-text-red   { color: #eb1c24; }
a .logo-text { text-decoration: none; }
a:hover .logo-text { text-decoration: none; }

/* ── Section Title Font (replaces PNG images) ────────────────────────────── */
.box-title h2 {
    font-family: "Bebas Neue", "BigNoodleTitlingRegular", Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 38px;
    font-weight: normal;
    padding: 2px 8px 0 8px;
    color: #000;
    float: left;
    margin: 0;
}
.section-title { color: #000; letter-spacing: 1px; font-weight: normal; }
.section-title-red { color: #eb1c24; }

/* ── Season List Styling ─────────────────────────────────────────────────── */
.season-list-box { padding: 4px 10px; border-bottom: 1px solid #eee; }
.season-list-box a { font-size: 14px; font-weight: bold; text-decoration: none; color: #000; line-height: 18px; }
.season-list-box a:hover { text-decoration: underline; }
.season-list-box a.theatre { font-size: 12px; font-weight: bold; color: #555; }
.season-list-box a.theatre:hover { text-decoration: underline; }
.season-dates { font-size: 12px; color: #333; margin: 2px 0 2px; line-height: 14px; }
.season-dates span { display: block; }

/* ── Season Awards Entries ───────────────────────────────────────────────── */
.season-awards { }
.season-awards a { color: #000; font-weight: bold; }

/* ── All That Chat Box ───────────────────────────────────────────────────── */
.atc-box { border: 1px solid #eb1c24; text-align: center; padding: 8px 10px 2px; margin-bottom: 10px; }
.atc-box a { display: block; }
.atc-box img { display: block; margin: 0 auto; }

/* ═══════════════════════════════════════════════════════════════════════════
   MOBILE RESPONSIVE — max-width: 768px
   ═══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {

    body { padding-top: 52px; font-size: 13px; }

    /* ── Header ─────────────────────────────────────────────────────────── */
    .header-bg { height: 52px; }
    header { display: none; }
    .header-right { display: none; }

    /* Mobile header bar */
    .mobile-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 52px;
        padding: 0 8px;
    }
    .mobile-logo { display: flex; align-items: center; gap: 6px; text-decoration: none; }
    .mobile-logo img { height: 36px; }
    .mobile-logo-text {
        font-family: "Bebas Neue", Arial, sans-serif;
        font-size: 22px;
        line-height: 1;
        letter-spacing: 1px;
    }
    .mobile-logo-text span:first-child { color: #000; }
    .mobile-logo-text span:last-child  { color: #eb1c24; }

    .mobile-header-right { display: flex; align-items: center; gap: 10px; }
    .mobile-icon-btn {
        background: none;
        border: none;
        cursor: pointer;
        font-size: 20px;
        color: #000;
        padding: 4px;
        line-height: 1;
    }
    .mobile-desktop-link {
        font-size: 10px;
        font-weight: bold;
        color: #000;
        text-decoration: none;
        border: 1px solid #000;
        padding: 2px 5px;
        white-space: nowrap;
    }

    /* ── Mobile Search Bar ───────────────────────────────────────────────── */
    .mobile-search-bar {
        display: none;
        background: #333;
        padding: 6px 8px;
        position: fixed;
        top: 52px;
        left: 0;
        width: 100%;
        z-index: 998;
        box-sizing: border-box;
    }
    .mobile-search-bar.open { display: flex; gap: 6px; }
    .mobile-search-bar input[type="text"] {
        flex: 1;
        padding: 6px 8px;
        font-size: 13px;
        border: none;
        border-radius: 2px;
    }
    .mobile-search-bar button {
        background: #eb1c24;
        color: #fff;
        border: none;
        padding: 6px 12px;
        font-weight: bold;
        font-size: 13px;
        cursor: pointer;
        border-radius: 2px;
    }
    body.search-open { padding-top: 88px; }

    /* ── Hamburger Menu ──────────────────────────────────────────────────── */
    .mobile-menu {
        display: none;
        position: fixed;
        top: 52px;
        right: 0;
        width: 280px;
        max-height: calc(100vh - 52px);
        overflow-y: auto;
        background: #fff;
        border-left: 2px solid #eb1c24;
        z-index: 997;
        box-shadow: -4px 0 10px rgba(0,0,0,0.2);
    }
    .mobile-menu.open { display: block; }
    .mobile-menu-item {
        border-bottom: 1px solid #eee;
        padding: 12px 16px;
        font-size: 14px;
        font-weight: bold;
    }
    .mobile-menu-item a { color: #000; text-decoration: none; }
    .mobile-menu-item a:hover { color: #eb1c24; }
    .mobile-menu-section {
        background: #f5f5f5;
        padding: 8px 16px;
        font-size: 11px;
        font-weight: bold;
        color: #999;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .mobile-menu-on-broadway {
        padding: 8px 16px;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        border-bottom: 1px solid #eee;
    }
    .mobile-menu-on-broadway a {
        font-size: 11px;
        color: #000;
        text-decoration: none;
        text-align: center;
    }
    .mobile-menu-on-broadway img {
        display: block;
        width: 55px;
        height: 72px;
        object-fit: cover;
        border: 1px solid #ddd;
    }
    .mobile-menu-season {
        padding: 8px 16px;
        border-bottom: 1px solid #eee;
    }
    .mobile-menu-season .season-list-box {
        font-size: 12px;
        padding: 4px 0;
        border-bottom: 1px solid #f0f0f0;
    }
    .mobile-overlay {
        display: none;
        position: fixed;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background: rgba(0,0,0,0.4);
        z-index: 996;
    }
    .mobile-overlay.open { display: block; }

    /* ── Layout ──────────────────────────────────────────────────────────── */
    #wrapper { width: 100%; }
    .header-ad { display: none; }
    .page-columns { flex-direction: column; width: 100%; gap: 0; }
    .left-col { width: 100%; }
    .right-col-sticky { display: none; }

    /* ── Featured Videos — hide on mobile ───────────────────────────────── */
    .content-box:first-child { display: none; }

    /* ── News Box ────────────────────────────────────────────────────────── */
    #news-box { width: 100%; }
    .news-sticky-header { top: 52px; }
    body.search-open .news-sticky-header { top: 88px; }

    /* ── News Tabs ───────────────────────────────────────────────────────── */
    .news-tabs {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .news-tabs::-webkit-scrollbar { display: none; }
    .news-tab { font-size: 11px; padding: 6px 12px; flex-shrink: 0; }

    /* ── Sublist ─────────────────────────────────────────────────────────── */
    .tab-sublist { overflow-x: auto; flex-wrap: nowrap; white-space: nowrap; -webkit-overflow-scrolling: touch; }
    .sublist-link { flex-shrink: 0; font-size: 12px; }

    /* Mobile filter bar */
    .mobile-filter-bar {
        background: #333;
        color: #fff;
        padding: 6px 10px;
        font-size: 13px;
        font-weight: bold;
        align-items: center;
        justify-content: space-between;
    }
    .mobile-filter-bar.visible { display: flex; }
    .mobile-filter-bar a { color: #fff; font-size: 12px; text-decoration: none; }

    /* ── News Items ──────────────────────────────────────────────────────── */
    .news-item { padding: 6px 8px; }
    .news-title { font-size: 14px; }
    .news-desc { font-size: 12px; }
    .news-meta { font-size: 10px; }
    .news-date-divider { font-size: 11px; padding: 4px 8px; }

    /* ── Search Page ─────────────────────────────────────────────────────── */
    .search-page { padding: 8px; }
    .search-form-inner input[type="text"],
    .search-form-inner select { width: 100%; box-sizing: border-box; }

}

/* Hide mobile elements on desktop */
.mobile-header { display: none; }
.mobile-search-bar { display: none; }
.mobile-menu { display: none; }
.mobile-overlay { display: none; }
.mobile-filter-bar { display: none; }

/* Show mobile elements on mobile */
@media (max-width: 768px) {
    .mobile-header { display: flex; }
}

/* ============================================================
   2026-05-16 15:40 EDT
   ON BROADWAY — full marquee CSS (consolidated rewrite).
   Replaces all piecemeal patches from 2026-05-10. Today's
   change adds the filter bar and shrinks the marquee inner
   area from 445px to 423px to keep total box height at 490px.

   Outer box (.on-broadway-box):
     1px top border + 34px box-title + 22px filter bar
     + 423px marquee + 9px footer + 1px bottom border = 490px

   Marquee inner area math:
     5 rows × 114px (poster height) = 570px
     570 - 423 = 147px overflow
     -74px top offset on first row → bottom 40px of row 1
     visible at top; top 39px of row 5 visible at bottom.
   ============================================================ */

/* Outer box: same height as FEATURED VIDEOS (490px), flex column */
.on-broadway-box {
    height: 490px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
.on-broadway-box .box-title          { flex: 0 0 auto; }
.on-broadway-box .on-broadway-filter { flex: 0 0 auto; }
.on-broadway-box .on-broadway-content { flex: 1 1 auto; }
.on-broadway-box .content-box-footer { flex: 0 0 auto; margin-top: auto; }

/* Filter bar: matches .banner-paging visual style exactly */
.on-broadway-filter {
    background: #eb1c24;
    color: #fff;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    height: 22px;
    text-align: center;
    padding: 3px 4px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
}
.on-broadway-filter a.ob-filter {
    color: #fff;
    text-decoration: none;
    margin: 0 2px;
    cursor: pointer;
}
.on-broadway-filter a.ob-filter:hover { text-decoration: underline; }
.on-broadway-filter a.ob-filter.active { color: #ff0; } /* yellow = active, matches FEATURED VIDEOS */

/* Multi-row marquee container: 423px tall, clips overflow */
/* 2026-05-16 20:38 EDT — Marquee posters resized to 110x144 with 8px h-margin (16px gap between adjacent posters). Row height 144, first-row offset -72 to keep half-clipping behavior. Source: medium size variant (130x170, scaled down). */
.on-broadway-box .on-broadway-content.on-broadway-multirow {
    flex: 1 1 auto;
    height: 423px;
    overflow: hidden;
    position: relative;
    padding: 0;
    margin: 0;
    display: block;
    box-sizing: border-box;
}

/* First row offset upward so row 1 is half-clipped at top */
.on-broadway-box .on-broadway-multirow .on-broadway-row:first-child {
    margin-top: 0;
}

/* Each row: 114px tall (full poster), clips its marquee */
.on-broadway-box .on-broadway-row {
    height: 141px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* Posters touch edge-to-edge, no captions, exact 87px wide */
.on-broadway-box .on-broadway-multirow .on-b-box h6 { display: none; }
.on-broadway-box .on-broadway-multirow .on-b-box {
    /* 2026-05-16 21:14 EDT — 12px margin on all sides = 24px gap between adjacent posters and rows */
    padding: 0;
    margin: 12px;
    width: 89px;
    flex-shrink: 0;
}
.on-broadway-box .on-broadway-multirow .on-b-box img {
    margin: 0;
    border: 0;
    display: block;
    width: 89px;
    height: 117px;
}

/* Marquee track: absolute, sized to content, animated */
.on-broadway-box .on-broadway-marquee {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    white-space: nowrap;
    will-change: transform;
}

/* Direction-specific animations, 180s loop */
.on-broadway-box .row-rtl .on-broadway-marquee {
    animation: bws-row-rtl 180s linear infinite;
}
@keyframes bws-row-rtl {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}
.on-broadway-box .row-ltr .on-broadway-marquee {
    animation: bws-row-ltr 180s linear infinite;
}
@keyframes bws-row-ltr {
    from { transform: translateX(-50%); }
    to   { transform: translateX(0); }
}

/* Pause all rows when hovering the box */
.on-broadway-box:hover .on-broadway-marquee { animation-play-state: paused; }

/* Animation-restart helper: JS adds this class briefly to reset keyframes */
.on-broadway-box .on-broadway-marquee.bws-restart { animation: none !important; }

/* Mobile: hide multi-row entirely (right column hidden separately) */
@media (max-width: 768px) {
    .on-broadway-box .on-broadway-multirow,
    .on-broadway-box .on-broadway-filter { display: none; }
}

/* ── Generic Page Template (non-front pages) ──────────────────────────── */
.page-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 24px 60px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    line-height: 1.55;
}
.page-content h1 {
    font-family: "Bebas Neue", "BigNoodleTitlingRegular", Helvetica, Arial, sans-serif;
    font-size: 36px;
    margin: 0 0 16px;
    color: #000;
    letter-spacing: 0.01em;
}
.page-content h2 {
    font-family: "Bebas Neue", "BigNoodleTitlingRegular", Helvetica, Arial, sans-serif;
    font-size: 22px;
    margin: 28px 0 8px;
    color: #eb1c24;
    letter-spacing: 0.02em;
}
.page-content p { margin: 0 0 14px; font-size: 14px; }
.page-content a { color: #eb1c24; text-decoration: underline; }
.page-content a:hover { text-decoration: none; }
.page-content strong { font-weight: bold; }

/* Contact form */
.contact-form { margin: 24px 0; }
.contact-form .form-row { margin-bottom: 14px; }
.contact-form label { display: block; margin-bottom: 4px; font-size: 14px; }
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    box-sizing: border-box;
}
.contact-form textarea { resize: vertical; min-height: 120px; }
.contact-form .required { color: #999; font-weight: normal; font-size: 12px; }
.contact-form .form-error {
    color: #c00; border: 1px solid #c00;
    padding: 10px 12px; margin: 12px 0;
    background: #fff5f5;
}
.contact-form .form-submit { margin-top: 18px; }
.contact-form .btn-primary {
    display: inline-block;
    background: #eb1c24;
    color: #fff;
    border: none;
    padding: 12px 36px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    border-radius: 3px;
    font-family: Arial, Helvetica, sans-serif;
}
.contact-form .btn-primary:hover { background: #c0151c; }
.contact-form .hp-field { position: absolute; left: -9999px; height: 0; overflow: hidden; }

/* Email reveal spans */
.rmail { cursor: pointer; text-decoration: underline; color: #eb1c24; }
.rmail:hover { text-decoration: none; }

.contact-aside { margin-top: 40px; padding-top: 24px; border-top: 2px solid #eb1c24; }
.contact-aside .fine-print { font-size: 12px; color: #555; margin-top: 24px; }

/* Mobile tweaks for page template */
@media (max-width: 700px) {
    .page-content { padding: 20px 14px 40px; }
    .page-content h1 { font-size: 28px; }
}
/* ── Article Page (bwyst) ─────────────────────────────────────────────── */
.bwyst-box {
    border: 1px solid #eb1c24;
    padding: 8px 14px 12px;
    margin: 12px 0;
    background: #fff;
}
.bwyst-box h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 20px;
    margin: 4px 0 6px;
    font-weight: bold;
    color: #000;
}
.bwyst-box h3 a {
    text-decoration: none;
    color: #000;
}
.bwyst-box h3 a:hover { text-decoration: underline; }
.bwyst-author {
    font-size: 13px;
    color: #555;
    font-weight: normal;
}
.bwyst-author a { color: #000; text-decoration: underline; }
.bwyst-author a:hover { text-decoration: none; }
.bwyst-box p {
    font-size: 13px;
    line-height: 18px;
    color: #333;
    margin: 6px 0;
}
.bwyst-meta {
    font-size: 10px;
    text-transform: uppercase;
    color: #555;
    margin-top: 8px;
}
.bwyst-meta a { color: #000; text-decoration: none; }
.bwyst-meta a:hover { text-decoration: underline; }
.bwyst-back {
    color: #eb1c24;
    text-decoration: none;
    font-size: 12px;
}
.bwyst-back:hover { text-decoration: underline; }