/**
 * WK 2026 Poule – premium UI (één stijl: groen gratis, dikke card-randen, NL/BE).
 * Laadt als laatste stylesheet. Deelt groene gradient met theme + share-banner-premium.
 */

body.wk-poule-page {
    --wk-pro-radius: 12px;
    --wk-pro-radius-lg: 16px;
    --wk-pro-border: 1px solid #e2e8f0;
    --wk-pro-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
    --wk-pro-text: #0f172a;
    --wk-pro-muted: #64748b;
    --wk-pro-surface: #ffffff;
    --wk-pro-bg: #f1f5f9;
    --wk-pro-accent: var(--wk-primary, #ea580c);
    --wk-premium-green: linear-gradient(180deg, #22c55e 0%, #16a34a 52%, #15803d 100%);
    --wk-premium-green-shadow: 0 4px 16px rgba(22, 163, 74, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.25);
    --wk-premium-green-border: 1px solid rgba(255, 255, 255, 0.35);
    --wk-card-outline: 3px;
    --wk-card-radius: 14px;
    --wk-mode-solo: #64748b;
    --wk-mode-gezin: #16a34a;
    --wk-mode-school: #ea580c;
    --wk-mode-werk: #2563eb;
}

body.wk-poule-page h1 {
    font-weight: 700 !important;
    letter-spacing: -0.03em;
}

body.wk-poule-page h2,
body.wk-poule-page h3 {
    font-weight: 600 !important;
    letter-spacing: -0.02em;
}

body.wk-poule-page strong,
body.wk-poule-page .wk-btn,
body.wk-poule-page button {
    font-weight: 600;
}

body.wk-poule-page .main-content {
    background: var(--wk-pro-bg) !important;
    font-size: 0.9375rem;
}

body.wk-poule-page.wk-land-national .wk-wrap {
    max-width: 42rem;
}

/* —— Typografie & secties —— */
body.wk-poule-page .wk-section-head h2 {
    font-size: clamp(1.15rem, 3.2vw, 1.45rem);
    font-weight: 700;
    color: var(--wk-pro-text);
    letter-spacing: -0.02em;
    margin: 0 0 0.35rem;
}

body.wk-poule-page .wk-section-head p {
    font-size: 0.875rem;
    color: var(--wk-pro-muted);
    line-height: 1.5;
    margin: 0;
}

.wk-pro-eyebrow {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--wk-pro-accent);
    margin: 0 0 0.35rem;
}

.wk-pro-panel {
    background: var(--wk-pro-surface);
    border: var(--wk-pro-border);
    border-radius: var(--wk-pro-radius-lg);
    box-shadow: var(--wk-pro-shadow);
    padding: 1.15rem 1.1rem;
    margin: 0 0 1.25rem;
}

/* —— Hero compacter op mobiel —— */
@media (max-width: 640px) {
    body.wk-poule-page .wk-hero-inner {
        padding: 0.85rem 0.75rem 1rem;
    }
    body.wk-poule-page .wk-hero h1 {
        font-size: 1.35rem !important;
    }
    body.wk-poule-page .wk-hero-lead {
        font-size: 0.82rem;
        line-height: 1.45;
    }
    body.wk-poule-page .wk-hero-badge {
        font-size: 0.65rem;
        padding: 0.28rem 0.6rem;
        margin-bottom: 0.5rem;
    }
    body.wk-poule-page .wk-social-proof {
        font-size: 0.78rem;
        padding: 0.45rem 0.65rem;
    }
    body.wk-poule-page .wk-steps {
        gap: 0.45rem;
    }
    body.wk-poule-page .wk-step-card {
        padding: 0.55rem 0.5rem;
        font-size: 0.78rem;
    }
    body.wk-poule-page .wk-step-card strong {
        font-size: 0.82rem;
    }
    body.wk-poule-page .wk-hero-cta-row .wk-btn {
        font-size: 0.82rem;
        padding: 0.55rem 0.85rem;
        min-height: 42px;
    }
}

/* —— 100% GRATIS ribbon NL: premium groen + witte tekst —— */
body.wk-poule-page.wk-land-national.wk-land-nl .wk-free-ribbon-pro.wk-pro-ribbon,
body.wk-poule-page.wk-land-national.wk-land-nl .wk-pro-ribbon.wk-free-ribbon-pro {
    animation: none !important;
    border-radius: 8px !important;
    padding: 0.75rem 1.35rem !important;
    background: var(--wk-premium-green) !important;
    box-shadow: var(--wk-premium-green-shadow) !important;
    border: var(--wk-premium-green-border) !important;
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
}

body.wk-poule-page.wk-land-national.wk-land-nl .wk-pro-ribbon .wk-free-ribbon-main,
body.wk-poule-page.wk-land-national.wk-land-nl .wk-free-ribbon-pro .wk-free-ribbon-main {
    font-size: 1.4rem !important;
    font-weight: 800 !important;
    color: #fff !important;
    letter-spacing: 0.06em !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

body.wk-poule-page.wk-land-national.wk-land-nl .wk-pro-ribbon .wk-free-ribbon-sub,
body.wk-poule-page.wk-land-national.wk-land-nl .wk-free-ribbon-pro .wk-free-ribbon-sub {
    font-size: 0.78rem !important;
    font-weight: 600 !important;
    color: rgba(255, 255, 255, 0.95) !important;
    opacity: 1 !important;
}

/* —— Aftellen —— */
body.wk-poule-page .wk-kickoff-countdown--pro {
    margin: 0.75rem auto 0;
    max-width: 100%;
    border-radius: var(--wk-pro-radius-lg);
    border: var(--wk-pro-border);
    background: var(--wk-pro-surface);
    box-shadow: var(--wk-pro-shadow);
    overflow: hidden;
}

body.wk-poule-page .wk-kickoff-countdown--pro .wk-kickoff-countdown__glow {
    display: none;
}

body.wk-poule-page .wk-kickoff-countdown--pro .wk-kickoff-countdown__inner {
    padding: 0.85rem 0.9rem 0.95rem;
}

body.wk-poule-page .wk-kickoff-countdown--pro .wk-kickoff-countdown__head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    margin-bottom: 0.25rem;
}

body.wk-poule-page .wk-kickoff-countdown--pro .wk-kickoff-countdown__eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--wk-pro-muted);
}

