/* Sports Wire v2.4 — Complete Styles */

/* Container */
.swv2-container {
    max-width: 800px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    color: #1a1a1a;
    background: #fff;
}

/* Remove Astra/theme chrome */
.page .entry-title,
.page .entry-header,
.page .page-header,
.page .ast-archive-description {
    display: none !important;
}

.page .site-content > .ast-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    max-width: 100% !important;
}

.page .entry-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Kill any remaining Astra spacing */
.page #primary {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.page .site-content {
    padding-top: 0 !important;
}

.ast-separate-container .ast-article-single {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.ast-separate-container .entry-content {
    margin-top: 0 !important;
}

.ast-separate-container .ast-article-post,
.ast-separate-container .ast-article-single {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* Site Name Bar */
.swv2-site-bar {
    background: #1a1a1a;
    padding: 14px 20px;
    text-align: center;
    border-bottom: 3px solid #cc0000;
}

.swv2-site-name {
    color: #ffffff !important;
    text-decoration: none !important;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1;
}

.swv2-site-name:hover {
    color: #cccccc !important;
}

/* Header */
.swv2-header {
    color: #fff !important;
    padding: 0;
    margin-bottom: 0;
}

.swv2-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px 8px;
}

.swv2-header-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.swv2-sport-badge {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 3px 8px;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 3px;
    text-transform: uppercase;
    color: #ffffff !important;
}

.swv2-team-name {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    color: #ffffff !important;
}

.swv2-header-right {
    display: flex;
    gap: 16px;
    font-size: 12px;
    color: rgba(255,255,255,0.85) !important;
    align-items: center;
}

.swv2-header-meta {
    color: rgba(255,255,255,0.85) !important;
}

/* "X new today" badge in header */
.swv2-header-today {
    background: rgba(255,255,255,0.2);
    padding: 2px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 700;
    color: #fff !important;
    letter-spacing: 0.3px;
}

/* Team navigation */
.swv2-team-nav {
    display: flex;
    gap: 0;
    padding: 0 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    background: rgba(0,0,0,0.15);
}

.swv2-team-nav::-webkit-scrollbar { display: none; }

.swv2-nav-link {
    color: rgba(255,255,255,0.7) !important;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 12px;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    transition: all 0.15s;
}

.swv2-nav-link:hover {
    color: #fff !important;
    background: rgba(255,255,255,0.08);
}

.swv2-nav-link.active {
    color: #fff !important;
    border-bottom-color: #fff;
}

/* Breadcrumbs */
.swv2-breadcrumbs {
    padding: 8px 16px;
    font-size: 12px;
    color: #999;
    background: #f8f8f8;
    border-bottom: 1px solid #eee;
}

.swv2-breadcrumbs a {
    color: #666;
    text-decoration: none;
}

.swv2-breadcrumbs a:hover {
    text-decoration: underline;
}

.swv2-bc-sep {
    margin: 0 6px;
    color: #ccc;
}

.swv2-bc-current {
    color: #333;
    font-weight: 500;
}

/* Affiliate disclosure */
.swv2-disclosure {
    font-size: 11px;
    color: #999;
    padding: 6px 16px;
    background: #fafafa;
    border-bottom: 1px solid #eee;
}

.swv2-disclosure a {
    color: #666;
    text-decoration: underline;
}

/* Utility bar — Tickets, Shop, Schedule, Watch, RSS */
.swv2-utility-bar {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 0 12px;
    background: #fafafa;
    border-bottom: 2px solid #333;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.swv2-utility-bar::-webkit-scrollbar { display: none; }

/* v2.42.53: "More pages" strip below the utility bar */
.swv2-more-strip { background: #fafafa; border-bottom: 1px solid #e5e5e5; }
.swv2-more-toggle {
    list-style: none;
    cursor: pointer;
    font-size: 11px;
    font-weight: 600;
    color: #666;
    padding: 6px 14px;
    user-select: none;
}
.swv2-more-toggle::-webkit-details-marker { display: none; }
.swv2-more-toggle:hover { color: #222; }
.swv2-more-toggle-active { color: #222; }
.swv2-more-caret { font-size: 10px; }
.swv2-more-strip[open] .swv2-more-caret { display: inline-block; transform: rotate(180deg); }
.swv2-more-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    padding: 0 6px 6px;
}
.swv2-more-row .swv2-util-link { padding: 6px 12px; }

.swv2-util-link {
    font-size: 12px;
    font-weight: 600;
    color: #444 !important;
    text-decoration: none !important;
    padding: 8px 14px;
    white-space: nowrap;
    word-spacing: 3px; /* v2.14.2: gap between emoji and label */
    transition: background 0.15s, color 0.15s;
}

.swv2-util-link:hover {
    background: #eee;
    color: #000 !important;
}

/* v2.14.7: highlight the section the visitor is currently on */
.swv2-util-active {
    background: #e3e3e3;
    color: #111 !important;
    border-radius: 5px 5px 0 0;
}
.swv2-util-active:hover {
    background: #d9d9d9;
}

/* Feed */
.swv2-feed {
    border: 1px solid #e0e0e0;
    border-top: none;
}

/* Date headers */
.swv2-date-header {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 8px 16px;
    text-transform: capitalize;
}

/* Article rows */
.swv2-article {
    padding: 10px 16px;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.1s;
}

.swv2-article:hover {
    background: #f8f9fa;
}

.swv2-article-meta {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 2px;
}

.swv2-time {
    font-size: 12px;
    font-weight: 700;
    color: #c00;
}

.swv2-dot {
    color: #999;
}

.swv2-badge {
    font-size: 9px;
    font-weight: 800;
    color: #fff;
    padding: 1px 5px;
    border-radius: 2px;
    letter-spacing: 0.5px;
}

.swv2-source {
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    white-space: nowrap;
    margin-left: auto;
}

/* Source reputation badges */
.swv2-source-type {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.3px;
    padding: 1px 6px;
    border-radius: 2px;
    white-space: nowrap;
}

.swv2-src-official {
    background: #e8f5e9;
    color: #2e7d32;
}

.swv2-src-beat {
    background: #e3f2fd;
    color: #1565c0;
}

.swv2-src-fan {
    background: #f3e5f5;
    color: #7b1fa2;
}

.swv2-src-rumors {
    background: #fff3e0;
    color: #e65100;
}

.swv2-src-analysis {
    background: #fce4ec;
    color: #c62828;
}

.swv2-src-guide {
    background: #fff8e1;
    color: #f57f17;
    font-weight: 800;
}

.swv2-promoted {
    border-left: 3px solid #f57f17;
    padding-left: 12px;
}

.swv2-promoted-link {
    font-weight: 700 !important;
}

.swv2-link {
    color: #1a1a1a;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    display: block;
}

.swv2-link:hover {
    text-decoration: underline;
}

/* Article snippet — the SEO goldmine */
.swv2-snippet {
    font-size: 13px;
    color: #666;
    line-height: 1.4;
    margin: 3px 0 0;
    padding: 0;
}

.swv2-article.swv2-new {
    background: #fffdf5;
}

.swv2-article.swv2-new:hover {
    background: #fffbe6;
}

/* Ad banners */
.swv2-ad {
    padding: 18px 16px;
    border-bottom: 1px solid #f0f0f0;
}
.swv2-ad + .swv2-ad {
    margin-top: 8px;
    padding-top: 24px;
    border-top: 1px solid #f0f0f0;
}

.swv2-banner {
    display: flex;
    text-decoration: none !important;
    border-radius: 6px;
    overflow: hidden;
    transition: transform 0.15s, box-shadow 0.15s;
    position: relative;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.swv2-banner:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.swv2-banner-left {
    flex: 0 0 35%;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 2px;
}

.swv2-banner-sport-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    opacity: 0.7;
}

.swv2-banner-team {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 2px;
}

.swv2-banner-action {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
    opacity: 0.7;
    margin-top: 4px;
}

.swv2-banner-right {
    flex: 1;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

.swv2-banner-cta-text {
    font-size: 18px;
    font-weight: 700;
}

.swv2-banner-cta-sub {
    font-size: 13px;
    opacity: 0.7;
}

.swv2-banner-cta-btn {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 24px;
    border-radius: 4px;
    margin-top: 8px;
    align-self: flex-start;
    text-transform: uppercase;
}

.swv2-banner-disclosure {
    position: absolute;
    bottom: 4px;
    right: 8px;
    font-size: 8px;
    opacity: 0.4;
    color: inherit;
}

.swv2-banner-ad-label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #fff;
    background: rgba(0,0,0,0.6);
    padding: 3px 8px;
    border-radius: 0 0 4px 0;
    z-index: 1;
}

/* Image banners (Canva/custom) */
.swv2-banner-img-wrap {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: transform 0.15s, box-shadow 0.15s;
}

/* Guide promotion banners (slot 2) */
.swv2-guide-banner {
    border: 2px solid #f57f17;
    position: relative;
}

.swv2-guide-banner::before {
    content: attr(data-site-label);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #f57f17;
    background: rgba(0,0,0,0.8);
    padding: 3px 8px;
    border-radius: 0 0 4px 0;
    z-index: 1;
}

.swv2-banner-img-wrap:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.swv2-banner-img-wrap a {
    display: block;
    line-height: 0;
}

.swv2-banner-img {
    width: 100%;
    height: auto;
    display: block;
}

/* Fubo SPORT banner (v2.51.91) — the tall ~16:9 sport-matched creative on
   Tonight pages. Capped so a big image doesn't dominate desktop, centered.
   On mobile it fills the column (peak watch-intent, big is good there). */
.swv2-fubo-sport {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}
/* Fubo WIDE strip (News 2nd slot) — the skinny 1500×290 leaderboard. Full
   column width like the other news banners; its own ratio keeps it short. */
.swv2-fubo-wide {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}

/* Empty state */
.swv2-error {
    padding: 20px;
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 4px;
    color: #856404;
}

.swv2-empty {
    padding: 40px 20px;
    text-align: center;
    color: #666;
}

/* Load More */
.swv2-load-more-wrap {
    padding: 16px;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-top: none;
}

.swv2-load-more {
    display: inline-block;
    padding: 12px 32px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.15s;
}

.swv2-load-more:hover {
    background: #e8e8e8;
    border-color: #ccc;
}

.swv2-load-more:disabled {
    opacity: 0.6;
    cursor: wait;
}

.swv2-end-of-feed {
    font-size: 13px;
    color: #999;
    margin: 0;
}

.swv2-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 12px 0;
    font-size: 14px;
}

.swv2-pagination a {
    color: #c00;
    text-decoration: none;
    font-weight: 600;
}

.swv2-pagination a:hover {
    text-decoration: underline;
}

/* Footer */
.swv2-footer {
    padding: 16px 20px;
    text-align: center;
    font-size: 13px;
    color: #666;
}

.swv2-footer p {
    margin: 4px 0;
}

.swv2-footer-small {
    font-size: 11px;
    color: #999;
}

.swv2-footer-links {
    font-size: 11px;
    margin-top: 8px !important;
}

.swv2-footer-links a {
    color: #666;
    text-decoration: none;
}

.swv2-footer-links a:hover {
    text-decoration: underline;
}

.swv2-footer-disclaimer {
    font-size: 10px;
    color: #bbb;
    margin-top: 10px !important;
    line-height: 1.6;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

/* ── Homepage ────────────────────────────────────────── */

.swv2-home-intro {
    text-align: center;
    padding: 28px 24px 8px;
}

.swv2-home-title {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 10px;
}

.swv2-home-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    max-width: 580px;
    margin: 0 auto 12px;
    text-align: justify;
}

.swv2-home-stats {
    font-size: 13px;
    color: #999;
}

.swv2-home-stats strong {
    color: #333;
}

.swv2-home-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    max-width: 780px;
    gap: 12px;
    padding: 16px 24px 24px;
    margin: 0 auto;
}

.swv2-home-card {
    display: flex;
    text-decoration: none !important;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
    transition: transform 0.15s, box-shadow 0.15s;
}

.swv2-home-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.swv2-home-card-accent {
    width: 6px;
    flex-shrink: 0;
}

.swv2-home-card-body {
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.swv2-home-sport {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #999;
    text-transform: uppercase;
}

.swv2-home-team {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
}

.swv2-home-count {
    font-size: 12px;
    color: #999;
    margin-top: 4px;
}

.swv2-home-count strong {
    color: #c00;
}

/* SEO text block on homepage */
.swv2-home-seo-text {
    padding: 20px 24px;
    border-top: 1px solid #eee;
    max-width: 640px;
    margin: 0 auto;
}

.swv2-home-seo-text h2 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px;
    text-align: center;
}

.swv2-home-seo-text p {
    font-size: 13px;
    color: #888;
    line-height: 1.7;
    margin: 0 0 10px;
    text-align: justify;
}

/* ── Responsive ──────────────────────────────────────── */

@media (max-width: 600px) {
    .swv2-container {
        margin: 0;
    }

    .swv2-site-bar {
        padding: 10px 14px;
    }

    .swv2-site-name {
        font-size: 24px;
        letter-spacing: 2px;
    }

    .swv2-header-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        padding: 12px 14px 6px;
    }

    .swv2-header-right {
        font-size: 11px;
        flex-wrap: wrap;
        gap: 8px;
    }

    .swv2-team-name {
        font-size: 18px;
    }

    .swv2-breadcrumbs {
        padding: 6px 12px;
        font-size: 11px;
    }

    .swv2-article {
        padding: 8px 12px;
    }

    .swv2-link {
        font-size: 14px;
    }

    .swv2-snippet {
        font-size: 12px;
    }

    .swv2-time {
        font-size: 11px;
    }

    .swv2-nav-link {
        font-size: 11px;
        padding: 6px 8px;
    }

    .swv2-banner {
        flex-direction: column;
    }

    .swv2-banner-left {
        flex: none;
        padding: 16px;
    }

    .swv2-banner-team {
        font-size: 30px;
    }

    .swv2-banner-right {
        padding: 14px 16px;
    }

    .swv2-banner-cta-btn {
        align-self: center;
        text-align: center;
        width: 100%;
    }

    .swv2-home-grid {
        grid-template-columns: 1fr 1fr;
        padding: 12px 12px 20px;
    }

    .swv2-home-title {
        font-size: 17px;
    }
}
/* ============================================================
   Network-Wide Guides Hub — appended 2026-04-24
   Renders at /guides/ via [sports_wire_guides_hub]
   Reuses .swv2-site-bar / .swv2-home-intro / .swv2-home-seo-text
   / .swv2-footer from the existing homepage styles. The new
   .swv2-ngh-* class family covers the team card + 3-guide stack.
   ============================================================ */

/* Override container width — guides hub needs more horizontal room
   than the 800px news container so 2-column team cards breathe. */
.swv2-container.swv2-network-guides-hub {
    max-width: 1100px;
}

/* Grid of team cards — 2 columns on desktop, 1 on mobile */
.swv2-network-guides-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px 24px 24px;
    max-width: 1060px;
    margin: 0 auto;
}
@media (min-width: 720px) {
    .swv2-network-guides-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

/* Team card — visually descends from .swv2-home-card (left accent +
   rounded body) but is taller and contains a 3-row guide stack. */
.swv2-ngh-card {
    display: flex;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
    transition: box-shadow 0.15s, transform 0.15s;
    min-height: 100%;
}
.swv2-ngh-card:hover {
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}

.swv2-ngh-card-accent {
    width: 6px;
    flex-shrink: 0;
}

.swv2-ngh-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 16px 18px 14px;
    min-width: 0;
}

