/* ======================================================================
   Ballpark Pulse 3.0 — Editorial Sports Portal Visual System
   Presentation layer only. Banana Ball Engine remains the data layer.
   ====================================================================== */

body.bp-visual-v3{
  --bpv-ink:#081526;
  --bpv-navy:#102a43;
  --bpv-navy-2:#173b5b;
  --bpv-yellow:#f5c928;
  --bpv-paper:#f4f2ec;
  --bpv-canvas:#fafbfc;
  --bpv-surface:#fff;
  --bpv-text:#1d2a3a;
  --bpv-muted:#667384;
  --bpv-line:#dce2e8;
  --bpv-line-dark:#cbd3dc;
  --bpv-green:#2d7a52;
  --bpv-red:#b9473d;
  --bpv-shadow-sm:0 4px 14px rgba(8,21,38,.055);
  --bpv-shadow-lg:0 18px 50px rgba(8,21,38,.11);
  background:var(--bpv-canvas);
  color:var(--bpv-text);
}

/* ---------- Global rhythm ---------- */
body.bp-visual-v3 h1,
body.bp-visual-v3 h2,
body.bp-visual-v3 h3{color:var(--bpv-ink);letter-spacing:-.035em}
body.bp-visual-v3 .bp-wrap{width:min(1240px,calc(100% - 40px))}
body.bp-visual-v3 .bp-section{padding:76px 0}
body.bp-visual-v3 .bp-section-head{margin-bottom:30px;align-items:end}
body.bp-visual-v3 .bp-section-head h2{font-size:clamp(2rem,3.5vw,3.2rem);line-height:1.02}
body.bp-visual-v3 .bp-kicker,
body.bp-visual-v3 .bbg-section-kicker,
body.bp-visual-v3 .bbg-eyebrow{font-size:.68rem;letter-spacing:.14em;font-weight:900;text-transform:uppercase}