body.wk-poule-page .wk-kickoff-countdown--pro .wk-kickoff-countdown__icon {
    font-size: 0.9rem;
}

body.wk-poule-page .wk-kickoff-countdown--pro .wk-kickoff-countdown__subtitle {
    font-size: 0.75rem;
    color: var(--wk-pro-muted);
    margin: 0 0 0.2rem;
}

body.wk-poule-page .wk-kickoff-countdown--pro .wk-kickoff-countdown__match {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--wk-pro-text);
    margin: 0 0 0.15rem;
}

body.wk-poule-page .wk-kickoff-countdown--pro .wk-kickoff-countdown__when {
    font-size: 0.75rem;
    color: var(--wk-pro-muted);
    margin: 0 0 0.65rem;
}

body.wk-poule-page .wk-kickoff-countdown--pro .wk-kickoff-countdown__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.4rem;
    max-width: 20rem;
    margin: 0 auto;
}

body.wk-poule-page .wk-kickoff-countdown--pro .wk-kickoff-unit {
    background: #f8fafc;
    border: var(--wk-pro-border);
    border-radius: 8px;
    padding: 0.4rem 0.25rem;
}

body.wk-poule-page .wk-kickoff-countdown--pro .wk-kickoff-unit__val {
    display: block;
    font-size: clamp(1.1rem, 4vw, 1.35rem);
    font-weight: 800;
    color: var(--wk-pro-accent);
    line-height: 1.1;
}

body.wk-poule-page .wk-kickoff-countdown--pro .wk-kickoff-unit__lbl {
    font-size: 0.62rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--wk-pro-muted);
}

/* —— Deel-banner: premium groen uit share-banner-premium.css blijft actief —— */
body.wk-poule-page .wk-pro-share.wk-share-banner--premium {
    margin-bottom: 1.5rem;
}

/* School / werk links op groene banner */
body.wk-poule-page.wk-land-national .wk-pro-share .wk-share-banner-school-link {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0.65rem 0.85rem;
    border-radius: 10px;
    font-size: 0.84rem;
    font-weight: 500;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.98) !important;
    text-decoration: none !important;
    text-align: center;
    background: rgba(0, 0, 0, 0.14);
    border: 2px solid rgba(255, 255, 255, 0.45);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.12);
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.15s ease;
}