.swv2-ngh-card-head {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.swv2-ngh-sport {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #999;
    text-transform: uppercase;
}
.swv2-ngh-team {
    font-size: 17px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.2;
}

/* 3-guide stack */
.swv2-ngh-guides {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.swv2-ngh-guide {
    margin: 0;
    padding: 0;
}
.swv2-ngh-guide + .swv2-ngh-guide {
    border-top: 1px solid #f3f3f3;
}

.swv2-ngh-guide-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    text-decoration: none !important;
    color: inherit;
    transition: opacity 0.15s;
}
.swv2-ngh-guide-link:hover {
    opacity: 0.8;
}
.swv2-ngh-guide-link:hover .swv2-ngh-guide-title {
    text-decoration: underline;
}

.swv2-ngh-guide-thumb {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    background: #f5f5f0;
    border-radius: 4px;
    overflow: hidden;
    display: block;
}
.swv2-ngh-guide-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.swv2-ngh-guide-meta {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.swv2-ngh-guide-kicker {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #999;
}
.swv2-ngh-guide-title {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* "See all N guides" CTA — uses team's primary_color via inline style */
.swv2-ngh-card-cta {
    display: block;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #eee;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: opacity 0.15s;
}
.swv2-ngh-card-cta:hover {
    opacity: 0.7;
}

/* Coming Soon placeholder for teams without featured guides */
.swv2-ngh-card.is-coming-soon .swv2-ngh-card-body {
    opacity: 0.7;
}
.swv2-ngh-coming-soon {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 12px 0;
    min-height: 220px;
}
.swv2-ngh-cs-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #999;
    margin: 0 0 6px;
}
.swv2-ngh-cs-text {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* Tighten the home-intro / home-seo-text padding within the wider container */
.swv2-network-guides-hub .swv2-home-intro {
    padding: 32px 24px 12px;
    max-width: 760px;
    margin: 0 auto;
}
.swv2-network-guides-hub .swv2-home-seo-text {
    max-width: 720px;
}

/* Mobile tightening */
@media (max-width: 480px) {
    .swv2-ngh-card-body {
        padding: 14px 14px 12px;
    }
    .swv2-ngh-team {
        font-size: 16px;
    }
    .swv2-ngh-guide-thumb {
        width: 48px;
        height: 48px;
    }
    .swv2-ngh-guide-title {
        font-size: 13px;
    }
}

/* ─────────────────────────────────────────────────────────────────────
 * v2.11.1: Mobile action strip — wraps to 4-column grid at ≤600px
 *
 * On mobile, the horizontal-scroll action strip hides items behind a
 * swipe gesture most users won't discover. This media query switches
 * the strip to a CSS grid with 4 columns, naturally wrapping to a
 * second row when there are more than 4 items.
 *
 * Item order (set in render_team_chrome) is engineered for this layout:
 *   Row 1: News, Tickets, Schedule, Watch (highest conversion intent)
 *   Row 2: Tonight, Shop, Gift Guides (secondary navigation)
 *
 * Optional items (Tickets, Schedule, Watch, Tonight, Shop) only render
 * when their URL is non-empty, so a team with fewer items will see a
 * shorter row 2 (or no row 2 at all). Grid auto-flow handles this
 * gracefully.
 *
 * Cells are 44px+ tall to meet Apple's recommended minimum touch
 * target. Text wraps inside the cell when needed (e.g. "Gift Guides"
 * → "Gift\nGuides" on the narrowest screens) rather than overflowing
 * or being truncated.
 * ───────────────────────────────────────────────────────────────────── */
@media (max-width: 600px) {
    .swv2-utility-bar {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1px;          /* v2.14.2: was 2px */
        padding: 3px;      /* v2.14.2: was 4px */
        overflow-x: visible;
        align-items: stretch;
    }
    .swv2-util-link {
        padding: 6px 4px;  /* v2.14.2: was 10px 6px */
        font-size: 11px;
        line-height: 1.35;
        white-space: normal;
        text-align: center;
        min-height: 38px;  /* v2.14.2: was 44px */
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* ─────────────────────────────────────────────────────────────────────
 * v2.12.0: MLB schedule page styles
 *
 * MLB teams have 162 regular-season games — far too many for the card
 * layout used on NFL schedule pages. We use a compact table layout
 * instead, with three sections: Next 14 (upcoming), Recent Results
 * (last 14 with scores), and Full Schedule (collapsible <details>).
 * ───────────────────────────────────────────────────────────────────── */
.swv2-mlb-section {
    margin: 18px 0 24px;
}
.swv2-mlb-games {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    margin-top: 8px;
}
.swv2-mlb-games thead th {
    text-align: left;
    padding: 8px 10px;
    border-bottom: 2px solid #ddd;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #666;
    letter-spacing: 0.4px;
}
.swv2-mlb-games tbody tr {
    border-bottom: 1px solid #f0f0f0;
}
.swv2-mlb-games tbody tr:hover {
    background: #fafafa;
}
.swv2-mlb-games td {
    padding: 10px;
    color: #333;
    line-height: 1.4;
}
.swv2-mlb-games__date {
    width: 60px;
    font-weight: 600;
    color: #555;
    white-space: nowrap;
}
.swv2-mlb-games__matchup {
    font-weight: 600;
}
.swv2-mlb-games__time {
    width: 90px;
    color: #666;
    white-space: nowrap;
}
.swv2-mlb-games__bc {
    width: 130px;
    color: #555;
    font-size: 13px;
}
.swv2-mlb-games__result {
    width: 80px;
    font-weight: 600;
    white-space: nowrap;
}
.swv2-mlb-outcome--w { color: #15803d !important; font-weight: 700; }
.swv2-mlb-outcome--l { color: #c62828 !important; font-weight: 700; }
.swv2-mlb-outcome--t { color: #666 !important; font-weight: 700; }
.swv2-mlb-outcome--d { color: #666 !important; font-weight: 700; } /* soccer draw */
.swv2-mls-wcbreak { margin: 14px 0; padding: 12px 16px; background: #eef3fc; border-left: 4px solid #1a3a8f; border-radius: 4px; font-size: 14px; line-height: 1.5; color: #1a2540; }
.swv2-mlb-game--upcoming { color: #444; }
.swv2-mlb-game--final { color: #666; }
/* Schedule tickets column (v2.42.22) — compact, upcoming games only */
.swv2-mlb-games__tix { width: 84px; white-space: nowrap; text-align: right; }
.swv2-mlb-tix {
    display: inline-block; padding: 4px 12px; border-radius: 999px;
    border: 1px solid var(--tix, #003087); color: var(--tix, #003087);
    font-size: 12px; font-weight: 700; text-decoration: none; line-height: 1.4;
    transition: background .12s ease, color .12s ease;
}
.swv2-mlb-tix:hover { background: var(--tix, #003087); color: #fff; }

.swv2-mlb-fullschedule {
    margin: 24px 0;
    padding: 0;
}
.swv2-mlb-fullschedule > summary {
    padding: 12px 16px;
    background: #f5f5f5;
    cursor: pointer;
    font-weight: 600;
    color: #333;
    border-radius: 4px;
    list-style: none;
    position: relative;
}
.swv2-mlb-fullschedule > summary::-webkit-details-marker { display: none; }
.swv2-mlb-fullschedule > summary::after {
    content: '▼';
    float: right;
    font-size: 10px;
    color: #888;
    transition: transform 0.15s;
}
.swv2-mlb-fullschedule[open] > summary::after {
    transform: rotate(180deg);
}

/* Mobile: tighten the MLB table */
@media (max-width: 600px) {
    .swv2-mlb-games {
        font-size: 12px;
    }
    .swv2-mlb-games td {
        padding: 8px 6px;
    }
    .swv2-mlb-games__bc {
        width: auto;
        font-size: 11px;
    }
    .swv2-mlb-games__time {
        width: 70px;
    }
}

/* v2.12.1: MLB Watch quick-answer scenario list */
.swv2-watch-quickanswer__list {
    margin: 12px 0 0 4px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}
.swv2-watch-quickanswer__list li {
    margin-bottom: 8px;
}

/* ─────────────────────────────────────────────────────────────────────
 * v2.13.0: NFL Draft Recap page styles
 * ───────────────────────────────────────────────────────────────────── */
.swv2-draft-hero {
    margin-bottom: 24px;
}
.swv2-draft-watch {
    margin: 24px 0;
}
.swv2-draft-players {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 16px;
    margin-top: 16px;
}
.swv2-draft-player {
    padding: 16px;
    border: 2px solid #ddd;
    border-radius: 6px;
    background: #fafafa;
}
.swv2-draft-player__meta {
    color: #555;
    font-size: 13px;
    margin: 4px 0 12px;
}
.swv2-draft-player__cta {
    margin-top: 12px;
    text-align: right;
}
.swv2-draft-jersey-link {
    display: inline-block;
    padding: 6px 12px;
    border: 2px solid;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.15s;
}
.swv2-draft-jersey-link:hover {
    opacity: 0.8;
    text-decoration: none !important;
}

.swv2-draft-table {
    margin-top: 8px;
}
.swv2-draft-table th,
.swv2-draft-table td {
    text-align: left;
}
.swv2-draft-table__round,
.swv2-draft-table__pick {
    width: 60px;
    text-align: center !important;
}
.swv2-draft-row--featured {
    background: #fffbe6;
    font-weight: 600;
}

.swv2-draft-team-shop {
    margin: 24px 0;
    text-align: center;
}
.swv2-draft-team-shop a {
    display: inline-block;
    padding: 14px 24px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    border-radius: 6px;
    transition: opacity 0.15s;
}
.swv2-draft-team-shop a:hover {
    opacity: 0.9;
    color: #fff !important;
}

@media (max-width: 600px) {
    .swv2-draft-players {
        grid-template-columns: 1fr;
    }
    .swv2-draft-table {
        font-size: 12px;
    }
    .swv2-draft-table__college {
        max-width: 100px;
    }
}

/* ─────────────────────────────────────────────────────────────────────
 * v2.13.1: 2026 MLB All-Star Game page styles
 * ───────────────────────────────────────────────────────────────────── */
.swv2-allstar-hero {
    margin-bottom: 24px;
}
.swv2-allstar-tickets {
    margin: 24px 0;
}
.swv2-allstar-cta-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: 16px 0;
}
.swv2-allstar-cta {
    display: inline-block;
    padding: 14px 24px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    border-radius: 6px;
    transition: opacity 0.15s;
    flex: 1 1 auto;
    text-align: center;
    min-width: 240px;
}
.swv2-allstar-cta:hover {
    opacity: 0.9;
    text-decoration: none !important;
}
.swv2-allstar-cta--secondary {
    background: #fff !important;
    border: 2px solid;
    font-weight: 700;
}
.swv2-allstar-cta--secondary:hover {
    background: #f5f5f5 !important;
}
.swv2-allstar-tickets-note {
    margin-top: 12px;
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

.swv2-allstar-week {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}
.swv2-allstar-day {
    border-left: 4px solid;
    padding: 12px 16px;
    background: #fafafa;
    border-radius: 0 4px 4px 0;
}
.swv2-allstar-day__heading {
    margin: 0 0 8px 0;
    display: flex;
    gap: 12px;
    align-items: baseline;
    font-size: 16px;
}
.swv2-allstar-day__day {
    font-weight: 700;
}
.swv2-allstar-day__date {
    color: #666;
    font-weight: 400;
    font-size: 14px;
}
.swv2-allstar-event {
    padding: 8px 0;
    border-top: 1px solid #eee;
}
.swv2-allstar-event:first-of-type {
    border-top: none;
}
.swv2-allstar-event__title {
    font-weight: 600;
    font-size: 14px;
    color: #333;
}
.swv2-allstar-event__meta {
    font-size: 12px;
    color: #666;
    margin: 2px 0 6px 0;
}
.swv2-allstar-event__desc {
    font-size: 13px;
    line-height: 1.5;
    color: #444;
    margin: 0;
}

.swv2-allstar-voting {
    margin: 24px 0;
}
.swv2-allstar-team-block {
    margin: 16px 0;
    padding: 12px 16px;
    background: #fafafa;
    border-radius: 0 4px 4px 0;
}
.swv2-allstar-team-name {
    margin: 0 0 8px 0;
    font-size: 16px;
}

@media (max-width: 600px) {
    .swv2-allstar-cta-row {
        flex-direction: column;
    }
    .swv2-allstar-cta {
        min-width: 0;
    }
}

/* ─────────────────────────────────────────────────────────────────────
 * v2.13.2: Event banner — slim time-sensitive callout that appears at
 * the top of contextual pages (e.g., 2026 MLB All-Star Game banner on
 * MLB team pages from May 29 through July 14, then auto-hides).
 * ───────────────────────────────────────────────────────────────────── */
.swv2-event-banner {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    margin: 12px 0 16px 0;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    transition: transform 0.15s, box-shadow 0.15s;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}
.swv2-event-banner:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.12);
    color: #fff !important;
    text-decoration: none !important;
}
.swv2-event-banner__emoji {
    font-size: 22px;
    flex-shrink: 0;
}
.swv2-event-banner__text {
    flex: 1 1 auto;
    line-height: 1.35;
}
.swv2-event-banner__headline {
    display: block;
    font-size: 15px;
    font-weight: 700;
}
.swv2-event-banner__subhead {
    display: block;
    font-size: 13px;
    opacity: 0.92;
    margin-top: 2px;
}
.swv2-event-banner__arrow {
    font-size: 22px;
    flex-shrink: 0;
    opacity: 0.7;
}

@media (max-width: 600px) {
    .swv2-event-banner {
        padding: 10px 12px;
        gap: 10px;
    }
    .swv2-event-banner__headline {
        font-size: 14px;
    }
    .swv2-event-banner__subhead {
        font-size: 12px;
    }
}

/* ─────────────────────────────────────────────────────────────────────
 * v2.14.0: WNBA Schedule + Tonight + Watch renderers
 * All styling reuses MLB classes (.swv2-mlb-section, .swv2-mlb-games,
 * .swv2-mlb-fullschedule) plus the shared .swv2-tonight-* and
 * .swv2-watch-* class families. No new CSS required — pure renderer
 * additions in PHP only.
 * ───────────────────────────────────────────────────────────────────── */

/* ───────────────────────────────────────────────────────────────
   v2.17.0 — header standing line, outbound-link marker, A2HS banner
   ─────────────────────────────────────────────────────────────── */

/* Stack team name + record/standing subline inside header-left */
.swv2-header-title {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
.swv2-team-standing {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    color: rgba(255,255,255,0.82) !important;
    white-space: nowrap;
}
.swv2-standing-record,
.swv2-standing-streak { color: #ffffff !important; }
.swv2-standing-sep { opacity: 0.5; margin: 0 5px; }

/* Inline line icons in the utility bar (v2.17.1) — replace emoji */
.swv2-util-link { word-spacing: normal; } /* v2.17.1: emoji-gap hack no longer needed */
.swv2-util-ico {
    width: 15px;
    height: 15px;
    vertical-align: -3px;
    margin-right: 6px;
    flex: none;
}

/* Outbound-link marker on the utility bar (Tickets / Shop / external Watch/Schedule).
   v2.17.1: ESPN-style "open in new window" box+arrow (masked SVG, inherits color). */
.swv2-util-ext::after {
    content: "";
    display: inline-block;
    width: 0.78em;
    height: 0.78em;
    margin-left: 5px;
    vertical-align: -0.04em;
    background-color: currentColor;
    opacity: 0.6;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpolyline points='15 3 21 3 21 9'/%3E%3Cline x1='10' y1='14' x2='21' y2='3'/%3E%3C/svg%3E") no-repeat center / contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpolyline points='15 3 21 3 21 9'/%3E%3Cline x1='10' y1='14' x2='21' y2='3'/%3E%3C/svg%3E") no-repeat center / contain;
}

/* Add to Home Screen banner */
.swv2-a2hs {
    position: fixed;
    left: 12px; right: 12px; bottom: 12px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 560px;
    margin: 0 auto;
    background: #ffffff;
    color: #1a1a1a;
    border: 1px solid #e3e3e3;
    border-left: 4px solid var(--swv2-a2hs-accent, #111);
    border-radius: 10px;
    padding: 12px 14px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.16);
    font-size: 14px;
    line-height: 1.35;
}
.swv2-a2hs-text { flex: 1; }
.swv2-a2hs-add {
    background: var(--swv2-a2hs-accent, #111);
    color: #fff;
    border: none;
    border-radius: 7px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
}
.swv2-a2hs-close {
    background: none;
    border: none;
    font-size: 22px;
    line-height: 1;
    color: #888;
    cursor: pointer;
    padding: 0 4px;
}
.swv2-a2hs-share {
    display: inline-block;
    border: 1px solid #bbb;
    border-radius: 4px;
    padding: 0 5px;
    font-weight: 700;
}
@media (min-width: 600px) {
    .swv2-a2hs { left: auto; right: 16px; width: 380px; margin: 0; }
}

/* ───────────────────────────────────────────────────────────────
   v2.18.0 — daily roundup signup (footer)
   ─────────────────────────────────────────────────────────────── */
.swv2-roundup {
    max-width: 520px;
    margin: 0 auto 24px;
    padding: 20px 22px;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-top: 3px solid #d8332e;
    border-radius: 10px;
    text-align: center;
}
.swv2-roundup-head {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin-bottom: 4px;
}
.swv2-roundup-sub {
    font-size: 13px;
    color: #555;
    margin: 0 0 14px;
    line-height: 1.4;
}
.swv2-roundup-form {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
}
.swv2-roundup-email {
    flex: 1;
    min-width: 200px;
    max-width: 320px;
    padding: 10px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 7px;
}
.swv2-roundup-email:focus {
    outline: none;
    border-color: #d8332e;
    box-shadow: 0 0 0 2px rgba(216,51,46,0.15);
}
.swv2-roundup-btn {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #d8332e;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    white-space: nowrap;
}
.swv2-roundup-btn:hover { background: #bf2a26; }
.swv2-roundup-btn:disabled { opacity: 0.6; cursor: default; }
.swv2-roundup-msg {
    font-size: 13px;
    margin: 10px 0 0;
    min-height: 1em;
}
.swv2-roundup-ok  { color: #1a7f37; }
.swv2-roundup-err { color: #c0392b; }
.swv2-roundup-rss {
    font-size: 12px;
    color: #777;
    margin: 12px 0 0;
}
.swv2-roundup-rss a { color: #777; text-decoration: underline; }

/* ── Fan guide canvas (v2.42.13) ─────────────────────────────── */
.swv2-fan-guide-canvas { margin: 0; }
.swv2-fan-guide { font-size: 1.05rem; line-height: 1.7; padding: 4px 18px 64px; }
.swv2-fan-guide img { max-width: 100%; height: auto; }
.swv2-fan-guide figure { margin: 1.5em 0; }
.swv2-fan-guide figcaption { font-size: .85rem; color: #666; margin-top: .4em; }
.swv2-fan-guide h2 { margin-top: 1.8em; }
.swv2-fan-guide h3 { margin-top: 1.3em; }
.swv2-fg-banner-wrap { margin: 28px 0; }

/* Fan-guide CTA card (v2.42.17) — compact icon card + taller media variant */
.swv2-fg-cta {
    display: flex; align-items: stretch; text-decoration: none;
    background: #ffffff; border: 1px solid #dfe4ee; border-radius: 12px;
    overflow: hidden; line-height: 1.3;
    transition: transform .15s ease, box-shadow .15s ease;
}
.swv2-fg-cta:hover { transform: translateY(-1px); box-shadow: 0 6px 18px rgba(0,0,0,.12); }
.swv2-fg-cta__icon {
    flex: none; width: 92px; background: var(--cta-bg, #003087);
    color: var(--cta-on, #fff); display: flex; align-items: center; justify-content: center; padding: 12px;
}
.swv2-fg-cta__icon svg { width: 38px; height: 38px; }
.swv2-fg-cta__body {
    flex: 1; min-width: 0; display: flex; flex-direction: column; justify-content: center;
    gap: 2px; padding: 13px 18px;
}
.swv2-fg-cta__title { color: #10233f; font-size: 1.08rem; font-weight: 800; line-height: 1.2; }
.swv2-fg-cta__sub { color: #5d6b82; font-size: .88rem; line-height: 1.35; }
.swv2-fg-cta__btn {
    flex: none; align-self: center; margin-right: 18px; line-height: 1;
    background: var(--cta-bg, #003087); color: var(--cta-on, #fff);
    font-weight: 700; font-size: .9rem; padding: 11px 18px; border-radius: 8px; white-space: nowrap;
}
/* Media variant — taller, fronted by a product image (e.g. gear) */
.swv2-fg-cta--media .swv2-fg-cta__media {
    flex: none; width: 130px; background: var(--cta-bg, #003087);
    display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.swv2-fg-cta--media .swv2-fg-cta__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.swv2-fg-cta--media .swv2-fg-cta__body { padding: 24px 20px; gap: 4px; }
.swv2-fg-cta--media .swv2-fg-cta__title { font-size: 1.22rem; }
@media (max-width: 560px) {
    .swv2-fg-cta { flex-direction: column; }
    .swv2-fg-cta__icon { width: 100%; padding: 14px; }
    .swv2-fg-cta--media .swv2-fg-cta__media { width: 100%; height: 160px; }
    .swv2-fg-cta__btn { align-self: stretch; margin: 0 18px 16px; text-align: center; }
}

/* Fan Guides hub (v2.42.19) — chrome + card grid of a team's guides */
.swv2-fg-hub { padding: 8px 0 36px; }
.swv2-fg-hub__head { padding: 20px 4px 6px; }
.swv2-fg-hub__title { font-size: 1.85rem; font-weight: 800; color: #10233f; margin: 0 0 6px; line-height: 1.2; }
.swv2-fg-hub__intro { color: #5d6b82; font-size: 1rem; margin: 0; line-height: 1.5; }
.swv2-fg-hub__grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 18px; padding: 18px 4px 4px;
}
.swv2-fg-card {
    display: flex; flex-direction: column; text-decoration: none; background: #fff;
    border: 1px solid #dfe4ee; border-radius: 12px; overflow: hidden;
    transition: transform .15s ease, box-shadow .15s ease;
}
.swv2-fg-card:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(0,0,0,.12); }
.swv2-fg-card__img {
    display: block; width: 100%; padding-top: 56%;
    background-size: cover; background-position: center; background-color: #e9eef6;
}
.swv2-fg-card__body { display: flex; flex-direction: column; gap: 6px; padding: 14px 16px 16px; }
.swv2-fg-card__title { color: #10233f; font-size: 1.1rem; font-weight: 700; line-height: 1.3; }
.swv2-fg-card__excerpt { color: #5d6b82; font-size: .9rem; line-height: 1.45; }
.swv2-fg-card__more { color: var(--team-primary, #003087); font-weight: 700; font-size: .9rem; margin-top: 2px; }
.swv2-fg-hub__empty { color: #5d6b82; padding: 18px 4px; }
@media (max-width: 560px) { .swv2-fg-hub__grid { grid-template-columns: 1fr; } }

/* v2.49.1: homepage Sports Tonight CTA (below the gift-guide promo) */
.swv2-home-tonight { text-align: center; margin: 18px 0 26px; }
.swv2-home-tonight-q { font-size: 14px; color: #555; margin: 0 0 8px; }
.swv2-home-tonight-cta {
    display: inline-block; background: #0F172A; color: #fff;
    padding: 10px 18px; border-radius: 4px; font-size: 14px; font-weight: 600;
    text-decoration: none;
}
.swv2-home-tonight-cta:hover { background: #1E293B; color: #fff; }


/* v2.51.61: internal player links — Leaders, HR Race, Status Board,
   Probable Pitchers, Injury Report all point at /players/{team}/{name}/.
   Subtle by design: these are in-content links inside data tables, not CTAs. */
.swv2-plink { text-decoration: none; border-bottom: 1px dotted currentColor; }
.swv2-plink:hover { border-bottom-style: solid; }

/* StubHub text CTA (v2.51.75) — StubHub ships no image creatives, so its ad
   slot renders as a labelled link. Styled as a clear CTA card, team-accented,
   distinct from the in-content .swv2-plink links. The affiliate disclosure in
   the page chrome sits above this per StubHub Program Terms §7. */
.swv2-ad-stubhub {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 14px 18px; margin: 0 auto; max-width: 728px;
  border: 2px solid var(--swv2-ad-accent, #003087); border-radius: 10px;
  text-decoration: none; background: #fff;
  transition: background .15s ease, transform .15s ease;
}
.swv2-ad-stubhub:hover { background: #f7f9fc; transform: translateY(-1px); }
.swv2-ad-stubhub__label { font-weight: 700; color: #111; font-size: 15px; }
.swv2-ad-stubhub__cta {
  font-weight: 800; color: var(--swv2-ad-accent, #003087);
  white-space: nowrap; font-size: 15px;
}
@media (max-width: 480px) {
  .swv2-ad-stubhub { flex-direction: column; text-align: center; gap: 6px; }
}