/* ---------- Header: quieter, sharper, more publication-like ---------- */
body.bp-visual-v3 .bp-topbar{background:#05101c;border-bottom:1px solid #172637}
body.bp-visual-v3 .bbg-ticker{height:36px;font-size:.72rem}
body.bp-visual-v3 .bbg-ticker-label{border-radius:4px;padding:3px 7px;background:var(--bpv-yellow)}
body.bp-visual-v3 .bp-header{background:rgba(8,21,38,.98);box-shadow:none;border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(12px)}
body.bp-visual-v3 .bp-navrow{min-height:72px}
body.bp-visual-v3 .bp-menu a{font-size:.82rem;font-weight:650;letter-spacing:.005em}
body.bp-visual-v3 .bp-menu a:hover,
body.bp-visual-v3 .bp-menu .current-menu-item>a{color:var(--bpv-yellow)}
body.bp-visual-v3 .bp-nav-cta{border-radius:7px;padding:9px 13px;background:var(--bpv-yellow)}
body.bp-visual-v3 .bp-brand-mark{border-radius:6px;transform:none}

/* ---------- Buttons ---------- */
body.bp-visual-v3 .bp-btn{border-radius:7px;padding:12px 17px;font-size:.86rem;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
body.bp-visual-v3 .bp-btn:hover{transform:translateY(-1px)}
body.bp-visual-v3 .bp-btn-primary{background:var(--bpv-yellow);box-shadow:0 6px 20px rgba(245,201,40,.18)}
body.bp-visual-v3 .bp-btn-secondary{border-color:#56677a;background:transparent;color:#fff}

/* ======================================================================
   HOMEPAGE — sports portal hierarchy, not a wall of matching cards
   ====================================================================== */
body.home.bp-visual-v3 .bp-home-hero-v3{background:
  radial-gradient(circle at 87% 10%,rgba(245,201,40,.13),transparent 24%),
  linear-gradient(118deg,#071625 0%,#0d2740 62%,#173d55 100%)}
body.home.bp-visual-v3 .bp-home-hero-v3:before{width:520px;height:520px;right:-245px;top:-230px;border:1px solid rgba(245,201,40,.28);box-shadow:0 0 0 76px rgba(245,201,40,.04),0 0 0 152px rgba(245,201,40,.025)}
body.home.bp-visual-v3 .bp-hero-grid{grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:72px;padding:86px 0 78px}
body.home.bp-visual-v3 .bp-hero-copycol{position:relative;z-index:1}
body.home.bp-visual-v3 .bp-hero h1{max-width:820px;font-size:clamp(3rem,6vw,5.85rem);line-height:.96;letter-spacing:-.052em}
body.home.bp-visual-v3 .bp-hero-copy{max-width:690px;margin-top:24px;color:#c7d4df;font-size:1.08rem;line-height:1.75}
body.home.bp-visual-v3 .bp-hero-trustline{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center;margin-top:28px;color:#92a5b7;font-size:.72rem;font-weight:700}
body.home.bp-visual-v3 .bp-hero-trustline i{color:#50677b;font-style:normal}

body.home.bp-visual-v3 .bp-game-day-card{align-self:center;padding:0;border:1px solid rgba(255,255,255,.16);border-radius:10px;background:rgba(255,255,255,.055);box-shadow:none;backdrop-filter:blur(14px);overflow:hidden}
body.home.bp-visual-v3 .bp-game-day-head{display:flex;justify-content:space-between;align-items:center;padding:15px 17px;border-bottom:1px solid rgba(255,255,255,.12)}
body.home.bp-visual-v3 .bp-game-day-head span{color:var(--bpv-yellow);font-size:.65rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
body.home.bp-visual-v3 .bp-game-day-head strong{font-size:.82rem}
body.home.bp-visual-v3 .bp-game-day-card .bp-quicklinks{display:block}
body.home.bp-visual-v3 .bp-game-day-card .bp-quicklinks a{align-items:center;padding:15px 17px;border-top:0;border-bottom:1px solid rgba(255,255,255,.09)}
body.home.bp-visual-v3 .bp-game-day-card .bp-quicklinks a:last-child{border-bottom:0}
body.home.bp-visual-v3 .bp-game-day-card .bp-quicklinks a:hover{background:rgba(255,255,255,.055)}
body.home.bp-visual-v3 .bp-game-day-card .bp-quicklinks span{display:grid;gap:2px}
body.home.bp-visual-v3 .bp-game-day-card .bp-quicklinks b{font-size:.87rem}
body.home.bp-visual-v3 .bp-game-day-card .bp-quicklinks small{color:#9eb0bf;font-size:.69rem}
body.home.bp-visual-v3 .bp-game-day-card .bp-quicklinks em{color:var(--bpv-yellow);font-style:normal;font-size:1rem}

body.home.bp-visual-v3 .bp-statstrip-v3{border-bottom:1px solid var(--bpv-line);background:#fff}
body.home.bp-visual-v3 .bp-stat{padding:19px 28px}
body.home.bp-visual-v3 .bp-stat strong{font-size:1.65rem;color:var(--bpv-ink)}
body.home.bp-visual-v3 .bp-stat span{margin-top:5px;font-size:.64rem;letter-spacing:.11em}

/* Homepage content sections */
body.home.bp-visual-v3 .bp-home-flow-v3 .bp-section:nth-of-type(odd){background:#fff}
body.home.bp-visual-v3 .bp-home-flow-v3 .bp-section:nth-of-type(even){background:var(--bpv-paper)}
body.home.bp-visual-v3 .bp-home-flow-v3 .bp-panel{border:1px solid var(--bpv-line);border-radius:8px;box-shadow:none}
body.home.bp-visual-v3 .bbg-home-live-grid-v56{gap:14px}
body.home.bp-visual-v3 .bbg-home-game-v56,
body.home.bp-visual-v3 .bbg-game{border:1px solid var(--bpv-line)!important;border-radius:6px!important;box-shadow:none!important;background:#fff!important}
body.home.bp-visual-v3 .bbg-home-game-v56{position:relative;overflow:hidden;padding:22px!important}
body.home.bp-visual-v3 .bbg-home-game-v56:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--bpv-yellow)}
body.home.bp-visual-v3 .bbg-home-game-v56 h3{font-size:1.2rem!important;letter-spacing:-.02em}
body.home.bp-visual-v3 .bbg-home-game-links-v56 a{border-radius:5px!important;background:#eef2f5!important;color:var(--bpv-navy)!important}
body.home.bp-visual-v3 .bbg-game:hover{transform:none!important;border-color:#bec8d2!important;box-shadow:var(--bpv-shadow-sm)!important}

/* Team cards: team identity via accent rail, not generic floating cards. */
body.home.bp-visual-v3 .bbg-home-team-grid-v56,
body.bp-visual-v3 .bbg-teams{gap:18px!important}
body.home.bp-visual-v3 .bbg-home-team-card-v56,
body.bp-visual-v3 .bbg-team-card{position:relative;border:1px solid var(--bpv-line)!important;border-top:0!important;border-radius:7px!important;box-shadow:none!important;padding:21px!important;overflow:hidden}
body.home.bp-visual-v3 .bbg-home-team-card-v56:before,
body.bp-visual-v3 .bbg-team-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--team-accent,var(--bpv-yellow))}
body.home.bp-visual-v3 .bbg-home-team-card-v56:hover,
body.bp-visual-v3 .bbg-team-card:hover{transform:translateY(-2px);box-shadow:var(--bpv-shadow-sm)!important;border-color:#c8d0d8!important}
body.home.bp-visual-v3 .bbg-home-team-card-v56>div:last-child a{border-radius:4px!important;background:#f0f3f6!important}
body.bp-visual-v3 .bbg-team-mark{border-radius:6px}

/* Players get a directory/stat-sheet language. */
body.home.bp-visual-v3 .bbg-home-player-panel-v56{grid-template-columns:1.25fr .85fr auto!important;padding:30px!important;border:0!important;border-radius:8px!important;background:linear-gradient(120deg,#0a1a2c,#123755)!important;color:#fff;box-shadow:none!important}
body.home.bp-visual-v3 .bbg-home-player-panel-v56 h2,
body.home.bp-visual-v3 .bbg-home-player-panel-v56 h3{color:#fff!important}
body.home.bp-visual-v3 .bbg-home-player-panel-v56 p{color:#c6d2de!important}
body.home.bp-visual-v3 .bbg-home-player-metrics-v56 span{border-left:1px solid rgba(255,255,255,.16);padding-left:16px}
body.home.bp-visual-v3 .bbg-home-player-metrics-v56 strong{color:var(--bpv-yellow)}
body.bp-visual-v3 .bbg-player-card{border:0;border-bottom:1px solid var(--bpv-line);border-radius:0;box-shadow:none;background:transparent;padding:15px 5px}
body.bp-visual-v3 .bbg-player-avatar{border-radius:50%}

body.home.bp-visual-v3 .bbg-home-champ-v56{border-radius:8px!important;background:linear-gradient(115deg,#061321,#102d48)!important;box-shadow:none}
body.home.bp-visual-v3 .bbg-home-explore-v58>*,
body.home.bp-visual-v3 .bbg-home-place-grid-v56>a{border:1px solid var(--bpv-line)!important;border-radius:6px!important;box-shadow:none!important}
body.home.bp-visual-v3 .bbg-home-explore-v58>*:hover,
body.home.bp-visual-v3 .bbg-home-place-grid-v56>a:hover{border-color:#b9c4ce!important;box-shadow:var(--bpv-shadow-sm)!important}

/* Data tables should look like utility surfaces, not cards. */
body.bp-visual-v3 .bbg-table-wrap{border:1px solid var(--bpv-line);border-radius:6px;box-shadow:none}
body.bp-visual-v3 .bbg-table th{background:#eef2f5;color:#435166;font-size:.65rem;letter-spacing:.1em}
body.bp-visual-v3 .bbg-table td{background:#fff}
body.bp-visual-v3 .bbg-toolbar{border-radius:6px;box-shadow:none}
body.bp-visual-v3 .bbg-toolbar input,
body.bp-visual-v3 .bbg-toolbar select,
body.bp-visual-v3 .bbg-toolbar button{border-radius:5px}

/* ======================================================================
   SINGLE BLOG POSTS — editorial / magazine identity
   ====================================================================== */
body.single-post.bp-visual-v3{background:#fff}
body.single-post.bp-visual-v3 .bp-article-hero{padding:54px 0 28px;background:#fff;border-bottom:0}
body.single-post.bp-visual-v3 .bp-article-head-inner{max-width:1000px}
body.single-post.bp-visual-v3 .bp-breadcrumbs{margin-bottom:28px}
body.single-post.bp-visual-v3 .bp-article-category{display:inline-flex;margin-bottom:18px;color:#775f00;font-size:.67rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;text-decoration:none}
body.single-post.bp-visual-v3 .bp-article-category:after{content:"";display:block;width:34px;height:2px;margin:8px 0 0 10px;background:var(--bpv-yellow)}
body.single-post.bp-visual-v3 .bp-article-hero h1{max-width:980px;margin:0;font-size:clamp(2.7rem,5.7vw,5.5rem);line-height:.98;letter-spacing:-.052em;color:var(--bpv-ink)}
body.single-post.bp-visual-v3 .bp-article-deck{max-width:790px;margin:24px 0 0;color:#4f5e70;font-size:1.2rem;line-height:1.65}
body.single-post.bp-visual-v3 .bp-article-meta{display:flex;flex-wrap:wrap;gap:8px 0;margin-top:25px;color:#738092;font-size:.72rem;font-weight:700}
body.single-post.bp-visual-v3 .bp-article-meta span{display:flex;align-items:center}
body.single-post.bp-visual-v3 .bp-article-meta span+span:before{content:"•";margin:0 10px;color:#bcc4cc}
body.single-post.bp-visual-v3 .bp-article-media{max-width:1120px;margin-top:26px}
body.single-post.bp-visual-v3 .bp-article-featured{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:5px;box-shadow:none}
body.single-post.bp-visual-v3 .bp-article-layout{grid-template-columns:minmax(0,780px) 260px;justify-content:center;gap:70px;padding:54px 0 88px}
body.single-post.bp-visual-v3 .bp-entry.bp-article-body{min-width:0;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:var(--bpv-text);font-size:1.075rem;line-height:1.82}
body.single-post.bp-visual-v3 .bp-article-body>p{max-width:none;margin:0 0 1.45em;color:#263548}
body.single-post.bp-visual-v3 .bp-article-body>p:first-of-type{font-size:1.15rem;line-height:1.8;color:#1b2c3f}

body.single-post.bp-visual-v3 .bp-article-body h2{position:relative;margin:2.15em 0 .72em!important;padding:20px 0 0!important;border:0!important;border-top:2px solid var(--bpv-ink)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:var(--bpv-ink)!important;font-size:clamp(1.85rem,3.5vw,2.55rem)!important;line-height:1.08!important;letter-spacing:-.04em!important}
body.single-post.bp-visual-v3 .bp-article-body h2:before{content:none!important}
body.single-post.bp-visual-v3 .bp-article-body h3{margin:1.8em 0 .65em!important;padding:0 0 9px!important;border:0!important;border-bottom:1px solid #d9dee4!important;background:transparent!important;color:var(--bpv-navy)!important;font-size:1.32rem!important;letter-spacing:-.025em!important}
body.single-post.bp-visual-v3 .bp-article-body h3:after{content:"";display:block;width:46px;height:3px;margin-bottom:-11px;background:var(--bpv-yellow)}

/* Article links */
body.single-post.bp-visual-v3 .bp-article-body a:not(.bbt-button){color:#0a5a9c;font-weight:650;text-decoration-thickness:1.5px;text-underline-offset:3px;text-decoration-color:#9ec2dd}
body.single-post.bp-visual-v3 .bp-article-body a:not(.bbt-button):hover{color:var(--bpv-ink);text-decoration-color:var(--bpv-yellow)}

/* Tables: first table = dark snapshot; later tables = sports data sheets. */
body.single-post.bp-visual-v3 .bp-article-body table{width:100%!important;margin:28px 0 38px!important;border:1px solid var(--bpv-line)!important;border-collapse:collapse!important;border-spacing:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;overflow:visible!important;font-size:.9rem!important;line-height:1.45!important}
body.single-post.bp-visual-v3 .bp-article-body table thead th{padding:12px 14px!important;border:0!important;border-bottom:2px solid var(--bpv-ink)!important;background:#f2f4f6!important;color:#263548!important;font-size:.66rem!important;font-weight:900!important;letter-spacing:.09em!important;text-transform:uppercase!important;white-space:nowrap!important}
body.single-post.bp-visual-v3 .bp-article-body table tbody td{padding:13px 14px!important;border:0!important;border-bottom:1px solid #e4e8ec!important;background:#fff!important;color:#263548!important}
body.single-post.bp-visual-v3 .bp-article-body table tbody tr:nth-child(even) td{background:#fafbfc!important}
body.single-post.bp-visual-v3 .bp-article-body table tbody tr:hover td{background:#fff9dc!important}
body.single-post.bp-visual-v3 .bp-article-body table tbody tr:last-child td{border-bottom:0!important}

body.single-post.bp-visual-v3 .bp-article-body>table:first-of-type{border:0!important;border-top:4px solid var(--bpv-yellow)!important;background:var(--bpv-ink)!important;color:#fff!important}
body.single-post.bp-visual-v3 .bp-article-body>table:first-of-type thead th{border-bottom:1px solid rgba(255,255,255,.16)!important;background:var(--bpv-ink)!important;color:#fff!important;font-size:.72rem!important}
body.single-post.bp-visual-v3 .bp-article-body>table:first-of-type tbody td{border-bottom:1px solid rgba(255,255,255,.10)!important;background:var(--bpv-ink)!important;color:#e7eef5!important}
body.single-post.bp-visual-v3 .bp-article-body>table:first-of-type tbody tr:nth-child(even) td,
body.single-post.bp-visual-v3 .bp-article-body>table:first-of-type tbody tr:hover td{background:#0d2034!important}
body.single-post.bp-visual-v3 .bp-article-body>table:first-of-type tbody td:first-child{width:34%;color:#9fb1c1!important;font-weight:800!important}
body.single-post.bp-visual-v3 .bp-article-body>table:first-of-type tbody td:last-child{font-weight:750!important;color:#fff!important}
body.single-post.bp-visual-v3 .bp-article-body .wp-block-table{margin:28px 0 38px;overflow-x:auto;-webkit-overflow-scrolling:touch}

body.single-post.bp-visual-v3 .bp-article-body blockquote{margin:32px 0;padding:4px 0 4px 24px;border:0;border-left:4px solid var(--bpv-yellow);border-radius:0;background:transparent;color:#435166;font-size:1.08rem}
body.single-post.bp-visual-v3 .bp-article-body img{border-radius:4px}
body.single-post.bp-visual-v3 .bp-article-body .bbt-callout{border:0;border-left:4px solid var(--bpv-yellow);border-radius:0;background:#fff8d9;padding:18px 21px}
body.single-post.bp-visual-v3 .bp-article-body .bbt-source-box{border:1px solid var(--bpv-line);border-radius:5px;background:#f7f9fa}

/* Article sidebar = editorial rail, not stacked floating cards. */
body.single-post.bp-visual-v3 .bp-article-side{padding-top:4px}
body.single-post.bp-visual-v3 .bp-sidebox{padding:18px 0 18px 18px;border:0!important;border-left:1px solid var(--bpv-line)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
body.single-post.bp-visual-v3 .bp-side-label{display:block;margin-bottom:6px;color:#8a6a00;font-size:.62rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
body.single-post.bp-visual-v3 .bp-sidebox h3{font-size:.95rem}
body.single-post.bp-visual-v3 .bp-toc li{border-top:0;border-bottom:1px solid #edf0f2}
body.single-post.bp-visual-v3 .bp-toc a{padding:9px 0;color:#59687a;font-size:.75rem}
body.single-post.bp-visual-v3 .bp-quick-nav-box .bp-quicklinks a{border-top:0;border-bottom:1px solid #edf0f2;padding:9px 0;color:#35465b}

/* ======================================================================
   UPDATES — newsroom hierarchy with one dominant story
   ====================================================================== */
body.bbg-updates-page-v97.bp-visual-v3{background:#fff}
body.bbg-updates-page-v97.bp-visual-v3 .bbg-updates-template-container-v300{width:min(1240px,calc(100% - 40px));margin:0 auto}
body.bbg-updates-page-v97.bp-visual-v3 .bbg-updates-main-v300{width:100%;padding:0}
body.bbg-updates-page-v97.bp-visual-v3 .bbg-updates-page-header-v300{padding:54px 0 32px;border-bottom:1px solid var(--bpv-line)}
body.bbg-updates-page-v97.bp-visual-v3 .bbg-updates-page-header-v300>span{display:block;margin-bottom:13px;color:#856800;font-size:.66rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
body.bbg-updates-page-v97.bp-visual-v3 .bbg-updates-page-header-v300 h1{max-width:900px;margin:0;color:var(--bpv-ink);font-size:clamp(2.8rem,5.7vw,5.4rem);line-height:.97;letter-spacing:-.052em}
body.bbg-updates-page-v97.bp-visual-v3 .bbg-updates-page-header-v300 p{margin:18px 0 0;color:#6e7b8b;font-size:.76rem;font-weight:700}
body.bbg-updates-page-v97.bp-visual-v3 .bbg-updates-page-shell-v97{gap:58px!important;margin:36px 0 80px!important}

body.bbg-updates-page-v97.bp-visual-v3 .bbg-updates-hero-v97{grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr)!important;gap:44px!important;padding:34px 36px!important;border:0!important;border-left:5px solid var(--bpv-yellow)!important;border-radius:0!important;background:linear-gradient(118deg,#071725,#123755)!important;box-shadow:none!important}
body.bbg-updates-page-v97.bp-visual-v3 .bbg-updates-hero-title-v34144{font-size:clamp(1.8rem,3.4vw,2.85rem)!important;line-height:1.04!important}
body.bbg-updates-page-v97.bp-visual-v3 .bbg-updates-hero-links-v97{display:grid!important;grid-template-columns:1fr 1fr!important;gap:0!important;border-top:1px solid rgba(255,255,255,.14)!important;border-left:1px solid rgba(255,255,255,.14)!important}
body.bbg-updates-page-v97.bp-visual-v3 .bbg-updates-hero-links-v97 a{padding:15px!important;border:0!important;border-right:1px solid rgba(255,255,255,.14)!important;border-bottom:1px solid rgba(255,255,255,.14)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
body.bbg-updates-page-v97.bp-visual-v3 .bbg-updates-hero-links-v97 a:hover{background:rgba(255,255,255,.05)!important}

body.bbg-updates-page-v97.bp-visual-v3 .bbg-updates-section-head-v97{align-items:end!important;margin-bottom:22px!important;padding-bottom:14px!important;border-bottom:2px solid var(--bpv-ink)!important}
body.bbg-updates-page-v97.bp-visual-v3 .bbg-updates-section-head-v97 h2{font-size:clamp(2rem,3.7vw,3.15rem)!important;line-height:1.02!important;letter-spacing:-.04em!important}

/* Featured story becomes an editorial lead, not another rounded card. */
body.bbg-updates-page-v97.bp-visual-v3 .bbg-update-feature-v97{grid-template-columns:minmax(360px,1.08fr) minmax(0,.92fr)!important;border:0!important;border-bottom:1px solid var(--bpv-line)!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;padding-bottom:34px!important}
body.bbg-updates-page-v97.bp-visual-v3 .bbg-update-feature-media-v97{min-height:360px!important;border-radius:0!important;overflow:hidden!important}
body.bbg-updates-page-v97.bp-visual-v3 .bbg-update-feature-image-v97{width:100%!important;height:100%!important;min-height:360px!important;object-fit:cover!important;border-radius:0!important}
body.bbg-updates-page-v97.bp-visual-v3 .bbg-update-feature-copy-v97{padding:12px 0 12px 38px!important;align-self:center}
body.bbg-updates-page-v97.bp-visual-v3 .bbg-update-feature-copy-v97 h3{margin:14px 0 14px!important;font-size:clamp(2rem,3.3vw,3.15rem)!important;line-height:1.03!important;letter-spacing:-.045em!important}
body.bbg-updates-page-v97.bp-visual-v3 .bbg-update-feature-copy-v97 p{font-size:.97rem!important;line-height:1.7!important}
body.bbg-updates-page-v97.bp-visual-v3 .bbg-update-type-v76{padding:0!important;border-radius:0!important;background:transparent!important;color:#846900!important;font-size:.64rem!important;letter-spacing:.11em!important}
body.bbg-updates-page-v97.bp-visual-v3 .bbg-update-feature-read-v97,
body.bbg-updates-page-v97.bp-visual-v3 .bbg-update-read-v76{color:var(--bpv-navy)!important;text-decoration:none!important;font-weight:900!important}

/* Follow-up stories: flat newsroom cards with strong image/title hierarchy. */
body.bbg-updates-page-v97.bp-visual-v3 .bbg-updates-grid-v97{gap:28px 24px!important}
body.bbg-updates-page-v97.bp-visual-v3 .bbg-update-card-v76{border:0!important;border-top:3px solid var(--bpv-ink)!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;overflow:visible!important}
body.bbg-updates-page-v97.bp-visual-v3 .bbg-update-card-v76>.bbg-update-thumb-v76{border-radius:0!important;aspect-ratio:16/9!important;margin-top:12px!important}
body.bbg-updates-page-v97.bp-visual-v3 .bbg-update-card-body-v76{padding:16px 0 0!important}
body.bbg-updates-page-v97.bp-visual-v3 .bbg-update-card-v76 h3{margin:9px 0 9px!important;font-size:1.16rem!important;line-height:1.25!important;letter-spacing:-.025em!important}
body.bbg-updates-page-v97.bp-visual-v3 .bbg-update-card-v76 p{font-size:.83rem!important;line-height:1.58!important;color:#667384!important}

body.bbg-updates-page-v97.bp-visual-v3 .bbg-update-activity-v314,
body.bbg-updates-page-v97.bp-visual-v3 .bbg-update-topics-v314{padding-top:10px;border-top:1px solid var(--bpv-line)}
body.bbg-updates-page-v97.bp-visual-v3 .bbg-update-signal-card-v314,
body.bbg-updates-page-v97.bp-visual-v3 .bbg-update-activity-row-v314{border-radius:5px!important;box-shadow:none!important}
body.bbg-updates-page-v97.bp-visual-v3 .bbg-updates-trust-v97{grid-template-columns:minmax(230px,.75fr) minmax(0,1.25fr) auto!important;border:0!important;border-top:1px solid var(--bpv-line)!important;border-bottom:1px solid var(--bpv-line)!important;border-radius:0!important;background:#f8f9fa!important;box-shadow:none!important}
body.bbg-updates-page-v97.bp-visual-v3 .bbg-updates-pagination-v76 .page-numbers{border-radius:4px!important;box-shadow:none!important}

/* ======================================================================
   BLOG/NEWS ARCHIVES
   ====================================================================== */
body.bp-visual-v3 .bp-news-archive-hero{padding:58px 0 42px;background:#fff;border-bottom:1px solid var(--bpv-line)}
body.bp-visual-v3 .bp-news-kicker{display:block;margin-bottom:12px;color:#806400;font-size:.67rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
body.bp-visual-v3 .bp-news-archive-hero h1{max-width:900px;margin:0;font-size:clamp(2.8rem,5vw,5rem);line-height:.98}
body.bp-visual-v3 .bp-news-archive-hero p,
body.bp-visual-v3 .bp-news-archive-desc{max-width:720px;margin:18px 0 0;color:var(--bpv-muted)}
body.bp-visual-v3 .bp-news-archive-section{background:#fff}
body.bp-visual-v3 .bp-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 24px}
body.bp-visual-v3 .bp-news-card{min-width:0;border-top:3px solid var(--bpv-ink)}
body.bp-visual-v3 .bp-news-card-lead{grid-column:1/-1;display:grid;grid-template-columns:minmax(380px,1.1fr) minmax(0,.9fr);gap:38px;padding-bottom:34px;border-bottom:1px solid var(--bpv-line)}
body.bp-visual-v3 .bp-news-thumb{display:block;margin-top:12px;overflow:hidden;text-decoration:none}
body.bp-visual-v3 .bp-news-thumb img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}
body.bp-visual-v3 .bp-news-card-copy{padding-top:14px}
body.bp-visual-v3 .bp-news-meta{display:flex;gap:10px;color:#7c8997;font-size:.66rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
body.bp-visual-v3 .bp-news-meta span{color:#806400}
body.bp-visual-v3 .bp-news-card h2{margin:9px 0 10px;font-size:1.35rem;line-height:1.16}
body.bp-visual-v3 .bp-news-card-lead h2{font-size:clamp(2.1rem,3.4vw,3.35rem);line-height:1.02}
body.bp-visual-v3 .bp-news-card h2 a{text-decoration:none}
body.bp-visual-v3 .bp-news-card p{color:var(--bpv-muted);font-size:.88rem;line-height:1.65}
body.bp-visual-v3 .bp-news-read{font-size:.77rem;font-weight:900;text-decoration:none;color:var(--bpv-navy)}
body.bp-visual-v3 .navigation.pagination{margin-top:44px}
body.bp-visual-v3 .nav-links{display:flex;gap:8px;flex-wrap:wrap}
body.bp-visual-v3 .nav-links .page-numbers{padding:8px 11px;border:1px solid var(--bpv-line);border-radius:4px;text-decoration:none}
body.bp-visual-v3 .nav-links .current{background:var(--bpv-ink);color:#fff;border-color:var(--bpv-ink)}

/* ======================================================================
   ENTITY PAGES — distinct identities while preserving plugin structure
   ====================================================================== */
body.bp-visual-v3 .bp-page-hero{padding:54px 0 38px;background:#fff;border-bottom:1px solid var(--bpv-line)}
body.bp-visual-v3 .bp-page-hero h1{font-size:clamp(2.7rem,4.8vw,4.9rem);line-height:.99}
body.bp-visual-v3 .bp-content-grid{padding-top:48px}
body.bp-visual-v3 .bp-entry h2{border-top:2px solid var(--bpv-ink);padding-top:1em}
body.bp-visual-v3 .bp-sidebox{border-radius:6px;box-shadow:none}

body.single-bbg_team.bp-visual-v3 .bp-team-hero{position:relative;padding:66px 0;background:linear-gradient(110deg,#071522,#132e49);overflow:hidden}
body.single-bbg_team.bp-visual-v3 .bp-team-hero:after{content:"";position:absolute;right:-8%;top:-70%;width:430px;height:430px;border:90px solid rgba(255,255,255,.04);border-radius:50%}
body.single-bbg_team.bp-visual-v3 .bp-team-badge{width:104px;height:104px;border-radius:8px;transform:none;box-shadow:0 0 0 6px rgba(255,255,255,.07)}
body.single-bbg_team.bp-visual-v3 .bp-team-hero h1{letter-spacing:-.05em}

body.single-bbg_player.bp-visual-v3 .bp-player-hero{grid-template-columns:150px minmax(0,1fr)}
body.single-bbg_player.bp-visual-v3 .bp-player-photo{width:150px;height:150px;border-radius:50%;box-shadow:0 0 0 8px #f1f3f5}
body.single-bbg_player.bp-visual-v3 .bbg-rich-player-profile,
body.single-bbg_player.bp-visual-v3 .bbg-rich-player-stats{border-radius:6px!important;box-shadow:none!important}

body.single-bbg_game.bp-visual-v3 .bp-page-hero{border-top:4px solid var(--bpv-yellow)}
body.single-bbg_game.bp-visual-v3 .bbg-game-verified-stats{border-radius:6px!important;box-shadow:none!important}

/* Alerts/sources use semantic rails rather than repeated rounded cards. */
body.bp-visual-v3 .bbg-answer-box,
body.bp-visual-v3 .bbg-source-box,
body.bp-visual-v3 .bbg-alert-box,
body.bp-visual-v3 .bp-notice{border-radius:4px;box-shadow:none}
body.bp-visual-v3 .bbg-link-grid a,
body.bp-visual-v3 .bbg-steps>div,
body.bp-visual-v3 .bbg-rule-list>li{border-radius:5px;box-shadow:none}

/* ---------- Footer ---------- */
body.bp-visual-v3 .bp-footer{padding:62px 0 30px;background:#05101c;color:#aeb9c6}
body.bp-visual-v3 .bp-footergrid{gap:46px}
body.bp-visual-v3 .bp-footer h3{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}
body.bp-visual-v3 .bp-footer a{font-size:.84rem}
body.bp-visual-v3 .bp-footer small{border-top-color:#1b2b3d;color:#758598}

/* ======================================================================
   RESPONSIVE
   ====================================================================== */
@media(max-width:1000px){
  body.home.bp-visual-v3 .bp-hero-grid{grid-template-columns:1fr;gap:34px;padding:68px 0 58px}
  body.home.bp-visual-v3 .bp-game-day-card{max-width:700px}
  body.home.bp-visual-v3 .bbg-home-player-panel-v56{grid-template-columns:1fr!important}
  body.single-post.bp-visual-v3 .bp-article-layout{grid-template-columns:minmax(0,780px);gap:0}
  body.single-post.bp-visual-v3 .bp-article-side{display:none}
  body.bbg-updates-page-v97.bp-visual-v3 .bbg-update-feature-v97{grid-template-columns:1fr!important}
  body.bbg-updates-page-v97.bp-visual-v3 .bbg-update-feature-copy-v97{padding:26px 0 0!important}
  body.bp-visual-v3 .bp-news-card-lead{grid-template-columns:1fr}
}

@media(max-width:760px){
  body.bp-visual-v3 .bp-wrap,
  body.bbg-updates-page-v97.bp-visual-v3 .bbg-updates-template-container-v300{width:min(100% - 26px,1240px)}
  body.bp-visual-v3 .bp-section{padding:54px 0}
  body.home.bp-visual-v3 .bp-hero h1{font-size:clamp(2.8rem,12vw,4.3rem)}
  body.home.bp-visual-v3 .bp-statgrid{grid-template-columns:1fr 1fr}
  body.home.bp-visual-v3 .bp-stat{padding:16px 12px}
  body.single-post.bp-visual-v3 .bp-article-hero{padding:38px 0 22px}
  body.single-post.bp-visual-v3 .bp-article-hero h1{font-size:clamp(2.4rem,11vw,4.2rem)}
  body.single-post.bp-visual-v3 .bp-article-layout{padding:38px 0 64px}
  body.single-post.bp-visual-v3 .bp-entry.bp-article-body{font-size:1rem}
  body.single-post.bp-visual-v3 .bp-article-body>p:first-of-type{font-size:1.07rem}
  body.single-post.bp-visual-v3 .bp-article-body .wp-block-table,
  body.single-post.bp-visual-v3 .bp-article-body>table:not(:first-of-type){display:block;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap}
  body.single-post.bp-visual-v3 .bp-article-body table th,
  body.single-post.bp-visual-v3 .bp-article-body table td{padding:11px 12px!important}
  body.bbg-updates-page-v97.bp-visual-v3 .bbg-updates-page-header-v300{padding:38px 0 26px}
  body.bbg-updates-page-v97.bp-visual-v3 .bbg-updates-hero-v97{grid-template-columns:1fr!important;padding:26px 22px!important}
  body.bbg-updates-page-v97.bp-visual-v3 .bbg-updates-hero-links-v97{grid-template-columns:1fr!important}
  body.bbg-updates-page-v97.bp-visual-v3 .bbg-updates-grid-v97{grid-template-columns:1fr!important}
  body.bbg-updates-page-v97.bp-visual-v3 .bbg-update-feature-media-v97,
  body.bbg-updates-page-v97.bp-visual-v3 .bbg-update-feature-image-v97{min-height:0!important;aspect-ratio:16/9!important}
  body.bp-visual-v3 .bp-news-grid{grid-template-columns:1fr}
  body.bp-visual-v3 .bp-news-card-lead{grid-column:auto}
  body.single-bbg_player.bp-visual-v3 .bp-player-hero{grid-template-columns:1fr;text-align:left}
}

@media(max-width:520px){
  body.home.bp-visual-v3 .bp-statgrid{grid-template-columns:1fr 1fr}
  body.home.bp-visual-v3 .bp-hero-grid{padding-top:52px}
  body.single-post.bp-visual-v3 .bp-article-meta{display:grid;gap:5px}
  body.single-post.bp-visual-v3 .bp-article-meta span+span:before{display:none}
  body.single-post.bp-visual-v3 .bp-article-body>table:first-of-type{font-size:.84rem!important}
  body.single-post.bp-visual-v3 .bp-article-body>table:first-of-type thead th,
  body.single-post.bp-visual-v3 .bp-article-body>table:first-of-type tbody td{padding:10px!important}
  body.bbg-updates-page-v97.bp-visual-v3 .bbg-updates-page-shell-v97{gap:42px!important}
}

/* Explicit dark-surface type colors: protect against the global heading token. */
body.home.bp-visual-v3 .bp-home-hero-v3 h1,
body.home.bp-visual-v3 .bp-home-hero-v3 h2,
body.home.bp-visual-v3 .bp-home-hero-v3 h3{color:#fff}
body.bbg-updates-page-v97.bp-visual-v3 .bbg-updates-hero-v97,
body.bbg-updates-page-v97.bp-visual-v3 .bbg-updates-hero-v97 h2,
body.bbg-updates-page-v97.bp-visual-v3 .bbg-updates-hero-v97 h3,
body.bbg-updates-page-v97.bp-visual-v3 .bbg-updates-hero-v97 strong,
body.bbg-updates-page-v97.bp-visual-v3 .bbg-updates-hero-title-v34144{color:#fff!important}
body.bbg-updates-page-v97.bp-visual-v3 .bbg-updates-hero-v97 p,
body.bbg-updates-page-v97.bp-visual-v3 .bbg-updates-hero-v97 span{color:#cbd8e2!important}
body.bbg-updates-page-v97.bp-visual-v3 .bbg-updates-hero-v97 .bbg-updates-kicker-v97{color:var(--bpv-yellow)!important}

/* Keep newsroom story actions text-led rather than button-like. */
body.bbg-updates-page-v97.bp-visual-v3 .bbg-update-feature-read-v97{
  display:inline-flex!important;
  margin-top:18px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:var(--bpv-navy)!important;
}

@media(max-width:760px){
  body.single-post.bp-visual-v3 .bp-article-body>table:not(:first-of-type){
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch;
  }
}

/* Dark entity heroes must keep light typography after global heading tokens. */
body.single-bbg_team.bp-visual-v3 .bp-team-hero h1,
body.single-bbg_team.bp-visual-v3 .bp-team-hero h2,
body.single-bbg_team.bp-visual-v3 .bp-team-hero h3{color:#fff}


/* ======================================================================
   Ballpark Pulse 3.0.1 — Readability & Contrast Pass
   Normalizes small UI text and explicitly owns foreground colors on
   light/dark surfaces so inherited theme/plugin colors cannot disappear.
   ====================================================================== */
body.bp-visual-v3{
  --bpv-text:#172538;
  --bpv-muted:#556476;
  --bpv-muted-light:#c8d4df;
  --bpv-muted-dark:#d9e3ec;
}

/* Keep everyday UI text at normal, readable sizes. */
body.bp-visual-v3 .bp-kicker,
body.bp-visual-v3 .bbg-section-kicker,
body.bp-visual-v3 .bbg-eyebrow{font-size:.82rem!important;line-height:1.45}
body.bp-visual-v3 .bbg-ticker{font-size:.84rem!important}
body.bp-visual-v3 .bp-menu a{font-size:.92rem!important;font-weight:650!important}
body.bp-visual-v3 .bp-btn{font-size:.94rem!important}
body.bp-visual-v3 .bp-stat span{font-size:.78rem!important;line-height:1.35}
body.bp-visual-v3 .bbg-game-date small{font-size:.8rem!important}
body.bp-visual-v3 .bbg-vs{font-size:.76rem!important}
body.bp-visual-v3 .bbg-game-meta{font-size:.88rem!important;line-height:1.5}
body.bp-visual-v3 .bp-tag{font-size:.76rem!important}
body.bp-visual-v3 .bbg-toolbar label{font-size:.8rem!important}
body.bp-visual-v3 .bbg-record{font-size:.82rem!important}
body.bp-visual-v3 .bbg-team-card p{font-size:.96rem!important;line-height:1.58}
body.bp-visual-v3 .bbg-card-link{font-size:.88rem!important}
body.bp-visual-v3 .bbg-player-home{font-size:.84rem!important}
body.bp-visual-v3 .bbg-player-card .bbg-eyebrow{font-size:.76rem!important}
body.bp-visual-v3 .bbg-source-note{font-size:.88rem!important;line-height:1.55}
body.bp-visual-v3 .bbg-source-box{font-size:.96rem!important}
body.bp-visual-v3 .bbg-link-grid span{font-size:.86rem!important;line-height:1.5}
body.bp-visual-v3 .bp-page-meta{font-size:.88rem!important}
body.bp-visual-v3 .bp-breadcrumbs ol{font-size:.84rem!important}
body.bp-visual-v3 .bp-sidebox h3{font-size:1rem!important}
body.bp-visual-v3 .bp-toc a{font-size:.88rem!important;line-height:1.45}
body.bp-visual-v3 .bp-related-link{font-size:.92rem!important}
body.bp-visual-v3 .bp-home-jump span{font-size:.86rem!important}
body.bp-visual-v3 .bp-home-content-source{font-size:.88rem!important}
body.bp-visual-v3 .bbg-roster-jump span{font-size:.84rem!important}
body.bp-visual-v3 .bbg-player-filters label{font-size:.8rem!important}
body.bp-visual-v3 .bbg-player-count span{font-size:.76rem!important}
body.bp-visual-v3 .bp-footer h3{font-size:.92rem!important}
body.bp-visual-v3 .bp-footer a{font-size:.96rem!important;line-height:1.55}
body.bp-visual-v3 .bp-footer small{font-size:.86rem!important;line-height:1.6}

/* Utility/data tables: legible labels and values. */
body.bp-visual-v3 .bbg-table{font-size:.96rem!important;line-height:1.5}
body.bp-visual-v3 .bbg-table th{font-size:.78rem!important;color:#344458!important;background:#eef2f5!important}
body.bp-visual-v3 .bbg-table td{color:#172538!important;background:#fff!important}

/* Homepage supporting copy. */
body.home.bp-visual-v3 .bp-hero-trustline{font-size:.84rem!important;color:#c4d1dc!important}
body.home.bp-visual-v3 .bp-game-day-head span{font-size:.78rem!important}
body.home.bp-visual-v3 .bp-game-day-head strong{font-size:.94rem!important;color:#fff!important}
body.home.bp-visual-v3 .bp-game-day-card .bp-quicklinks b{font-size:.96rem!important;color:#fff!important}
body.home.bp-visual-v3 .bp-game-day-card .bp-quicklinks small{font-size:.82rem!important;color:#c5d2dc!important;line-height:1.4}
body.home.bp-visual-v3 .bp-stat strong{font-size:1.7rem}
body.home.bp-visual-v3 .bbg-home-game-v56 h3{font-size:1.3rem!important}

/* Editorial article: keep supporting information readable too. */
body.single-post.bp-visual-v3 .bp-article-category{font-size:.8rem!important;color:#665300!important}
body.single-post.bp-visual-v3 .bp-article-meta{font-size:.86rem!important;color:#59687a!important}
body.single-post.bp-visual-v3 .bp-entry.bp-article-body{font-size:1.08rem!important;line-height:1.8}
body.single-post.bp-visual-v3 .bp-article-body>p:first-of-type{font-size:1.16rem!important}
body.single-post.bp-visual-v3 .bp-article-body table{font-size:.96rem!important;line-height:1.5!important}
body.single-post.bp-visual-v3 .bp-article-body table thead th{font-size:.78rem!important;color:#263548!important}
body.single-post.bp-visual-v3 .bp-article-body>table:first-of-type thead th{font-size:.8rem!important;color:#fff!important}
body.single-post.bp-visual-v3 .bp-side-label{font-size:.76rem!important;color:#6d5900!important}

/* Updates/newsroom: restore normal metadata and summary sizes. */
body.bbg-updates-page-v97.bp-visual-v3 .bbg-updates-page-header-v300>span{font-size:.8rem!important;color:#6d5900!important}
body.bbg-updates-page-v97.bp-visual-v3 .bbg-updates-page-header-v300 p{font-size:.92rem!important;color:#526174!important;line-height:1.55}
body.bbg-updates-page-v97.bp-visual-v3 .bbg-update-type-v76{font-size:.78rem!important;color:#6d5900!important}
body.bbg-updates-page-v97.bp-visual-v3 .bbg-update-feature-copy-v97 p{font-size:1rem!important;color:#425268!important}
body.bbg-updates-page-v97.bp-visual-v3 .bbg-update-card-v76 p{font-size:.96rem!important;line-height:1.62!important;color:#526174!important}
body.bp-visual-v3 .bp-news-kicker{font-size:.8rem!important;color:#6d5900!important}
body.bp-visual-v3 .bp-news-meta{font-size:.8rem!important;color:#59687a!important}
body.bp-visual-v3 .bp-news-meta span{color:#6d5900!important}
body.bp-visual-v3 .bp-news-card p{font-size:.96rem!important;color:#526174!important}
body.bp-visual-v3 .bp-news-read{font-size:.9rem!important}

/* ----------------------------------------------------------------------
   Explicit DARK surfaces — headings and copy cannot inherit dark ink.
   ---------------------------------------------------------------------- */
body.bp-visual-v3 .bp-topbar,
body.bp-visual-v3 .bp-header,
body.bp-visual-v3 .bp-hero,
body.bp-visual-v3 .bp-panel-dark,
body.bp-visual-v3 .bp-footer,
body.home.bp-visual-v3 .bbg-home-player-panel-v56,
body.home.bp-visual-v3 .bbg-home-champ-v56,
body.bbg-updates-page-v97.bp-visual-v3 .bbg-updates-hero-v97,
body.single-bbg_team.bp-visual-v3 .bp-team-hero,
body.bp-visual-v3 .bbg-player-count{color:#f5f8fb!important}

body.bp-visual-v3 .bp-topbar a,
body.bp-visual-v3 .bp-header a,
body.bp-visual-v3 .bp-footer a{color:#e6edf4!important}
body.bp-visual-v3 .bp-header .bp-nav-cta,
body.bp-visual-v3 .bp-hero .bp-btn-primary{color:#111!important}
body.bp-visual-v3 .bp-header .bp-menu a:hover,
body.bp-visual-v3 .bp-header .current-menu-item>a{color:var(--bpv-yellow)!important}

body.bp-visual-v3 .bp-panel-dark h1,
body.bp-visual-v3 .bp-panel-dark h2,
body.bp-visual-v3 .bp-panel-dark h3,
body.bp-visual-v3 .bp-panel-dark h4,
body.home.bp-visual-v3 .bbg-home-player-panel-v56 h1,
body.home.bp-visual-v3 .bbg-home-player-panel-v56 h2,
body.home.bp-visual-v3 .bbg-home-player-panel-v56 h3,
body.home.bp-visual-v3 .bbg-home-champ-v56 h1,
body.home.bp-visual-v3 .bbg-home-champ-v56 h2,
body.home.bp-visual-v3 .bbg-home-champ-v56 h3,
body.single-bbg_team.bp-visual-v3 .bp-team-hero h1,
body.single-bbg_team.bp-visual-v3 .bp-team-hero h2,
body.single-bbg_team.bp-visual-v3 .bp-team-hero h3{color:#fff!important}

body.bp-visual-v3 .bp-panel-dark p,
body.bp-visual-v3 .bp-panel-dark li,
body.bp-visual-v3 .bp-panel-dark small,
body.home.bp-visual-v3 .bbg-home-player-panel-v56 p,
body.home.bp-visual-v3 .bbg-home-player-panel-v56 li,
body.home.bp-visual-v3 .bbg-home-champ-v56 p,
body.home.bp-visual-v3 .bbg-home-champ-v56 li{color:#d5e0e9!important}

/* Generic dark section headings/copy, without poisoning nested light cards. */
body.bp-visual-v3 .bp-section-dark>.bp-wrap>.bp-section-head h1,
body.bp-visual-v3 .bp-section-dark>.bp-wrap>.bp-section-head h2,
body.bp-visual-v3 .bp-section-dark>.bp-wrap>.bp-section-head h3,
body.bp-visual-v3 .bp-section-dark>.bp-wrap>.bp-home-reading>h1,
body.bp-visual-v3 .bp-section-dark>.bp-wrap>.bp-home-reading>h2,
body.bp-visual-v3 .bp-section-dark>.bp-wrap>.bp-home-reading>h3,
body.bp-visual-v3 .bp-section-dark>.bp-wrap>.bp-home-lead>h1,
body.bp-visual-v3 .bp-section-dark>.bp-wrap>.bp-home-lead>h2,
body.bp-visual-v3 .bp-section-dark>.bp-wrap>.bp-home-lead>h3{color:#fff!important}
body.bp-visual-v3 .bp-section-dark>.bp-wrap>.bp-section-head p,
body.bp-visual-v3 .bp-section-dark>.bp-wrap>.bp-home-reading>p,
body.bp-visual-v3 .bp-section-dark>.bp-wrap>.bp-home-reading>li,
body.bp-visual-v3 .bp-section-dark>.bp-wrap>.bp-home-lead>p{color:#d2dde7!important}

/* ----------------------------------------------------------------------
   Explicit LIGHT surfaces — dark text wins even inside a dark section.
   ---------------------------------------------------------------------- */
body.bp-visual-v3 :is(.bp-panel:not(.bp-panel-dark),.bbg-game,.bbg-team-card,.bbg-player-card,.bbg-link-grid a,.bbg-steps>div,.bbg-rule-list>li,.bp-archive-card,.bbg-table-wrap,.bbg-toolbar,.bp-faq-list details){color:#172538!important}
body.bp-visual-v3 :is(.bp-panel:not(.bp-panel-dark),.bbg-game,.bbg-team-card,.bbg-player-card,.bbg-link-grid a,.bbg-steps>div,.bbg-rule-list>li,.bp-archive-card,.bp-faq-list details) :is(h1,h2,h3,h4,strong){color:#081526!important}
body.bp-visual-v3 :is(.bp-panel:not(.bp-panel-dark),.bbg-game,.bbg-team-card,.bbg-player-card,.bbg-link-grid a,.bbg-steps>div,.bbg-rule-list>li,.bp-archive-card,.bp-faq-list details) :is(p,li,small,span){color:#526174}
body.bp-visual-v3 .bbg-team-mark,
body.bp-visual-v3 .bbg-steps span,
body.bp-visual-v3 .bbg-rule-list>li:before{color:#111!important}

/* Do not let generic span rules dim semantic labels/buttons. */
body.bp-visual-v3 .bp-tag{color:#176c3b!important}
body.bp-visual-v3 .bbg-player-avatar{color:var(--bpv-yellow)!important}
body.bp-visual-v3 .bp-btn-primary{color:#111!important}
body.bp-visual-v3 .bp-btn-secondary{color:#172538!important}
body.bp-visual-v3 .bp-hero .bp-btn-secondary{color:#fff!important}

/* Mobile remains readable rather than shrinking the interface. */
@media(max-width:760px){
  body.bp-visual-v3{font-size:16px}
  body.bp-visual-v3 .bp-section{padding:50px 0}
  body.bp-visual-v3 .bp-menu a{font-size:1rem!important}
  body.bp-visual-v3 .bp-btn{font-size:.96rem!important}
  body.single-post.bp-visual-v3 .bp-entry.bp-article-body{font-size:1.04rem!important;line-height:1.78}
  body.single-post.bp-visual-v3 .bp-article-meta{font-size:.84rem!important}
  body.single-post.bp-visual-v3 .bp-article-body table{font-size:.94rem!important}
  body.single-post.bp-visual-v3 .bp-article-body table thead th{font-size:.76rem!important}
  body.bbg-updates-page-v97.bp-visual-v3 .bbg-update-card-v76 p,
  body.bp-visual-v3 .bp-news-card p{font-size:.96rem!important}
  body.home.bp-visual-v3 .bp-game-day-card .bp-quicklinks small{font-size:.84rem!important}
}

/* =========================================================
   v3.0.3 — Button typography tuning
   Larger, calmer button labels across the public theme UI.
   ========================================================= */
body.bp-visual-v3 .bp-btn,
body.bp-visual-v3 .bp-nav-cta,
body.bp-visual-v3 .bp-main button,
body.bp-visual-v3 .bp-main input[type="submit"],
body.bp-visual-v3 .bp-main input[type="button"],
body.bp-visual-v3 .bp-main .wp-block-button__link {
  font-size: 1rem !important;
  font-weight: 650 !important;
  line-height: 1.25 !important;
}

/* Compact utility controls should still feel like controls, not heavy labels. */
body.bp-visual-v3 .bbg-toolbar button,
body.bp-visual-v3 .bp-menu-toggle {
  font-size: .95rem !important;
  font-weight: 650 !important;
}

@media (max-width: 760px) {
  body.bp-visual-v3 .bp-btn,
  body.bp-visual-v3 .bp-nav-cta,
  body.bp-visual-v3 .bp-main .wp-block-button__link {
    font-size: 1rem !important;
    font-weight: 650 !important;
  }
}