body.wk-poule-page.wk-land-national .wk-pro-share .wk-share-banner-school-link strong {
    color: #fef9c3 !important;
    font-weight: 700;
}

body.wk-poule-page.wk-land-national .wk-pro-share .wk-share-banner-school-link:hover,
body.wk-poule-page.wk-land-national .wk-pro-share .wk-share-banner-school-link:focus-visible {
    background: rgba(0, 0, 0, 0.22);
    border-color: #fde68a;
    transform: translateY(-1px);
}

body.wk-poule-page.wk-land-national .wk-pro-share .wk-share-banner-school-link--werk {
    border-color: rgba(255, 255, 255, 0.35) !important;
}

body.wk-poule-page.wk-land-national .wk-pro-share .wk-share-banner-school-link--werk strong {
    color: #fef9c3 !important;
}

/* —— Voorspellingsstatistieken —— */
body.wk-has-football-nav.wk-poule-page #wkPredictionStats > .wk-section-head.wk-pred-stats__head,
body.wk-has-football-nav.wk-poule-page #wkPredStatsApp > .wk-section-head.wk-pred-stats__head {
    text-align: center !important;
}

body.wk-has-football-nav.wk-poule-page #wkPredictionStats > .wk-section-head .wk-pro-eyebrow,
body.wk-has-football-nav.wk-poule-page #wkPredictionStats > .wk-section-head h2,
body.wk-has-football-nav.wk-poule-page #wkPredictionStats > .wk-section-head .wk-pred-stats__lead,
body.wk-has-football-nav.wk-poule-page #wkPredStatsApp > .wk-section-head .wk-pro-eyebrow,
body.wk-has-football-nav.wk-poule-page #wkPredStatsApp > .wk-section-head h2 {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body.wk-has-football-nav.wk-poule-page #wkPredictionStats > .wk-section-head .wk-pred-stats__lead {
    max-width: 36rem;
}

.wk-pred-stats__head--compact {
    margin-bottom: 0.65rem !important;
}

.wk-pred-stats__head--compact h2 {
    font-size: clamp(1.05rem, 3.2vw, 1.25rem) !important;
    margin: 0 !important;
}

.wk-pred-stats__lead {
    font-size: 0.85rem;
    color: var(--wk-pro-muted);
    margin: 0;
}

.wk-pred-stats__body {
    display: grid;
    gap: 1rem;
    margin-top: 1rem;
}

@media (min-width: 700px) {
    .wk-pred-stats__body {
        grid-template-columns: 1fr 1fr;
    }
    .wk-pred-stats__matches {
        grid-column: 1 / -1;
    }
}

.wk-pred-stats__block {
    background: #f8fafc;
    border: var(--wk-pro-border);
    border-radius: var(--wk-pro-radius);
    padding: 0.85rem 0.9rem;
}

.wk-pred-stats__block h3 {
    margin: 0 0 0.65rem;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--wk-pro-muted);
}

.wk-pred-stats__row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.45rem;
    font-size: 0.82rem;
}

.wk-pred-stats__row:last-child {
    margin-bottom: 0;
}

.wk-pred-stats__name {
    flex: 1;
    min-width: 0;
    font-weight: 600;
    color: var(--wk-pro-text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wk-pred-stats__pct {
    flex-shrink: 0;
    font-weight: 800;
    font-size: 0.8rem;
    color: var(--wk-pro-accent);
    min-width: 2.25rem;
    text-align: right;
}

.wk-pred-stats__bar {
    flex: 0 0 4.5rem;
    height: 6px;
    background: #e2e8f0;
    border-radius: 999px;
    overflow: hidden;
}

.wk-pred-stats__bar-fill {
    display: block;
    height: 100%;
    background: var(--wk-pro-accent);
    border-radius: 999px;
    min-width: 2px;
}

.wk-pred-stats__match {
    border-top: var(--wk-pro-border);
    padding-top: 0.75rem;
    margin-top: 0.75rem;
}

.wk-pred-stats__match:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

.wk-pred-stats__match-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--wk-pro-text);
    margin: 0 0 0.5rem;
}

.wk-pred-stats__score {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0 0.35rem 0.35rem 0;
    padding: 0.25rem 0.45rem;
    background: #fff;
    border: var(--wk-pro-border);
    border-radius: 6px;
    font-size: 0.78rem;
    font-weight: 600;
}

.wk-pred-stats__score strong {
    color: var(--wk-pro-accent);
    font-weight: 800;
}

.wk-pred-stats__foot {
    margin: 0.75rem 0 0;
    font-size: 0.72rem;
    color: var(--wk-pro-muted);
    text-align: center;
}

.wk-pred-stats--compact {
    margin: 0 0 1rem;
    padding: 0.85rem;
    background: var(--wk-pro-surface);
    border: var(--wk-pro-border);
    border-radius: var(--wk-pro-radius);
}

.wk-pred-stats--compact .wk-pred-stats__body {
    margin-top: 0.65rem;
    gap: 0.75rem;
}

.wk-pred-stats--compact > .wk-section-head {
    text-align: center;
}

.wk-pred-stats--compact > .wk-section-head .wk-pro-eyebrow,
.wk-pred-stats--compact > .wk-section-head h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.wk-pred-stats--compact .wk-section-head h2 {
    font-size: 1rem;
}

/* —— Speelopties: premium cards, dikke outline, één systeem —— */
body.wk-poule-page .wk-play-modes--pro {
    margin-bottom: 1.5rem;
}

body.wk-poule-page .wk-play-modes--pro .wk-play-modes-head p:not(.wk-play-modes-deck-kicker) {
    font-size: 0.875rem;
    line-height: 1.55;
    color: var(--wk-pro-muted);
    font-weight: 400;
}

body.wk-poule-page .wk-play-modes--pro .wk-play-modes-deck-kicker {
    display: none;
}

body.wk-poule-page .wk-play-modes--pro .wk-play-modes-grid--4 {
    gap: 1rem;
}

body.wk-poule-page.wk-land-national .wk-play-mode-card {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-radius: var(--wk-card-radius) !important;
    border: var(--wk-card-outline) solid var(--wk-mode-solo) !important;
    background: linear-gradient(165deg, #ffffff 0%, #f8fafc 100%) !important;
    box-shadow:
        0 3px 0 rgba(15, 23, 42, 0.06),
        0 12px 28px rgba(15, 23, 42, 0.08) !important;
    padding: 1.15rem 1.05rem 1.05rem !important;
}

body.wk-poule-page.wk-land-national .wk-play-mode-card::before {
    display: block !important;
    opacity: 1 !important;
    content: "" !important;
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--wk-mode-solo), transparent) !important;
    pointer-events: none;
    z-index: 0;
}

body.wk-poule-page.wk-land-national .wk-play-mode-card--gezin {
    --wk-mode-solo: var(--wk-mode-gezin);
    border-color: var(--wk-mode-gezin) !important;
    background: linear-gradient(165deg, #ffffff 0%, #f0fdf4 55%, #ffffff 100%) !important;
}

body.wk-poule-page.wk-land-national .wk-play-mode-card--gezin::before {
    background: linear-gradient(90deg, transparent, var(--wk-mode-gezin), transparent) !important;
}

body.wk-poule-page.wk-land-national .wk-play-mode-card--school {
    --wk-mode-solo: var(--wk-mode-school);
    border-color: var(--wk-mode-school) !important;
    background: linear-gradient(165deg, #ffffff 0%, #fff7ed 55%, #ffffff 100%) !important;
}

body.wk-poule-page.wk-land-national .wk-play-mode-card--school::before {
    background: linear-gradient(90deg, transparent, var(--wk-mode-school), transparent) !important;
}

body.wk-poule-page.wk-land-national .wk-play-mode-card--werk {
    --wk-mode-solo: var(--wk-mode-werk);
    border-color: var(--wk-mode-werk) !important;
    background: linear-gradient(165deg, #ffffff 0%, #eff6ff 55%, #ffffff 100%) !important;
}

body.wk-poule-page.wk-land-national .wk-play-mode-card--werk::before {
    background: linear-gradient(90deg, transparent, var(--wk-mode-werk), transparent) !important;
}

body.wk-poule-page.wk-land-national .wk-play-mode-card > * {
    position: relative;
    z-index: 1;
}

body.wk-poule-page.wk-land-national .wk-play-mode-card .wk-play-mode-icon {
    width: 2.5rem !important;
    height: 2.5rem !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem !important;
    border-radius: 10px !important;
    background: #fff !important;
    border: 2px solid #e2e8f0 !important;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06) !important;
    margin-bottom: 0.35rem !important;
}

body.wk-poule-page.wk-land-national .wk-play-mode-card--gezin .wk-play-mode-icon {
    border-color: #86efac !important;
    background: #f0fdf4 !important;
}

body.wk-poule-page.wk-land-national .wk-play-mode-card--school .wk-play-mode-icon {
    border-color: #fed7aa !important;
    background: #fff7ed !important;
}

body.wk-poule-page.wk-land-national .wk-play-mode-card--werk .wk-play-mode-icon {
    border-color: #93c5fd !important;
    background: #eff6ff !important;
}

body.wk-poule-page .wk-play-mode-card h3 {
    font-size: 1.05rem !important;
    font-weight: 600 !important;
    color: var(--wk-pro-text) !important;
    margin: 0.2rem 0 0.4rem !important;
}

body.wk-poule-page .wk-play-mode-card .wk-play-mode-eyebrow {
    font-size: 0.68rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--wk-pro-muted) !important;
    margin: 0 !important;
}

body.wk-poule-page .wk-play-mode-card .wk-play-mode-lead,
body.wk-poule-page .wk-play-mode-card > p:not(.wk-play-mode-tag):not(.wk-play-mode-eyebrow) {
    font-size: 0.8125rem !important;
    line-height: 1.5 !important;
    color: var(--wk-pro-muted) !important;
    font-weight: 400 !important;
}

body.wk-poule-page .wk-play-mode-card .wk-play-mode-tag {
    display: inline-block;
    font-size: 0.68rem !important;
    font-weight: 600 !important;
    padding: 0.28rem 0.55rem !important;
    border-radius: 6px !important;
    background: #f1f5f9 !important;
    border: 1px solid #e2e8f0 !important;
    color: #475569 !important;
}

body.wk-poule-page .wk-play-mode-card--gezin .wk-play-mode-tag {
    background: #ecfdf5 !important;
    border-color: #86efac !important;
    color: #166534 !important;
}

body.wk-poule-page .wk-play-mode-card--school .wk-play-mode-tag {
    background: #fff7ed !important;
    border-color: #fed7aa !important;
    color: #9a3412 !important;
}

body.wk-poule-page .wk-play-mode-card--werk .wk-play-mode-tag {
    background: #eff6ff !important;
    border-color: #93c5fd !important;
    color: #1e40af !important;
}

body.wk-poule-page .wk-play-mode-card .wk-play-mode-list {
    font-size: 0.78rem !important;
    color: var(--wk-pro-muted) !important;
}

body.wk-poule-page .wk-play-mode-card .wk-play-mode-list--checks li::before {
    background: var(--wk-mode-gezin) !important;
}

body.wk-poule-page .wk-play-mode-card--school .wk-play-mode-list--checks li::before {
    background: var(--wk-mode-school) !important;
}

body.wk-poule-page .wk-play-mode-card--werk .wk-play-mode-list--checks li::before {
    background: var(--wk-mode-werk) !important;
}

body.wk-poule-page .wk-play-mode-demo-board {
    margin-top: 0.75rem !important;
    padding: 0.65rem !important;
    font-size: 0.75rem !important;
    background: #fff !important;
    border: 2px dashed #e2e8f0 !important;
    border-radius: 10px !important;
}

body.wk-poule-page .wk-play-mode-card .wk-play-mode-demo-row {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 6px !important;
}

body.wk-poule-page .wk-play-mode-card .wk-play-mode-demo-total {
    border: 2px solid #e2e8f0 !important;
    border-radius: 8px !important;
    background: linear-gradient(90deg, #f8fafc, #fff) !important;
}

body.wk-poule-page .wk-play-mode-card .wk-play-mode-demo-note {
    font-size: 0.72rem !important;
    font-weight: 500 !important;
    padding: 0.5rem !important;
    border-radius: 8px !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    color: #475569 !important;
}

body.wk-poule-page .wk-play-mode-card .wk-play-mode-cta {
    margin-top: 0.85rem !important;
    font-size: 0.84rem !important;
    font-weight: 600 !important;
    min-height: 44px !important;
    border-radius: 10px !important;
    width: 100%;
    text-align: center;
    justify-content: center;
}

body.wk-poule-page.wk-land-national .wk-play-mode-card--solo .wk-play-mode-cta--solo {
    background: #fff !important;
    color: #0f172a !important;
    border: 2px solid #334155 !important;
    box-shadow: 0 2px 0 #cbd5e1 !important;
}

body.wk-poule-page.wk-land-national .wk-play-mode-card--gezin .wk-play-mode-cta--premium {
    background: var(--wk-premium-green) !important;
    color: #fff !important;
    border: var(--wk-premium-green-border) !important;
    box-shadow: var(--wk-premium-green-shadow) !important;
}

body.wk-poule-page.wk-land-national .wk-play-mode-card--school .wk-play-mode-cta--premium {
    background: linear-gradient(135deg, #f97316, #ea580c) !important;
    color: #fff !important;
    border: none !important;
    box-shadow: 0 4px 14px rgba(234, 88, 12, 0.3) !important;
}

body.wk-poule-page.wk-land-national .wk-play-mode-card--werk .wk-play-mode-cta--premium,
body.wk-poule-page.wk-land-national .wk-play-mode-card--werk .wk-play-mode-cta--werk {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8) !important;
    color: #fff !important;
    border: none !important;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35) !important;
}

@media (max-width: 640px) {
    body.wk-poule-page .wk-play-modes--pro .wk-play-mode-icon {
        font-size: 1.15rem !important;
        width: 2.25rem !important;
        height: 2.25rem !important;
    }
    body.wk-poule-page .wk-play-mode-card .wk-play-mode-list {
        font-size: 0.75rem !important;
    }
}

/* —— Groene boxen: zelfde premium gradient overal —— */
body.wk-poule-page.wk-land-national.wk-land-nl .wk-pro-benefits {
    background: var(--wk-premium-green);
    border: var(--wk-premium-green-border);
    border-radius: var(--wk-pro-radius-lg);
    padding: 1.1rem 1.15rem;
    margin: 0 auto 1rem;
    max-width: 36rem;
    box-shadow: var(--wk-premium-green-shadow);
    color: #fff;
}

body.wk-poule-page.wk-land-national.wk-land-nl .wk-pro-benefits__title {
    margin: 0 0 0.65rem;
    font-size: 1.05rem;
    font-weight: 600;
    color: #fff;
}

body.wk-poule-page.wk-land-national.wk-land-nl .wk-pro-benefits__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.wk-poule-page.wk-land-national.wk-land-nl .wk-pro-benefits__list li {
    font-size: 0.84rem;
    line-height: 1.5;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.95);
    padding: 0.4rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

body.wk-poule-page.wk-land-national.wk-land-nl .wk-pro-benefits__list li:last-child {
    border-bottom: none;
}

body.wk-poule-page.wk-land-national.wk-land-nl .wk-pro-benefits__list a {
    color: #fef9c3;
    font-weight: 600;
}

body.wk-poule-page.wk-land-national.wk-land-nl .wk-pro-cta-green {
    background: var(--wk-premium-green);
    border: var(--wk-premium-green-border);
    border-radius: var(--wk-pro-radius-lg);
    padding: 1.15rem 1.1rem;
    margin: 0 auto 1rem;
    max-width: 36rem;
    color: #fff;
    text-align: center;
    box-shadow: var(--wk-premium-green-shadow);
}

body.wk-poule-page.wk-land-national.wk-land-nl .wk-pro-cta-green__title {
    margin: 0 0 0.35rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
}

body.wk-poule-page.wk-land-national.wk-land-nl .wk-pro-cta-green__lead {
    margin: 0 0 0.85rem;
    font-size: 0.875rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.45;
}

body.wk-poule-page .wk-auth-google-card--pro {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: var(--wk-pro-radius);
    padding: 0.85rem;
    margin: 0;
}

body.wk-poule-page .wk-pro-cta-green .wk-auth-google-lead {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.8rem;
    margin: 0 0 0.65rem;
}

body.wk-poule-page .wk-pro-cta-green .wk-oauth-hint {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.72rem;
}

/* —— Live tussenstand —— */
body.wk-poule-page .wk-leader-section--pro .wk-section-head {
    text-align: center;
}

body.wk-poule-page .wk-leader-section--pro .wk-leader-stand-tabs {
    display: none !important;
}

body.wk-poule-page .wk-leader-section--pro .wk-tab {
    font-size: 0.75rem;
    padding: 0.4rem 0.55rem;
    min-height: 38px;
}

body.wk-poule-page .wk-leader-section--pro .wk-leader-land-hint {
    text-align: center;
    font-size: 0.72rem;
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
}

body.wk-poule-page .wk-leader-list h2 {
    text-align: center;
    font-size: 0.95rem;
}

body.wk-poule-page .wk-leader-row {
    font-size: 0.82rem;
    padding: 0.45rem 0.55rem;
}

body.wk-poule-page .wk-podium {
    margin-bottom: 1rem;
}

@media (max-width: 520px) {
    body.wk-poule-page .wk-podium-slot {
        padding: 0.6rem 0.5rem;
    }
    body.wk-poule-page .wk-podium-name {
        font-size: 0.78rem;
    }
    body.wk-poule-page .wk-podium-pts {
        font-size: 0.72rem;
    }
}

/* —— Page nav compacter —— */
@media (max-width: 640px) {
    body.wk-poule-page .wk-page-nav-inner {
        gap: 0.35rem;
    }
    body.wk-poule-page .wk-page-nav-inner a {
        font-size: 0.72rem;
        padding: 0.35rem 0.5rem;
    }
}

/* —— App tabs gecentreerd —— */
body.wk-poule-page #wkAppSection > nav.wk-tabs {
    justify-content: center;
}

@media (max-width: 640px) {
    body.wk-poule-page #wkAppSection > nav.wk-tabs .wk-tab {
        font-size: 0.7rem;
        padding: 0.35rem 0.4rem;
        min-height: 36px;
    }
}

/* =============================================================================
   BELGIË – professioneel, zwart / goud / rood (geen oranje, geen groen)
   ============================================================================= */
body.wk-poule-page.wk-land-national.wk-land-be {
    --wk-pro-accent: #b45309;
    --wk-pro-accent-dark: #1a1a1a;
    --wk-pro-highlight: #fbbf24;
    --wk-pro-red: #dc2626;
    --wk-pro-bg: #f1f5f9;
}

body.wk-poule-page.wk-land-national.wk-land-be .main-content {
    background: var(--wk-pro-bg) !important;
}

/* Landwisselaar */
body.wk-poule-page.wk-land-national.wk-land-be .wk-land-switcher a.is-active {
    background: #1a1a1a !important;
    color: #fbbf24 !important;
    border-color: #fbbf24 !important;
}

body.wk-poule-page.wk-land-national.wk-land-be .wk-land-switcher a:not(.is-active):hover {
    border-color: #fde68a !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: rgba(255, 255, 255, 0.14) !important;
}

/* BE ribbon + groene boxen: zie wk-2026-poule-hero-share-fix.css */

/* Aftellen – Belgisch rood */
body.wk-poule-page.wk-land-national.wk-land-be .wk-kickoff-countdown--pro .wk-kickoff-unit__val,
body.wk-poule-page.wk-land-national.wk-land-be .wk-kickoff-countdown--hero-featured .wk-kickoff-unit__val {
    color: #ef3340 !important;
    -webkit-text-fill-color: #ef3340 !important;
}

body.wk-poule-page.wk-land-national.wk-land-be .wk-kickoff-countdown--pro {
    border-top: 3px solid #fbbf24;
}

/* BE: deel-banner blijft groen (premium); school/werk-links zelfde stijl */

body.wk-poule-page.wk-land-national.wk-land-be .wk-pro-eyebrow {
    color: var(--wk-pro-accent);
}

body.wk-poule-page.wk-land-national.wk-land-be .wk-pred-stats__bar-fill {
    background: linear-gradient(90deg, #1a1a1a, #b45309) !important;
}

body.wk-poule-page.wk-land-national.wk-land-be .wk-pred-stats__pct,
body.wk-poule-page.wk-land-national.wk-land-be .wk-pred-stats__score strong {
    color: var(--wk-pro-accent) !important;
}

/* BE speelmodi: zie wk-2026-play-modes-unified.css */

body.wk-poule-page.wk-land-national.wk-land-be .wk-pro-cta-green .wk-oauth-btn.wk-oauth-google {
    background: #fff !important;
    color: #1a1a1a !important;
    border: 1px solid #e2e8f0 !important;
}

/* BE leaderboard/knoppen: zie wk-2026-play-modes-unified.css */

body.wk-poule-page.wk-land-national.wk-land-be .wk-field input:focus,
body.wk-poule-page.wk-land-national.wk-land-be .wk-field select:focus {
    border-color: #fbbf24 !important;
    box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.25) !important;
}
