/* Thinner sidebar on article pages */
@media screen and (min-width: 768px) {
    .single-post #primary {
        width: 76%;
    }

    .single-post #secondary {
        width: 21%;
    }
}
/* ==========================================================
   WORLD AFTER THE BELL — PLAYER OF THE SEASON
   ========================================================== */

.watb-pots {
    width: 100%;
    margin: 10px 0 40px;
    font-family: inherit;
}


/* =========================
   HEADER
   ========================= */

.watb-pots-header {
    position: relative;
    overflow: hidden;
    background: #21468b;
    padding: 34px 32px 30px;
    border-bottom: 7px solid #ffdf00;
    box-sizing: border-box;
}

.watb-pots-header::after {
    content: "WATB";
    position: absolute;
    right: -8px;
    bottom: -32px;
    font-size: 105px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -8px;
    color: rgba(255, 255, 255, 0.06);
    pointer-events: none;
}

.watb-pots-kicker {
    display: block;
    margin-bottom: 5px;
    color: #ffdf00;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.watb-pots-header h2 {
    position: relative;
    z-index: 1;
    margin: 0 !important;
    color: #ffffff !important;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.watb-pots-season {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-top: 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
}


/* =========================
   TABLE
   ========================= */

.watb-pots-table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 2px solid #21468b;
    border-top: 0;
    box-sizing: border-box;
}

.watb-pots-table {
    width: 100%;
    margin: 0 !important;
    border-collapse: collapse;
    border-spacing: 0;
    background: #ffffff;
}

.watb-pots-table thead {
    background: #f3f5f8;
}

.watb-pots-table th {
    padding: 14px 16px;
    border: 0;
    border-bottom: 2px solid #21468b;
    color: #21468b;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.4px;
    text-align: left;
    text-transform: uppercase;
}

.watb-pots-table th:nth-child(3),
.watb-pots-table th:nth-child(4) {
    text-align: center;
}

.watb-pots-table td {
    padding: 15px 16px;
    border: 0;
    border-bottom: 1px solid #e6e6e6;
    color: #222222;
    font-size: 14px;
    vertical-align: middle;
}

.watb-pots-table tbody tr:last-child td {
    border-bottom: 0;
}

.watb-pots-table tbody tr {
    transition: background 0.15s ease;
}

.watb-pots-table tbody tr:hover {
    background: #f7f9fc;
}


/* =========================
   POSITION
   ========================= */

.watb-pots-position {
    width: 48px;
    color: #21468b !important;
    font-weight: 900;
    text-align: center;
}


/* Top three */

.watb-pots-table tbody tr:nth-child(1) .watb-pots-position,
.watb-pots-table tbody tr:nth-child(2) .watb-pots-position,
.watb-pots-table tbody tr:nth-child(3) .watb-pots-position {
    font-size: 0;
}

.watb-pots-table tbody tr:nth-child(1) .watb-pots-position::after {
    content: "🥇";
    font-size: 20px;
}

.watb-pots-table tbody tr:nth-child(2) .watb-pots-position::after {
    content: "🥈";
    font-size: 20px;
}

.watb-pots-table tbody tr:nth-child(3) .watb-pots-position::after {
    content: "🥉";
    font-size: 20px;
}


/* =========================
   PLAYER
   ========================= */

.watb-pots-player {
    color: #111111 !important;
    font-weight: 800;
}


/* =========================
   APPEARANCES
   ========================= */

.watb-pots-table td:nth-child(3) {
    width: 80px;
    color: #666666;
    font-weight: 600;
    text-align: center;
}


/* =========================
   AVERAGE
   ========================= */

.watb-pots-average {
    width: 90px;
    color: #21468b !important;
    font-size: 16px !important;
    font-weight: 900;
    text-align: center;
}


/* Current leader */

.watb-pots-table tbody tr:first-child {
    background: #fffbea;
}

.watb-pots-table tbody tr:first-child .watb-pots-player::after {
    content: "  CURRENT LEADER";
    display: inline-block;
    margin-left: 9px;
    padding: 3px 6px;
    background: #ffdf00;
    color: #21468b;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.8px;
    vertical-align: middle;
}


/* =========================
   MOBILE
   ========================= */

@media (max-width: 600px) {

    .watb-pots-header {
        padding: 26px 20px 23px;
    }

    .watb-pots-header::after {
        right: -5px;
        bottom: -15px;
        font-size: 70px;
    }

    .watb-pots-header h2 {
        font-size: 29px;
    }

    .watb-pots-table th,
    .watb-pots-table td {
        padding: 13px 9px;
    }

    .watb-pots-player {
        font-size: 13px;
    }

    .watb-pots-table tbody tr:first-child .watb-pots-player::after {
        display: block;
        width: fit-content;
        margin: 4px 0 0;
    }

}

/* ==========================================================
   WATB POTS — MOTM COLUMN ALIGNMENT FIX
   ========================================================== */

.watb-pots-table th:nth-child(4),
.watb-pots-table td:nth-child(4),
.watb-pots-motm {
    width: 90px;
    text-align: center !important;
    vertical-align: middle !important;
}

.watb-pots-motm .watb-crown {
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
}

/* ==========================================================
   WATB POTS — PROPER RANK MARKERS
   Replaces the old emoji medals
   ========================================================== */


/* Remove the old medal pseudo-elements */

.watb-pots-table tbody tr:nth-child(1) .watb-pots-position::after,
.watb-pots-table tbody tr:nth-child(2) .watb-pots-position::after,
.watb-pots-table tbody tr:nth-child(3) .watb-pots-position::after {
    content: none !important;
}


/* Undo the old font-size: 0 rule */

.watb-pots-table tbody tr:nth-child(1) .watb-pots-position,
.watb-pots-table tbody tr:nth-child(2) .watb-pots-position,
.watb-pots-table tbody tr:nth-child(3) .watb-pots-position {
    font-size: 14px !important;
}


/* Base rank marker */

.watb-rank-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
}


/* FIRST */

.watb-rank-first .watb-rank-number {
    background: #ffdf00;
    color: #21468b;
    box-shadow: inset 0 0 0 2px rgba(33, 70, 139, 0.12);
}


/* SECOND */

.watb-rank-second .watb-rank-number {
    background: #e4e7eb;
    color: #21468b;
}


/* THIRD */

.watb-rank-third .watb-rank-number {
    background: #c98a5a;
    color: #ffffff;
}


/* Everyone outside top three */

.watb-pots-table tr:not(.watb-rank-first):not(.watb-rank-second):not(.watb-rank-third)
.watb-rank-number {
    width: auto;
    height: auto;
    background: transparent;
    color: #21468b;
    border-radius: 0;
    box-shadow: none;
}


/* Keep position column perfectly centred */

.watb-pots-position {
    width: 62px !important;
    text-align: center !important;
}

/* ==========================================================
   WATB — PLAYER OF THE SEASON FULL-WIDTH PAGE
   PAGE ID: 1191
   ========================================================== */


/* Hide sidebar on this page only */

.page-id-1191 #secondary,
.page-id-1191 .widget-area,
.page-id-1191 aside#secondary {
    display: none !important;
}


/* Allow main content to use full available width */

.page-id-1191 #primary,
.page-id-1191 .content-area,
.page-id-1191 main#main {
    width: 100% !important;
    max-width: none !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}


/* Give the feature a sensible maximum width */

.page-id-1191 .watb-pots {
    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}


/* Stop theme layout from reserving sidebar space */

.page-id-1191 .site-content,
.page-id-1191 #content {
    width: 100%;
}


/* Mobile */

@media (max-width: 768px) {

    .page-id-1191 .watb-pots {
        max-width: 100%;
    }

}
/* ==========================================================
   WATB PLAYER OF THE SEASON — CURRENT PODIUM
   ========================================================== */

.watb-podium {
    padding: 32px;
    background: #f5f7fa;
    border-left: 2px solid #21468b;
    border-right: 2px solid #21468b;
}

.watb-podium-heading {
    margin-bottom: 25px;
    text-align: center;
}

.watb-podium-heading span {
    display: inline-block;
    color: #21468b;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
}


/* THREE-CARD GRID */

.watb-podium-grid {
    display: grid;
    grid-template-columns: 1fr 1.12fr 1fr;
    gap: 16px;
    align-items: end;
}


/* CARD */

.watb-podium-card {
    position: relative;
    min-height: 180px;
    padding: 30px 20px 24px;
    background: #ffffff;
    border: 1px solid #dfe3e8;
    text-align: center;
    box-sizing: border-box;
}


/* FIRST PLACE */

.watb-podium-first {
    min-height: 215px;
    padding-top: 42px;
    border: 3px solid #ffdf00;
    box-shadow: 0 8px 22px rgba(33, 70, 139, 0.12);
}

.watb-podium-crown {
    position: absolute;
    top: -19px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
}


/* POSITION NUMBER */

.watb-podium-place {
    display: flex;
    width: 34px;
    height: 34px;
    margin: 0 auto 15px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #21468b;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
}

.watb-podium-first .watb-podium-place {
    background: #ffdf00;
    color: #21468b;
}

.watb-podium-second .watb-podium-place {
    background: #e4e7eb;
    color: #21468b;
}

.watb-podium-third .watb-podium-place {
    background: #c98a5a;
}


/* PLAYER NAME */

.watb-podium-name {
    margin-bottom: 7px;
    color: #111111;
    font-size: 18px;
    font-weight: 900;
}


/* RATING */

.watb-podium-rating {
    color: #21468b;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 900;
}


/* APPS / MOTM */

.watb-podium-meta {
    margin-top: 11px;
    color: #777777;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
}

.watb-podium-meta span {
    padding: 0 5px;
    color: #ffdf00;
}


/* MOBILE */

@media (max-width: 700px) {

    .watb-podium {
        padding: 25px 15px;
    }

    .watb-podium-grid {
        display: flex;
        flex-direction: column;
    }

    .watb-podium-card {
        width: 100%;
        min-height: 0;
    }

    .watb-podium-first {
        order: -1;
        min-height: 0;
    }

}

/* ==========================================================
   WATB POTS — EXPANDABLE PLAYER HISTORY
   ========================================================== */

.watb-player-toggle {
    display: flex;
    width: 100%;
    padding: 0;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    font-weight: 800;
    text-align: left;
    cursor: pointer;
}

.watb-player-toggle:hover .watb-player-name {
    color: #21468b;
}

.watb-player-toggle-icon {
    display: inline-flex;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    align-items: center;
    justify-content: center;
    border: 1px solid #21468b;
    border-radius: 50%;
    color: #21468b;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}


/* HISTORY ROW */

.watb-player-history-row {
    display: none;
}

.watb-player-history-row.watb-history-open {
    display: table-row;
}

.watb-player-history-row > td {
    padding: 0 !important;
    border-bottom: 1px solid #21468b !important;
}


/* INNER PANEL */

.watb-player-history {
    padding: 22px 28px 25px;
    background: #f5f7fa;
    border-left: 5px solid #ffdf00;
}

.watb-history-title {
    margin-bottom: 15px;
    color: #21468b;
    font-size: 14px;
    font-weight: 900;
}

.watb-history-title span {
    margin-left: 8px;
    color: #777;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.5px;
}


/* MATCH ROW */

.watb-history-match {
    display: grid;
    grid-template-columns: 1fr 140px 70px;
    gap: 15px;
    padding: 10px 0;
    align-items: center;
    border-bottom: 1px solid #dde2e8;
}

.watb-history-match:last-child {
    border-bottom: 0;
}

.watb-history-opponent {
    color: #111;
    font-size: 13px;
    font-weight: 800;
}

.watb-history-date {
    color: #777;
    font-size: 11px;
    text-align: center;
}

.watb-history-score {
    color: #21468b;
    font-size: 16px;
    font-weight: 900;
    text-align: right;
}

.watb-history-crown {
    margin-right: 5px;
}


/* OPEN BUTTON */

.watb-player-toggle[aria-expanded="true"]
.watb-player-toggle-icon {
    background: #21468b;
    color: #fff;
}


/* MOBILE */

@media (max-width: 600px) {

    .watb-player-history {
        padding: 18px 15px 20px;
    }

    .watb-history-match {
        grid-template-columns: 1fr auto;
    }

    .watb-history-date {
        display: none;
    }

}
/* ==========================================================
   WATB POTS — CURRENT LEADER BADGE FIX
   ========================================================== */

/* Kill the old badge */
.watb-pots-table tbody tr:first-child .watb-pots-player::after {
    display: none !important;
    content: none !important;
}

/* Put it beside the leader's name instead */
.watb-pots-table tbody tr:first-child .watb-player-name::after {
    content: "CURRENT LEADER";
    display: inline-block;
    margin-left: 10px;
    padding: 4px 7px;
    background: #ffdf00;
    color: #21468b;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.8px;
    line-height: 1.2;
    vertical-align: middle;
}

/* Don't allow the button to inherit weird theme backgrounds */
.watb-player-toggle,
.watb-player-toggle:hover,
.watb-player-toggle:focus,
.watb-player-toggle:active {
    background: transparent !important;
    box-shadow: none !important;
}
/* /* ==========================================================
   WATB POTS — CURRENT LEADER FINAL FIX
   ========================================================== */

/* Remove every old CSS-generated version */
.watb-pots-player::after,
.watb-player-summary::after,
.watb-player-name::after {
    content: none !important;
    display: none !important;
}


/* Style the REAL PHP label */
.watb-current-leader {
    display: inline-block !important;
    margin-left: 10px !important;
    padding: 5px 8px !important;

    background: #ffdf00 !important;
    color: #21468b !important;

    font-size: 8px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: 0.8px !important;

    text-transform: uppercase !important;
    vertical-align: middle !important;
}


/* Keep Bijol + badge neatly aligned */
.watb-player-name {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0 !important;
}
/* ==========================================================
   WATB POTS — LAST FIVE FORM
   ========================================================== */

.watb-pots-form {
    width: 105px;
    white-space: nowrap;
    text-align: center !important;
}

.watb-pots-table th:nth-child(5) {
    text-align: center !important;
}

.watb-pots-table th:nth-child(6) {
    text-align: center !important;
}

.watb-form-score {
    color: #21468b;
    font-size: 14px;
    font-weight: 900;
}

.watb-form-trend {
    display: inline-flex;
    width: 20px;
    height: 20px;
    margin-left: 4px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
}

/* Better than season average */

.watb-form-up {
    background: #e8f5ec;
    color: #168447;
}

/* Worse than season average */

.watb-form-down {
    background: #fbeaea;
    color: #c43d3d;
}

/* Roughly level with season average */

.watb-form-level {
    background: #eef0f3;
    color: #777d86;
}


/* MOBILE */

@media (max-width: 600px) {

    .watb-pots-form {
        width: auto;
    }

    .watb-form-score {
        font-size: 12px;
    }

    .watb-form-trend {
        width: 17px;
        height: 17px;
        margin-left: 2px;
        font-size: 11px;
    }

}
/* ==========================================================
   WORLD AFTER THE BELL — MATCHDAY DROPDOWN
   ========================================================== */

/* Dropdown container */

.main-navigation .menu-item-has-children > .sub-menu {
    min-width: 230px !important;
    padding: 0 !important;

    background: #21468b !important;

    border: 0 !important;
    border-top: 4px solid #ffdf00 !important;

    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.15) !important;
}


/* Dropdown links */

.main-navigation .sub-menu li {
    margin: 0 !important;
    padding: 0 !important;
}

.main-navigation .sub-menu li a {
    display: block !important;
    width: 100% !important;

    padding: 14px 18px !important;

    background: #21468b !important;
    color: #ffffff !important;

    border-bottom: 1px solid rgba(255,255,255,0.14) !important;

    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: 1.3px !important;

    box-sizing: border-box !important;
}


/* Remove divider from final item */

.main-navigation .sub-menu li:last-child a {
    border-bottom: 0 !important;
}


/* Hover */

.main-navigation .sub-menu li a:hover,
.main-navigation .sub-menu li a:focus {
    background: #ffdf00 !important;
    color: #21468b !important;
}


/* Keep parent Matchday highlighted */

.main-navigation .current-menu-ancestor > a {
    color: #21468b !important;
}


/* ==========================================================
   WORLD AFTER THE BELL — FIXTURES & RESULTS
   ========================================================== */


/* MAIN WRAPPER */

.watb-fixtures {
    width: 100%;
    margin: 0 auto 50px;
    border: 1px solid #21468b;
    background: #f5f7fa;
    box-sizing: border-box;
    overflow: hidden;
}


/* ==========================================================
   HEADER
   ========================================================== */

.watb-fixtures-header {
    position: relative;
    padding: 38px 32px 34px;
    background: #21468b;
    border-bottom: 5px solid #ffdf00;
    overflow: hidden;
}


/* Faint WATB watermark */

.watb-fixtures-header::after {
    content: "WATB";
    position: absolute;
    right: -6px;
    bottom: -22px;

    color: rgba(255,255,255,0.06);

    font-size: 76px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -4px;
}


/* Small yellow kicker */

.watb-fixtures-kicker {
    display: block;
    margin-bottom: 9px;

    color: #ffdf00;

    font-size: 9px;
    font-weight: 900;
    letter-spacing: 2px;
}


/* Main title */

.watb-fixtures-header h2 {
    position: relative;
    z-index: 2;

    margin: 0 0 9px !important;

    color: #ffffff !important;

    font-size: 34px !important;
    font-weight: 400 !important;
    line-height: 1.1 !important;
    letter-spacing: -1px !important;
}


/* Season */

.watb-fixtures-season {
    position: relative;
    z-index: 2;

    color: #ffffff;

    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.5px;
}


/* ==========================================================
   BODY
   ========================================================== */

.watb-fixtures-body {
    padding: 28px;
}


/* ==========================================================
   MONTH
   ========================================================== */

.watb-fixture-month {
    margin: 0 0 34px;
}

.watb-fixture-month:last-child {
    margin-bottom: 0;
}


.watb-fixture-month-heading {
    margin-bottom: 12px;
    text-align: center;
}


.watb-fixture-month-heading span {
    display: inline-block;

    color: #21468b;

    font-size: 10px;
    font-weight: 900;
    letter-spacing: 2.5px;
}


/* ==========================================================
   MATCH CARD
   ========================================================== */

.watb-fixture-card {
    position: relative;

    margin-bottom: 14px;
    padding: 22px 26px 20px;

    background: #ffffff;
    border: 1px solid #dce1e8;

    box-sizing: border-box;

    transition:
        transform 0.15s ease,
        box-shadow 0.15s ease;
}


.watb-fixture-card:hover {
    transform: translateY(-2px);

    box-shadow:
        0 8px 22px rgba(0,0,0,0.07);
}


/* Leeds win */

.watb-fixture-card.watb-result-win {
    border-left: 5px solid #ffdf00;
}


/* Leeds draw */

.watb-fixture-card.watb-result-draw {
    border-left: 5px solid #9aa1aa;
}


/* Leeds defeat */

.watb-fixture-card.watb-result-loss {
    border-left: 5px solid #c94444;
}


/* ==========================================================
   DATE + COMPETITION
   ========================================================== */

.watb-fixture-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;

    margin-bottom: 20px;

    color: #6f7680;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}


.watb-fixture-date::after {
    content: "•";
    margin-left: 9px;
    color: #ffdf00;
}


/* ==========================================================
   SCOREBOARD
   ========================================================== */

.watb-fixture-scoreboard {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        120px
        minmax(0, 1fr);

    align-items: center;

    gap: 20px;
}


/* Teams */

.watb-fixture-team {
    font-size: 17px;
    font-weight: 900;
    line-height: 1.2;
}


.watb-home-team {
    text-align: right;
}


.watb-away-team {
    text-align: left;
}


.watb-team-name {
    color: #111111;
}


/* ==========================================================
   SCORE
   ========================================================== */

.watb-fixture-score {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 11px;

    color: #21468b;

    font-size: 31px;
    font-weight: 900;
    line-height: 1;
}


.watb-score-divider {
    color: #b7bcc4;
    font-weight: 400;
}


/* Future fixture VS */

.watb-fixture-vs {
    color: #21468b;

    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
}


/* ==========================================================
   VENUE
   ========================================================== */

.watb-fixture-venue {
    margin-top: 18px;

    text-align: center;

    color: #777e87;

    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}


/* ==========================================================
   RESULT LABEL
   ========================================================== */

.watb-fixture-result-label {
    width: fit-content;

    margin: 13px auto 0;
    padding: 5px 9px;

    background: #21468b;
    color: #ffffff;

    font-size: 8px;
    font-weight: 900;
    letter-spacing: 1.3px;
}


/* Winning result gets yellow */

.watb-result-win .watb-fixture-result-label {
    background: #ffdf00;
    color: #21468b;
}


/* ==========================================================
   MATCH REPORT LINK
   ========================================================== */

.watb-fixture-links {
    margin-top: 17px;

    text-align: center;
}


.watb-fixture-links a {
    display: inline-block;

    padding-bottom: 3px;

    border-bottom: 2px solid #ffdf00;

    color: #21468b !important;

    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1.2px;

    text-decoration: none !important;
}


.watb-fixture-links a:hover {
    color: #111111 !important;
}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 650px) {

    .watb-fixtures-header {
        padding: 28px 20px 25px;
    }


    .watb-fixtures-header h2 {
        font-size: 27px !important;
    }


    .watb-fixtures-body {
        padding: 18px 12px;
    }


    .watb-fixture-card {
        padding: 19px 12px 18px;
    }


    .watb-fixture-scoreboard {
        grid-template-columns:
            minmax(0, 1fr)
            70px
            minmax(0, 1fr);

        gap: 8px;
    }


    .watb-fixture-team {
        font-size: 12px;
    }


    .watb-fixture-score {
        gap: 6px;
        font-size: 23px;
    }


    .watb-fixture-meta {
        font-size: 8px;
    }

}
/* Small transition */

.main-navigation .sub-menu li a {
    transition:
        background 0.15s ease,
        color 0.15s ease;
}

/* ==========================================================
   FIXTURES & RESULTS — CLUB CRESTS
   ========================================================== */

.watb-fixture-team {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* HOME: name then crest towards centre */
.watb-home-team {
    justify-content: flex-end;
    flex-direction: row;
}

/* AWAY: crest then name */
.watb-away-team {
    justify-content: flex-start;
    flex-direction: row;
}

/* ALL CLUB CRESTS */
.watb-fixture-crest {
    display: block !important;

    width: 48px !important;
    height: 48px !important;

    max-width: 48px !important;
    max-height: 48px !important;

    min-width: 48px;

    object-fit: contain;

    margin: 0 !important;
    padding: 0 !important;
}

/* Specifically prevent theme image rules enlarging them */
.watb-fixture-team img.watb-fixture-crest {
    width: 48px !important;
    height: 48px !important;
    max-width: 48px !important;
}


/* MOBILE */

@media (max-width: 650px) {

    .watb-fixture-crest,
    .watb-fixture-team img.watb-fixture-crest {
        width: 36px !important;
        height: 36px !important;
        max-width: 36px !important;
        max-height: 36px !important;
        min-width: 36px;
    }

    .watb-fixture-team {
        gap: 7px;
    }
}

/* ==========================================================
   FIXTURES & RESULTS — COMPACT MATCH ROWS
   ========================================================== */

.watb-fixture-card {
    padding: 14px 24px 13px !important;
    margin-bottom: 10px !important;
}

.watb-fixture-meta {
    margin-bottom: 10px !important;
}

.watb-fixture-scoreboard {
    min-height: 52px;
}

.watb-fixture-venue {
    margin-top: 9px !important;
}

.watb-fixture-result-label {
    margin-top: 8px !important;
}

.watb-fixture-month {
    margin-bottom: 24px !important;
}

.watb-fixture-month-heading {
    margin-bottom: 9px !important;
}

/* ==========================================================
   FIXTURES & RESULTS — NEXT MATCH
   ========================================================== */

.watb-fixture-card.watb-next-fixture {
    position: relative;

    background: #fffbed !important;

    border: 1px solid #ffdf00 !important;
    border-left: 5px solid #ffdf00 !important;

    padding-top: 32px !important;

    box-shadow:
        0 5px 18px rgba(0, 0, 0, 0.05);
}


/* NEXT MATCH label */

.watb-fixture-card.watb-next-fixture::before {
    content: "NEXT MATCH";

    position: absolute;
    top: 0;
    left: 50%;

    transform: translateX(-50%);

    padding: 5px 12px;

    background: #ffdf00;
    color: #21468b;

    font-size: 8px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 1.5px;

    white-space: nowrap;
}


/* Make kickoff pop */

.watb-next-fixture .watb-fixture-kickoff {
    color: #21468b !important;

    font-size: 25px !important;
    font-weight: 900 !important;
}


/* Slight emphasis on team names */

.watb-next-fixture .watb-team-name {
    font-weight: 900;
}


/* MOBILE */

@media (max-width: 650px) {

    .watb-fixture-card.watb-next-fixture {
        padding-top: 30px !important;
    }

    .watb-next-fixture .watb-fixture-kickoff {
        font-size: 20px !important;
    }
}
/* ==========================================================
   FIXTURES & RESULTS — GOALSCORERS
   ========================================================== */

.watb-fixture-team-info {
    display: flex;
    flex-direction: column;
}

.watb-home-team .watb-fixture-team-info {
    align-items: flex-end;
    text-align: right;
}

.watb-away-team .watb-fixture-team-info {
    align-items: flex-start;
    text-align: left;
}

.watb-goalscorers {
    display: flex;
    flex-direction: column;

    margin-top: 4px;

    font-size: 9px;
    font-weight: 600;
    line-height: 1.45;

    color: #6f7680;
}

.watb-goalscorer {
    display: block;
}

.watb-goalscorer small {
    margin-left: 3px;

    color: #21468b;

    font-size: inherit;
    font-weight: 900;
}


/* MOBILE */

@media (max-width: 650px) {

    .watb-goalscorers {
        font-size: 8px;
    }

}
/* football-data.org attribution */

.watb-football-data-credit {
    margin-top: 22px;
    text-align: center;
    color: #9298a1;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
/* ==========================================================
   WORLD AFTER THE BELL — SEASON STATS
   ========================================================== */

.watb-season-stats {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #21468b;
    background: #f5f7fa;
    font-family: inherit;
    margin: 20px 0 40px;
}


/* ==========================================================
   HEADER
   ========================================================== */

.watb-stats-header {
    position: relative;
    overflow: hidden;
    background: #21468b;
    color: #ffffff;
    padding: 42px 38px 38px;
    border-bottom: 5px solid #ffd600;
}

.watb-stats-header::after {
    content: "WATB";
    position: absolute;
    right: -8px;
    bottom: -22px;
    font-size: 76px;
    line-height: 1;
    font-weight: 900;
    color: rgba(255,255,255,0.06);
    letter-spacing: -4px;
}

.watb-stats-kicker {
    display: block;
    margin-bottom: 10px;
    color: #ffd600;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 2px;
}

.watb-stats-header h2 {
    position: relative;
    z-index: 1;
    margin: 0 0 12px !important;
    color: #ffffff !important;
    font-size: 34px !important;
    line-height: 1.05 !important;
    font-weight: 400 !important;
    letter-spacing: -1px;
}

.watb-stats-season {
    position: relative;
    z-index: 1;
    display: block;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
}


/* ==========================================================
   BODY
   ========================================================== */

.watb-stats-body {
    padding: 34px 26px 38px;
}

.watb-stats-section {
    margin: 0 0 36px;
}

.watb-stats-section:last-child {
    margin-bottom: 0;
}

.watb-stats-section-title {
    margin: 0 0 18px;
    text-align: center;
    color: #21468b;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 3px;
}


/* ==========================================================
   MAIN STAT CARDS
   ========================================================== */

.watb-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.watb-stat-card {
    min-height: 105px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #dce1e8;
    padding: 18px 8px;
    text-align: center;
}

.watb-stat-value {
    display: block;
    color: #21468b;
    font-size: 30px;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 10px;
}

.watb-stat-label {
    display: block;
    color: #222222;
    font-size: 9px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: 1.2px;
}


/* ==========================================================
   FORM
   ========================================================== */

.watb-form-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 76px;
    background: #ffffff;
    border: 1px solid #dce1e8;
    padding: 18px;
    box-sizing: border-box;
}

.watb-form-result {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
}

/* WIN */
.watb-form-w {
    background: #ffd600;
    color: #21468b;
}

/* DRAW */
.watb-form-d {
    background: #e5e9ef;
    color: #21468b;
}

/* LOSS */
.watb-form-l {
    background: #21468b;
    color: #ffffff;
}

.watb-form-empty {
    color: #777777;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.watb-win-rate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    background: #21468b;
    color: #ffffff;
    padding: 14px 18px;
    box-sizing: border-box;
}

.watb-win-rate span {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
}

.watb-win-rate strong {
    color: #ffd600;
    font-size: 22px;
    line-height: 1;
}


/* ==========================================================
   HOME / AWAY
   ========================================================== */

.watb-record-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.watb-record-card {
    background: #ffffff;
    border: 1px solid #dce1e8;
    box-sizing: border-box;
    text-align: center;
    padding: 0 20px 24px;
}

.watb-record-card h3 {
    margin: 0 -20px 24px !important;
    padding: 14px 10px !important;
    background: #21468b;
    color: #ffffff !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: 2px;
}

.watb-record-line {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 20px;
}

.watb-record-line span {
    color: #777777;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
}

.watb-record-line strong {
    display: block;
    margin-top: 7px;
    color: #21468b;
    font-size: 24px;
    line-height: 1;
}

.watb-record-goals {
    padding-top: 17px;
    border-top: 1px solid #e3e6eb;
    color: #777777;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
}

.watb-record-goals strong {
    color: #21468b;
    font-size: 16px;
}

.watb-record-goals span {
    display: inline-block;
    margin: 0 12px;
    color: #ffd600;
}


/* ==========================================================
   ERROR
   ========================================================== */

.watb-season-stats-error {
    padding: 25px;
    border: 1px solid #21468b;
    background: #f5f7fa;
    color: #21468b;
    text-align: center;
    font-weight: 700;
}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 700px) {

    .watb-stats-header {
        padding: 32px 22px 30px;
    }

    .watb-stats-header h2 {
        font-size: 28px !important;
    }

    .watb-stats-body {
        padding: 26px 14px 30px;
    }

    .watb-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .watb-record-columns {
        grid-template-columns: 1fr;
    }

    .watb-stat-value {
        font-size: 26px;
    }

    .watb-form-result {
        width: 38px;
        height: 38px;
    }

}
/* ==========================================================
   DATA CREDIT
   ========================================================== */

.watb-data-credit {
    padding: 10px 15px 12px;
    text-align: center;
    color: #8a9099;
    font-size: 8px;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.watb-data-credit a {
    color: #21468b;
    text-decoration: none;
    font-weight: 700;
}

.watb-data-credit a:hover {
    text-decoration: underline;
}
/* ==========================================================
   WATB — SEASON HIGHS
   ========================================================== */

.watb-season-highs {
    margin-top: 36px;
}

.watb-highs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.watb-high-card {
    background: #ffffff;
    border: 1px solid #d9dee7;
    min-height: 105px;
    padding: 18px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
}

.watb-high-label {
    display: block;
    margin-bottom: 9px;
    color: #21468b;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.4px;
    line-height: 1.3;
}

.watb-high-value {
    display: block;
    color: #21468b;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.15;
}

.watb-high-scoreline {
    font-size: 12px;
    line-height: 1.4;
    color: #111111;
}

/* Mobile */

@media (max-width: 700px) {

    .watb-highs-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .watb-high-card {
        min-height: 95px;
        padding: 15px 9px;
    }

    .watb-high-value {
        font-size: 19px;
    }

    .watb-high-scoreline {
        font-size: 10px;
    }
}
/* ==========================================================
   WORLD AFTER THE BELL — SCOUTING BOARD
   ========================================================== */

.watb-scouting-board {
    width: 100%;
    background: #f4f6f9;
    border: 1px solid #21468b;
    box-sizing: border-box;
    overflow: hidden;
}


/* ==========================================================
   HEADER
   ========================================================== */

.watb-scouting-header {
    position: relative;
    background: #21468b;
    padding: 38px 28px 32px;
    border-bottom: 4px solid #ffd600;
    overflow: hidden;
}

.watb-scouting-header::after {
    content: "WATB";
    position: absolute;
    right: -8px;
    bottom: -18px;
    color: rgba(255, 255, 255, 0.06);
    font-size: 76px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -4px;
}

.watb-scouting-kicker {
    display: block;
    position: relative;
    z-index: 1;
    margin-bottom: 8px;
    color: #ffd600;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2px;
}

.watb-scouting-header h2 {
    position: relative;
    z-index: 1;
    margin: 0 0 8px !important;
    color: #ffffff;
    font-size: 34px;
    font-weight: 400;
    line-height: 1;
}

.watb-scouting-subtitle {
    display: block;
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.7px;
}


/* ==========================================================
   SEARCH + FILTERS
   ========================================================== */

.watb-scouting-controls {
    padding: 26px 26px 20px;
}

.watb-scouting-search {
    margin-bottom: 14px;
}

.watb-scouting-search-input {
    width: 100%;
    height: 46px;
    padding: 0 16px;
    background: #ffffff;
    border: 1px solid #d8dde5;
    border-radius: 0;
    box-sizing: border-box;
    color: #111111;
    font-size: 13px;
    outline: none;
}

.watb-scouting-search-input:focus {
    border-color: #21468b;
}

.watb-scouting-search-input::placeholder {
    color: #8a9099;
}

.watb-scouting-filters {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.watb-scouting-filter {
    min-width: 52px;
    padding: 10px 14px;
    background: #ffffff;
    border: 1px solid #d8dde5;
    color: #21468b;
    cursor: pointer;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
    transition: 0.15s ease;
}

.watb-scouting-filter:hover {
    border-color: #21468b;
}

.watb-scouting-filter.is-active {
    background: #21468b;
    border-color: #21468b;
    color: #ffffff;
}


/* ==========================================================
   PLAYER GRID
   ========================================================== */

.watb-scouting-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 0 26px 28px;
}

.watb-scouting-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 190px;
    background: #ffffff;
    border: 1px solid #d8dde5;
    box-sizing: border-box;
    overflow: hidden;
}

.watb-scouting-card[hidden] {
    display: none !important;
}


/* Yellow scouting-file marker */

.watb-scouting-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #ffd600;
}


/* ==========================================================
   CARD POSITION
   ========================================================== */

.watb-scouting-card-top {
    padding: 18px 20px 0 23px;
}

.watb-scouting-position {
    color: #21468b;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.5px;
}


/* ==========================================================
   PLAYER DETAILS
   ========================================================== */

.watb-scouting-card-body {
    flex: 1;
    padding: 15px 20px 18px 23px;
}

.watb-scouting-card-body h3 {
    margin: 0 0 8px !important;
    color: #111111;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.15;
}

.watb-scouting-club {
    color: #727984;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.2px;
}


/* ==========================================================
   READ REPORT
   ========================================================== */

.watb-scouting-read {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 20px 13px 23px;
    background: #21468b;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.3px;
    transition: 0.15s ease;
}

.watb-scouting-read span {
    color: #ffd600;
    font-size: 15px;
}

.watb-scouting-read:hover {
    background: #18366d;
}


/* ==========================================================
   EMPTY SEARCH
   ========================================================== */

.watb-scouting-empty {
    margin: 0 26px 28px;
    padding: 35px 20px;
    background: #ffffff;
    border: 1px solid #d8dde5;
    color: #21468b;
    text-align: center;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.watb-scouting-empty[hidden] {
    display: none !important;
}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 700px) {

    .watb-scouting-header {
        padding: 30px 20px 27px;
    }

    .watb-scouting-header h2 {
        font-size: 29px;
    }

    .watb-scouting-controls {
        padding: 20px 18px 16px;
    }

    .watb-scouting-filters {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .watb-scouting-filter {
        width: 100%;
        min-width: 0;
    }

    .watb-scouting-grid {
        grid-template-columns: 1fr;
        padding: 0 18px 20px;
    }

    .watb-scouting-card {
        min-height: 175px;
    }

    .watb-scouting-empty {
        margin: 0 18px 20px;
    }
}
/* ==========================================================
   WORLD AFTER THE BELL — SCOUTING PAGE LAYOUT
   Full width + dedicated page banner
   ========================================================== */


/* ----------------------------------------------------------
   REMOVE SIDEBAR ON SCOUTING PAGE
   ---------------------------------------------------------- */

body.page-id-PLACEHOLDER #secondary,
body.page-id-PLACEHOLDER .widget-area,
body.page-id-PLACEHOLDER aside#secondary {
    display: none !important;
}


/* ----------------------------------------------------------
   EXPAND MAIN CONTENT
   ---------------------------------------------------------- */

body.page-id-PLACEHOLDER #primary,
body.page-id-PLACEHOLDER .content-area,
body.page-id-PLACEHOLDER main.site-main {
    width: 100% !important;
    max-width: 1180px !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}


/* ==========================================================
   SCOUTING PAGE BANNER
   ========================================================== */

body.page-id-PLACEHOLDER .entry-content::before {
    content: "SCOUTING";
    display: block;

    box-sizing: border-box;
    width: 100%;
    margin: 0 0 28px;
    padding: 56px 30px;

    background:
        linear-gradient(
            to bottom,
            #21468b 0,
            #21468b calc(100% - 5px),
            #ffd600 calc(100% - 5px),
            #ffd600 100%
        );

    color: #ffffff;

    text-align: center;
    font-size: 52px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 3px;
}


/* ----------------------------------------------------------
   SMALL WATB LABEL ABOVE SCOUTING
   ---------------------------------------------------------- */

body.page-id-PLACEHOLDER .entry-content {
    position: relative;
}


/* ----------------------------------------------------------
   MAKE SCOUTING BOARD USE AVAILABLE WIDTH
   ---------------------------------------------------------- */

body.page-id-PLACEHOLDER .watb-scouting-board {
    width: 100% !important;
    max-width: none !important;
}


/* ----------------------------------------------------------
   THREE REPORTS ACROSS ON FULL-WIDTH DESKTOP
   ---------------------------------------------------------- */

body.page-id-PLACEHOLDER .watb-scouting-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 900px) {

    body.page-id-PLACEHOLDER .watb-scouting-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 700px) {

    body.page-id-PLACEHOLDER .entry-content::before {
        padding: 38px 20px;
        font-size: 36px;
    }

    body.page-id-PLACEHOLDER .watb-scouting-grid {
        grid-template-columns: 1fr;
    }

}
/* ==========================================================
   WORLD AFTER THE BELL — SCOUTING PAGE 633
   FULL WIDTH LAYOUT
   ========================================================== */


/* ----------------------------------------------------------
   REMOVE TWITTER / SIDEBAR
   ---------------------------------------------------------- */

body.page-id-633 #secondary,
body.page-id-633 .widget-area,
body.page-id-633 aside#secondary {
    display: none !important;
}


/* ----------------------------------------------------------
   EXPAND MAIN CONTENT AREA
   ---------------------------------------------------------- */

body.page-id-633 #primary,
body.page-id-633 .content-area {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin: 0 !important;
}


/* ----------------------------------------------------------
   EXPAND ARTICLE / PAGE CONTENT
   ---------------------------------------------------------- */

body.page-id-633 .site-main,
body.page-id-633 .entry-content {
    width: 100% !important;
    max-width: 1180px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}


/* ==========================================================
   SCOUTING BOARD
   ========================================================== */

body.page-id-633 .watb-scouting-board {
    width: 100% !important;
    max-width: none !important;
}


/* ==========================================================
   LARGE SCOUTING BANNER
   ========================================================== */

body.page-id-633 .watb-scouting-header {
    padding: 30px 42px 34px;
    text-align: center;
}


/* WORLD AFTER THE BELL */

body.page-id-633 .watb-scouting-kicker {
    margin-bottom: 20px;
    font-size: 9px;
    letter-spacing: 3px;
}


/* SCOUTING */

body.page-id-633 .watb-scouting-header h2 {
    margin: 0 !important;
    font-size: 56px;
    font-weight: 300;
    letter-spacing: 3px;
}


/* PLAYER ANALYSIS • PROFILES • REPORTS */

body.page-id-633 .watb-scouting-subtitle {
    margin-top: 18px;
    font-size: 9px;
    letter-spacing: 2.5px;
}


/* ----------------------------------------------------------
   YELLOW ACCENT UNDER BANNER
   ---------------------------------------------------------- */

body.page-id-633 .watb-scouting-header::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 15px;
    width: 70px;
    height: 4px;
    background: #ffd600;
    transform: translateX(-50%);
}


/* Keep WATB watermark */

body.page-id-633 .watb-scouting-header::after {
    right: 12px;
    bottom: -18px;
    font-size: 92px;
}


/* ==========================================================
   THREE-COLUMN SCOUTING ARCHIVE
   ========================================================== */

body.page-id-633 .watb-scouting-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}


/* ==========================================================
   MAKE CONTROLS FEEL LESS STRETCHED
   ========================================================== */

body.page-id-633 .watb-scouting-controls {
    padding: 30px 32px 22px;
}

body.page-id-633 .watb-scouting-grid {
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 34px;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 900px) {

    body.page-id-633 .watb-scouting-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 700px) {

    body.page-id-633 .watb-scouting-header {
        padding: 28px 20px 32px;
    }

    body.page-id-633 .watb-scouting-header h2 {
        font-size: 38px;
    }

    body.page-id-633 .watb-scouting-kicker {
        margin-bottom: 14px;
    }

    body.page-id-633 .watb-scouting-subtitle {
        margin-top: 13px;
        font-size: 8px;
        letter-spacing: 1.6px;
    }

    body.page-id-633 .watb-scouting-grid {
        grid-template-columns: 1fr;
        padding-left: 18px;
        padding-right: 18px;
    }

    body.page-id-633 .watb-scouting-controls {
        padding-left: 18px;
        padding-right: 18px;
    }

}
/* Hide original WordPress Scouting page title */
body.page-id-633 .entry-header {
    display: none !important;
}
/* Hide original WordPress Scouting page title */
body.page-id-633 .entry-header {
    display: none !important;
}
/* ==========================================================
   SCOUTING — HIDE OLD WORDPRESS PAGE TITLE
   ========================================================== */

body.page-id-633 .entry-header {
    display: none !important;
}
/* ==========================================================
   SCOUTING — INTRODUCTION
   ========================================================== */

body.page-id-633 .watb-scouting-intro {
    padding: 30px 32px 0;
    text-align: center;
}

body.page-id-633 .watb-scouting-intro p {
    max-width: 760px;
    margin: 0 auto !important;
    color: #626a76;
    font-size: 13px;
    line-height: 1.7;
}


/* Reduce the gap between intro and search */

body.page-id-633 .watb-scouting-controls {
    padding-top: 22px;
}


@media (max-width: 700px) {

    body.page-id-633 .watb-scouting-intro {
        padding: 24px 18px 0;
    }

    body.page-id-633 .watb-scouting-intro p {
        font-size: 12px;
    }

}

/* ==========================================================
   SCOUTING — POSITION DIVIDERS
   ========================================================== */

.watb-scouting-divider {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 12px 0 2px;
    color: #21468b;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
}

.watb-scouting-divider::before,
.watb-scouting-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #d8dee8;
}

.watb-scouting-divider span {
    white-space: nowrap;
}
/* ==========================================================
   WATB — SEASON TRACKER PAGE LAYOUT
   Remove sidebar + use full content width
   ========================================================== */

body.page-id-XXXX #secondary,
body.page-id-XXXX .widget-area,
body.page-id-XXXX aside#secondary {
    display: none !important;
}

body.page-id-XXXX #primary,
body.page-id-XXXX .content-area,
body.page-id-XXXX .site-main {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body.page-id-XXXX .site-content {
    max-width: 1200px !important;
    margin: 0 auto !important;
}
/* ==========================================================
   WORLD AFTER THE BELL — SEASON TRACKER
   PAGE ID: 1270
   Full-width layout / remove Twitter sidebar
   ========================================================== */

/* Remove sidebar completely */
body.page-id-1270 #secondary,
body.page-id-1270 .widget-area,
body.page-id-1270 aside#secondary {
    display: none !important;
}

/* Expand main content */
body.page-id-1270 #primary,
body.page-id-1270 .content-area {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Centre the page content */
body.page-id-1270 .site-content {
    width: 100% !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Give the actual tracker plenty of room */
body.page-id-1270 .site-main {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
}

/* Hide the normal WordPress page title.
   Our custom SEASON TRACKER banner will replace it. */
body.page-id-1270 .entry-title {
    display: none !important;
}

/* Remove unnecessary page-content spacing */
body.page-id-1270 .entry-content {
    width: 100% !important;
    max-width: none !important;
}
/* ==========================================================
   WORLD AFTER THE BELL — SEASON TRACKER
   MAIN DASHBOARD
   ========================================================== */

.page-id-1270 .watb-season-tracker {
    width: 100%;
    max-width: 1100px;
    margin: 45px auto 70px;
    background: #f4f6f9;
    border: 1px solid #21468b;
    box-sizing: border-box;
    overflow: hidden;
}


/* ==========================================================
   HEADER
   ========================================================== */

.page-id-1270 .watb-tracker-header {
    position: relative;
    text-align: center;
    background: #21468b;
    padding: 55px 30px 48px;
    border-bottom: 4px solid #ffd600;
    overflow: hidden;
}

.page-id-1270 .watb-tracker-header::after {
    content: "WATB";
    position: absolute;
    right: 15px;
    bottom: -18px;
    font-size: 76px;
    line-height: 1;
    font-weight: 900;
    color: rgba(255,255,255,0.06);
    letter-spacing: -4px;
}

.page-id-1270 .watb-tracker-kicker {
    display: block;
    color: #ffd600;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 3px;
    margin-bottom: 14px;
}

.page-id-1270 .watb-tracker-header h1 {
    color: #fff;
    margin: 0;
    font-size: 48px;
    line-height: 1.05;
    font-weight: 300;
    letter-spacing: 1px;
}

.page-id-1270 .watb-tracker-subtitle {
    display: block;
    margin-top: 16px;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
}


/* ==========================================================
   GENERAL SECTIONS
   ========================================================== */

.page-id-1270 .watb-tracker-section {
    padding: 45px 40px;
    border-bottom: 1px solid #d7dde7;
}

.page-id-1270 .watb-tracker-section-heading {
    text-align: center;
    margin-bottom: 32px;
}

.page-id-1270 .watb-tracker-section-heading > span {
    display: block;
    color: #21468b;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 4px;
}

.page-id-1270 .watb-tracker-section-heading small {
    display: block;
    margin-top: 7px;
    color: #777;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
}


/* ==========================================================
   SURVIVAL TRACKER
   ========================================================== */

.page-id-1270 .watb-survival-main {
    background: #fff;
    border: 1px solid #d5dce7;
    padding: 35px 40px 28px;
}

.page-id-1270 .watb-survival-score {
    text-align: center;
    color: #21468b;
    margin-bottom: 28px;
}

.page-id-1270 .watb-survival-score strong {
    font-size: 64px;
    line-height: 1;
    font-weight: 900;
}

.page-id-1270 .watb-survival-score span {
    font-size: 20px;
    font-weight: 700;
    margin-left: 5px;
}

.page-id-1270 .watb-survival-progress {
    position: relative;
    width: 100%;
    height: 28px;
    background: #21468b;
    overflow: hidden;
}

.page-id-1270 .watb-survival-progress-fill {
    height: 100%;
    background: #ffd600;
    min-width: 3px;
    transition: width 0.5s ease;
}

.page-id-1270 .watb-survival-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    color: #21468b;
    font-size: 10px;
    font-weight: 800;
}


/* ==========================================================
   THREE STAT BOXES
   ========================================================== */

.page-id-1270 .watb-tracker-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 15px;
}

.page-id-1270 .watb-tracker-stat {
    background: #fff;
    border: 1px solid #d5dce7;
    text-align: center;
    padding: 22px 12px;
}

.page-id-1270 .watb-tracker-stat span {
    display: block;
    color: #21468b;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
}

.page-id-1270 .watb-tracker-stat strong {
    color: #21468b;
    font-size: 26px;
    line-height: 1;
    font-weight: 900;
}


/* ==========================================================
   POINTS PROJECTION
   ========================================================== */

.page-id-1270 .watb-projection-main {
    background: #21468b;
    color: #fff;
    text-align: center;
    padding: 38px 20px 34px;
}

.page-id-1270 .watb-projection-label {
    display: block;
    color: #ffd600;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 3px;
}

.page-id-1270 .watb-projection-number {
    display: block;
    color: #fff;
    font-size: 92px;
    line-height: 1;
    font-weight: 900;
    margin: 8px 0 4px;
}

.page-id-1270 .watb-projection-points {
    color: #ffd600;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 4px;
}


/* ==========================================================
   CURRENT POSITION
   ========================================================== */

.page-id-1270 .watb-current-position {
    text-align: center;
    background: #ffd600;
    color: #21468b;
    padding: 25px 20px;
    margin-bottom: 18px;
}

.page-id-1270 .watb-current-position > span {
    display: block;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 3px;
    margin-bottom: 5px;
}

.page-id-1270 .watb-current-position strong {
    font-size: 70px;
    line-height: 1;
    font-weight: 900;
}

.page-id-1270 .watb-current-position small {
    font-size: 22px;
    font-weight: 900;
}


/* ==========================================================
   PREMIER LEAGUE POSITION TABLE
   ========================================================== */

.page-id-1270 .watb-position-table {
    background: #fff;
    border: 1px solid #d5dce7;
}

.page-id-1270 .watb-position-row {
    display: grid;
    grid-template-columns: 55px 1fr 90px;
    align-items: center;
    min-height: 46px;
    padding: 0 18px;
    border-bottom: 1px solid #e5e8ed;
    box-sizing: border-box;
    color: #222;
}

.page-id-1270 .watb-position-row:last-child {
    border-bottom: 0;
}

.page-id-1270 .watb-position-number {
    color: #21468b;
    font-weight: 900;
    font-size: 14px;
}

.page-id-1270 .watb-position-team {
    font-size: 12px;
    font-weight: 700;
}

.page-id-1270 .watb-position-points {
    text-align: right;
    color: #21468b;
    font-size: 14px;
    font-weight: 900;
}

.page-id-1270 .watb-position-points small {
    font-size: 7px;
    letter-spacing: 1px;
}


/* Leeds row */

.page-id-1270 .watb-position-row.is-leeds {
    background: #ffd600;
    color: #21468b;
    min-height: 58px;
    border-top: 2px solid #21468b;
    border-bottom: 2px solid #21468b;
}

.page-id-1270 .watb-position-row.is-leeds .watb-position-team {
    font-weight: 900;
}

.page-id-1270 .watb-position-row.is-leeds .watb-position-team small {
    display: inline-block;
    margin-left: 10px;
    background: #21468b;
    color: #fff;
    padding: 4px 7px;
    font-size: 7px;
    letter-spacing: 1px;
}


/* Relegation zone */

.page-id-1270 .watb-position-row.is-relegation {
    background: #f3f3f3;
    border-left: 4px solid #21468b;
}

.page-id-1270 .watb-position-row.is-survival-line {
    border-top: 4px solid #ffd600;
}


/* ==========================================================
   RECORD
   ========================================================== */

.page-id-1270 .watb-tracker-record {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #21468b;
    color: #fff;
    text-align: center;
}

.page-id-1270 .watb-tracker-record span {
    padding: 18px 10px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2px;
    border-right: 1px solid rgba(255,255,255,0.15);
}

.page-id-1270 .watb-tracker-record span:last-child {
    border-right: 0;
}

.page-id-1270 .watb-tracker-record strong {
    color: #ffd600;
    font-size: 18px;
    margin-left: 5px;
}


/* ==========================================================
   DATA CREDIT
   ========================================================== */

.page-id-1270 .watb-tracker-credit {
    text-align: center;
    padding: 18px 10px;
    color: #8b8b8b;
    font-size: 8px;
}

.page-id-1270 .watb-tracker-credit a {
    color: #21468b;
    font-weight: 800;
    text-decoration: none;
}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 700px) {

    .page-id-1270 .watb-season-tracker {
        margin-top: 20px;
    }

    .page-id-1270 .watb-tracker-header {
        padding: 40px 20px 36px;
    }

    .page-id-1270 .watb-tracker-header h1 {
        font-size: 36px;
    }

    .page-id-1270 .watb-tracker-section {
        padding: 32px 18px;
    }

    .page-id-1270 .watb-survival-main {
        padding: 28px 18px 22px;
    }

    .page-id-1270 .watb-survival-score strong {
        font-size: 50px;
    }

    .page-id-1270 .watb-survival-score span {
        font-size: 15px;
    }

    .page-id-1270 .watb-tracker-stat-grid {
        grid-template-columns: 1fr;
    }

    .page-id-1270 .watb-projection-number {
        font-size: 72px;
    }

    .page-id-1270 .watb-position-row {
        grid-template-columns: 38px 1fr 60px;
        padding: 0 10px;
    }

    .page-id-1270 .watb-position-team {
        font-size: 10px;
    }

    .page-id-1270 .watb-position-row.is-leeds .watb-position-team small {
        display: block;
        width: max-content;
        margin: 3px 0 0;
    }
}
/* ==========================================================
   ROAD TO EUROPE
   ========================================================== */

.page-id-1270 .watb-europe-main {
    background: #fff;
    border: 1px solid #d5dce7;
    padding: 35px 40px 28px;
}

.page-id-1270 .watb-europe-score {
    text-align: center;
    color: #21468b;
    margin-bottom: 28px;
}

.page-id-1270 .watb-europe-score strong {
    font-size: 64px;
    line-height: 1;
    font-weight: 900;
}

.page-id-1270 .watb-europe-score span {
    font-size: 20px;
    font-weight: 700;
    margin-left: 5px;
}

.page-id-1270 .watb-europe-progress {
    position: relative;
    width: 100%;
    height: 28px;
    background: #ffd600;
    overflow: hidden;
}

.page-id-1270 .watb-europe-progress-fill {
    height: 100%;
    background: #21468b;
    min-width: 3px;
    transition: width 0.5s ease;
}

.page-id-1270 .watb-europe-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    color: #21468b;
    font-size: 10px;
    font-weight: 800;
}


/* Mobile */

@media (max-width: 700px) {

    .page-id-1270 .watb-europe-main {
        padding: 28px 18px 22px;
    }

    .page-id-1270 .watb-europe-score strong {
        font-size: 50px;
    }

    .page-id-1270 .watb-europe-score span {
        font-size: 15px;
    }

}

/* ==========================================================
   HIDE DEFAULT WORDPRESS PAGE TITLES
   ========================================================== */

.page-id-1191 .entry-title,
.page-id-1220 .entry-title,
.page-id-1241 .entry-title {
    display: none !important;
}
/* ==========================================================
   FIXTURES & RESULTS + SEASON STATS
   REMOVE SIDEBAR / FULL WIDTH
   ========================================================== */

/* Remove Twitter/sidebar */
.page-id-1220 #secondary,
.page-id-1220 .widget-area,
.page-id-1220 aside#secondary,
.page-id-1241 #secondary,
.page-id-1241 .widget-area,
.page-id-1241 aside#secondary {
    display: none !important;
}

/* Expand main content */
.page-id-1220 #primary,
.page-id-1220 .content-area,
.page-id-1241 #primary,
.page-id-1241 .content-area {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Allow the page itself to use the available width */
.page-id-1220 .site-main,
.page-id-1241 .site-main {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
}

/* Centre everything within the same width as Season Tracker */
.page-id-1220 .site-content,
.page-id-1241 .site-content {
    width: 100% !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.page-id-1220 .entry-content,
.page-id-1241 .entry-content {
    width: 100% !important;
    max-width: none !important;
}/* ==========================================================
   FIXTURES & RESULTS + SEASON STATS
   REMOVE SIDEBAR / FULL WIDTH
   ========================================================== */

/* Remove Twitter/sidebar */
.page-id-1220 #secondary,
.page-id-1220 .widget-area,
.page-id-1220 aside#secondary,
.page-id-1241 #secondary,
.page-id-1241 .widget-area,
.page-id-1241 aside#secondary {
    display: none !important;
}

/* Expand main content */
.page-id-1220 #primary,
.page-id-1220 .content-area,
.page-id-1241 #primary,
.page-id-1241 .content-area {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Allow the page itself to use the available width */
.page-id-1220 .site-main,
.page-id-1241 .site-main {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
}

/* Centre everything within the same width as Season Tracker */
.page-id-1220 .site-content,
.page-id-1241 .site-content {
    width: 100% !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.page-id-1220 .entry-content,
.page-id-1241 .entry-content {
    width: 100% !important;
    max-width: none !important;
}
/* ==========================================================
   FIXTURES & RESULTS + SEASON STATS
   REMOVE SIDEBAR / FULL WIDTH
   ========================================================== */

/* Remove Twitter/sidebar */
.page-id-1220 #secondary,
.page-id-1220 .widget-area,
.page-id-1220 aside#secondary,
.page-id-1241 #secondary,
.page-id-1241 .widget-area,
.page-id-1241 aside#secondary {
    display: none !important;
}

/* Expand main content */
.page-id-1220 #primary,
.page-id-1220 .content-area,
.page-id-1241 #primary,
.page-id-1241 .content-area {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Allow the page itself to use the available width */
.page-id-1220 .site-main,
.page-id-1241 .site-main {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
}

/* Centre everything within the same width as Season Tracker */
.page-id-1220 .site-content,
.page-id-1241 .site-content {
    width: 100% !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.page-id-1220 .entry-content,
.page-id-1241 .entry-content {
    width: 100% !important;
    max-width: none !important;
}
/* ==========================================================
   GOAL CONTRIBUTIONS
   ========================================================== */

.page-id-1270 .watb-contributions {
    padding: 42px 36px 48px;
}


/* ==========================================================
   TABS
   ========================================================== */

.page-id-1270 .watb-contribution-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    margin: 30px 0 24px;
    border: 1px solid #d9dee8;
    background: #ffffff;
}

.page-id-1270 .watb-contribution-tab {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    border-right: 1px solid #d9dee8;
    background: #ffffff;
    color: #21468b;
    padding: 15px 10px;
    margin: 0;
    cursor: pointer;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1;
    text-transform: uppercase;

    transition:
        background 0.2s ease,
        color 0.2s ease;
}

.page-id-1270 .watb-contribution-tab:last-child {
    border-right: 0;
}

.page-id-1270 .watb-contribution-tab:hover {
    background: #f5f7fb;
}

.page-id-1270 .watb-contribution-tab.is-active {
    background: #21468b;
    color: #ffffff;
    box-shadow: inset 0 -4px 0 #ffcd00;
}


/* ==========================================================
   CONTRIBUTION LIST
   ========================================================== */

.page-id-1270 .watb-contribution-content {
    width: 100%;
}

.page-id-1270 .watb-contribution-list {
    width: 100%;
}

.page-id-1270 .watb-contribution-list[hidden] {
    display: none !important;
}


/* ==========================================================
   PLAYER ROW
   ========================================================== */

.page-id-1270 .watb-contribution-row {
    display: grid;
    grid-template-columns: 58px 1fr 72px;
    align-items: stretch;

    width: 100%;
    min-height: 64px;

    margin-bottom: 8px;

    background: #ffffff;
    border: 1px solid #d9dee8;
}


/* Ranking */

.page-id-1270 .watb-contribution-rank {
    display: flex;
    align-items: center;
    justify-content: center;

    background: #f4f6f9;
    color: #21468b;

    border-right: 1px solid #d9dee8;

    font-size: 16px;
    font-weight: 800;
}


/* Player */

.page-id-1270 .watb-contribution-player {
    display: flex;
    align-items: center;

    padding: 0 22px;

    color: #111111;

    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
}


/* Total */

.page-id-1270 .watb-contribution-total {
    display: flex;
    align-items: center;
    justify-content: center;

    background: #21468b;
    color: #ffffff;

    font-size: 24px;
    font-weight: 800;

    border-left: 4px solid #ffcd00;
}


/* ==========================================================
   FIRST PLACE
   ========================================================== */

.page-id-1270 .watb-contribution-row:first-child {
    border-left: 4px solid #ffcd00;
}

.page-id-1270 .watb-contribution-row:first-child
.watb-contribution-rank {
    color: #21468b;
    font-size: 19px;
}


/* ==========================================================
   EMPTY STATE
   ========================================================== */

.page-id-1270 .watb-contribution-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    min-height: 110px;

    background: #ffffff;
    border: 1px solid #d9dee8;
}

.page-id-1270 .watb-contribution-empty-dash {
    color: #ffcd00;
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
}

.page-id-1270 .watb-contribution-empty-text {
    color: #21468b;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 700px) {

    .page-id-1270 .watb-contributions {
        padding: 32px 18px 38px;
    }

    .page-id-1270 .watb-contribution-tabs {
        margin-top: 24px;
    }

    .page-id-1270 .watb-contribution-tab {
        padding: 13px 5px;
        font-size: 9px;
        letter-spacing: 1px;
    }

    .page-id-1270 .watb-contribution-row {
        grid-template-columns: 44px 1fr 58px;
        min-height: 58px;
    }

    .page-id-1270 .watb-contribution-player {
        padding: 0 12px;
        font-size: 11px;
        letter-spacing: 0.5px;
    }

    .page-id-1270 .watb-contribution-total {
        font-size: 20px;
    }

}
/* ==========================================================
   WORLD AFTER THE BELL — FEATURES PAGE
   Page ID: 637
   Remove page title + sidebar and expand content
   ========================================================== */

/* Hide the default WordPress page title */
.page-id-637 .entry-title,
.page-id-637 .page-title {
    display: none !important;
}

/* Remove the sidebar completely */
.page-id-637 #secondary,
.page-id-637 .widget-area,
.page-id-637 aside#secondary {
    display: none !important;
}

/* Expand the main content area */
.page-id-637 #primary,
.page-id-637 .content-area {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Remove space reserved for the old sidebar */
.page-id-637 .site-main {
    width: 100% !important;
    max-width: 100% !important;
}

/* Give the actual Features content a sensible editorial width */
.page-id-637 .entry-content {
    width: 100% !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Remove unnecessary top spacing left by the old page heading */
.page-id-637 .entry-content {
    margin-top: 0 !important;
}
/* ==========================================================
   WORLD AFTER THE BELL — FEATURES HUB
   Page ID: 637
   ========================================================== */


/* ----------------------------------------------------------
   MAIN HUB
   ---------------------------------------------------------- */

.page-id-637 .watb-features-hub {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 60px;
    background: #f4f6f9;
    border: 1px solid #21468b;
    box-sizing: border-box;
}


/* ----------------------------------------------------------
   HEADER
   ---------------------------------------------------------- */

.page-id-637 .watb-features-header {
    position: relative;
    overflow: hidden;
    background: #21468b;
    color: #ffffff;
    text-align: center;
    padding: 55px 40px 50px;
    border-bottom: 4px solid #ffd500;
}

.page-id-637 .watb-features-kicker {
    display: block;
    margin-bottom: 15px;
    color: #ffd500;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.page-id-637 .watb-features-header h1 {
    position: relative;
    z-index: 2;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
}

.page-id-637 .watb-features-subtitle {
    position: relative;
    z-index: 2;
    display: block;
    margin-top: 18px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.page-id-637 .watb-features-header-line {
    display: block;
    width: 70px;
    height: 4px;
    margin: 22px auto 0;
    background: #ffd500;
}

.page-id-637 .watb-features-watermark {
    position: absolute;
    right: 18px;
    bottom: -16px;
    color: rgba(255, 255, 255, 0.07);
    font-size: 82px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -5px;
    pointer-events: none;
}


/* ----------------------------------------------------------
   SECTION LABELS
   ---------------------------------------------------------- */

.page-id-637 .watb-feature-section-label {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 25px;
}

.page-id-637 .watb-feature-section-label::before,
.page-id-637 .watb-feature-section-label::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #ccd4df;
}

.page-id-637 .watb-feature-section-label span {
    color: #21468b;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    white-space: nowrap;
}


/* ----------------------------------------------------------
   LEAD FEATURE
   ---------------------------------------------------------- */

.page-id-637 .watb-feature-lead {
    padding: 40px 40px 45px;
}

.page-id-637 .watb-feature-lead-card {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    min-height: 410px;
    background: #ffffff;
    border-left: 5px solid #ffd500;
    text-decoration: none !important;
    overflow: hidden;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.07);
}

.page-id-637 .watb-feature-lead-image {
    position: relative;
    min-height: 410px;
    overflow: hidden;
    background: #21468b;
}

.page-id-637 .watb-feature-lead-image img {
    width: 100%;
    height: 100%;
    min-height: 410px;
    display: block;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.page-id-637 .watb-feature-lead-card:hover
.watb-feature-lead-image img {
    transform: scale(1.025);
}

.page-id-637 .watb-feature-lead-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 42px;
}

.page-id-637 .watb-feature-meta {
    display: block;
    margin-bottom: 15px;
    color: #21468b;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.page-id-637 .watb-feature-lead-content h2 {
    margin: 0 0 20px !important;
    color: #111111 !important;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 400;
    line-height: 1.12;
}

.page-id-637 .watb-feature-lead-content p {
    margin: 0 0 28px;
    color: #555d67;
    font-size: 15px;
    line-height: 1.7;
}

.page-id-637 .watb-feature-read {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    color: #21468b;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.page-id-637 .watb-feature-read strong {
    color: #ffd500;
    font-size: 22px;
}


/* ----------------------------------------------------------
   MORE FEATURES
   ---------------------------------------------------------- */

.page-id-637 .watb-feature-archive {
    padding: 10px 40px 45px;
}

.page-id-637 .watb-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}


/* ----------------------------------------------------------
   FEATURE CARDS
   ---------------------------------------------------------- */

.page-id-637 .watb-feature-card {
    margin: 0;
    background: #ffffff;
    border-left: 4px solid #ffd500;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.page-id-637 .watb-feature-card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit !important;
    text-decoration: none !important;
}

.page-id-637 .watb-feature-card-image {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #21468b;
}

.page-id-637 .watb-feature-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.page-id-637 .watb-feature-card:hover
.watb-feature-card-image img {
    transform: scale(1.03);
}

.page-id-637 .watb-feature-card-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 26px 28px 25px;
}

.page-id-637 .watb-feature-card-content h2 {
    margin: 0 0 14px !important;
    color: #111111 !important;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.2;
}

.page-id-637 .watb-feature-card-content p {
    margin: 0 0 24px;
    color: #5b626b;
    font-size: 14px;
    line-height: 1.65;
}

.page-id-637 .watb-feature-card-content
.watb-feature-read {
    margin-top: auto;
    padding-top: 5px;
}


/* ----------------------------------------------------------
   FALLBACK IMAGE
   ---------------------------------------------------------- */

.page-id-637 .watb-feature-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 250px;
    background: #21468b;
    color: rgba(255, 255, 255, 0.12);
    font-size: 70px;
    font-weight: 900;
}


/* ----------------------------------------------------------
   HOVER
   ---------------------------------------------------------- */

.page-id-637 .watb-feature-lead-card,
.page-id-637 .watb-feature-card {
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.page-id-637 .watb-feature-lead-card:hover,
.page-id-637 .watb-feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.11);
}


/* ----------------------------------------------------------
   MOBILE / TABLET
   ---------------------------------------------------------- */

@media (max-width: 850px) {

    .page-id-637 .watb-feature-lead {
        padding: 25px 20px 35px;
    }

    .page-id-637 .watb-feature-archive {
        padding: 5px 20px 35px;
    }

    .page-id-637 .watb-feature-lead-card {
        grid-template-columns: 1fr;
    }

    .page-id-637 .watb-feature-lead-image,
    .page-id-637 .watb-feature-lead-image img {
        min-height: 300px;
    }

    .page-id-637 .watb-feature-lead-content {
        padding: 30px;
    }

    .page-id-637 .watb-feature-grid {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 520px) {

    .page-id-637 .watb-features-header {
        padding: 42px 20px 38px;
    }

    .page-id-637 .watb-features-subtitle {
        line-height: 1.7;
    }

    .page-id-637 .watb-feature-lead-image,
    .page-id-637 .watb-feature-lead-image img {
        min-height: 220px;
    }

    .page-id-637 .watb-feature-lead-content {
        padding: 25px 22px;
    }

    .page-id-637 .watb-feature-card-content {
        padding: 23px 22px;
    }

}
/* ==========================================================
   WORLD AFTER THE BELL — PARTNERSHIP STATS
   ========================================================== */

.watb-partner-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    margin: 32px 0 12px;
    border: 3px solid #21468b;
    box-sizing: border-box;
}

.watb-partner-stat {
    min-height: 145px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 22px 15px;
    box-sizing: border-box;
}

/* White */
.watb-partner-stat:nth-child(1) {
    background: #ffffff;
    color: #21468b;
}

/* Yellow */
.watb-partner-stat:nth-child(2) {
    background: #ffcd00;
    color: #21468b;
}

/* Blue */
.watb-partner-stat:nth-child(3) {
    background: #21468b;
    color: #ffffff;
}

.watb-partner-stat strong {
    display: block;
    font-size: clamp(2.3rem, 5vw, 3.6rem);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -2px;
    margin-bottom: 10px;
}

.watb-partner-stat span {
    display: block;
    font-size: 0.8rem;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.watb-partner-stats-source {
    margin: 0 0 32px !important;
    text-align: center;
    font-size: 0.75rem;
    opacity: 0.65;
    font-style: italic;
}

/* Mobile */
@media (max-width: 650px) {
    .watb-partner-stats {
        grid-template-columns: 1fr;
    }

    .watb-partner-stat {
        min-height: 115px;
    }

    .watb-partner-stat strong {
        font-size: 2.6rem;
    }
}

/* ==========================================================
   WORLD AFTER THE BELL — REMOVE X / TWITTER SIDEBAR SITEWIDE
   ========================================================== */

#secondary,
.widget-area {
    display: none !important;
}

#primary,
.content-area {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin: 0 auto !important;
}
/* ==========================================================
   WORLD AFTER THE BELL — WORK WITH US HERO
   ========================================================== */

.watb-partner-hero {
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0 42px;
    padding: 48px 30px 42px;
    background: #21468b;
    border-bottom: 8px solid #ffcd00;
    text-align: center;
    color: #ffffff;
}

.watb-partner-hero-kicker {
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 3px;
    margin-bottom: 12px;
    opacity: 0.9;
}

.watb-partner-hero-title {
    font-size: clamp(3rem, 8vw, 6rem);
    line-height: 0.95;
    font-weight: 900;
    letter-spacing: -3px;
}

.watb-partner-hero-line {
    width: 80px;
    height: 5px;
    background: #ffcd00;
    margin: 24px auto 20px;
}

.watb-partner-hero-sub {
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 2px;
}

.watb-partner-hero-sub span {
    color: #ffcd00;
    padding: 0 8px;
}

/* Mobile */
@media (max-width: 650px) {
    .watb-partner-hero {
        padding: 38px 18px 34px;
        margin-bottom: 30px;
    }

    .watb-partner-hero-title {
        font-size: 3.2rem;
        letter-spacing: -2px;
    }

    .watb-partner-hero-sub {
        font-size: 0.68rem;
        line-height: 1.7;
        letter-spacing: 1px;
    }

    .watb-partner-hero-sub span {
        padding: 0 4px;
    }
}

/* Hide default title — Work With Us page */
.page-id-1328 .entry-title {
    display: none !important;
}

/* ==========================================================
   WORLD AFTER THE BELL — PARTNERSHIP CTA
   ========================================================== */

.watb-partner-cta {
    width: 100%;
    box-sizing: border-box;
    margin: 42px 0 20px;
    padding: 48px 35px;
    background: #21468b;
    border-top: 8px solid #ffcd00;
    text-align: center;
    color: #ffffff;
}

.watb-partner-cta-kicker {
    margin-bottom: 10px;
    color: #ffcd00;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 3px;
}

.watb-partner-cta h2 {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: clamp(2rem, 5vw, 3.5rem);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -2px;
}

.watb-partner-cta p {
    max-width: 650px;
    margin: 0 auto 12px;
    color: #ffffff;
    line-height: 1.6;
}

.watb-partner-cta-button {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 28px;
    background: #ffcd00;
    border: 3px solid #ffcd00;
    color: #21468b !important;
    text-decoration: none !important;
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 1.5px;
    transition: 0.2s ease;
}

.watb-partner-cta-button:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #21468b !important;
}

/* Mobile */
@media (max-width: 650px) {
    .watb-partner-cta {
        padding: 38px 20px;
        margin-top: 32px;
    }

    .watb-partner-cta h2 {
        font-size: 2.4rem;
    }
}
/* Hide default title — Matchday page */
.page-id-1072 .entry-title {
    display: none !important;
}
/* ==========================================================
   WORLD AFTER THE BELL — HOMEPAGE LATEST
   ========================================================== */

.home .watb-home-latest {
    width: 100%;
    max-width: 1180px;
    margin: 55px auto 70px;
    box-sizing: border-box;
}

/* ---------- SECTION HEADER ---------- */

.home .watb-section-heading {
    text-align: center;
    margin-bottom: 34px;
    padding: 22px 20px 24px;
    border-top: 5px solid #21468b;
    border-bottom: 5px solid #ffcd00;
}

.home .watb-section-kicker {
    display: block;
    margin-bottom: 5px;
    color: #21468b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
}

.home .watb-section-heading h2 {
    margin: 0;
    color: #21468b;
    font-size: 46px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2px;
}

.home .watb-section-subtitle {
    display: block;
    margin-top: 10px;
    color: #21468b;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
}


/* ---------- LEAD STORY ---------- */

.home .watb-latest-lead {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(300px, 1fr);
    min-height: 430px;
    margin-bottom: 30px;
    border: 2px solid #21468b;
    background: #ffffff;
    overflow: hidden;
}

.home .watb-latest-lead-image {
    display: block;
    min-height: 430px;
    overflow: hidden;
}

.home .watb-latest-lead-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
    margin: 0;
}

.home .watb-latest-lead-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 45px 40px;
    background: #21468b;
    color: #ffffff;
}

.home .watb-latest-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 14px;
    color: #ffcd00;
    font-size: 10px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.home .watb-meta-dot {
    color: #ffffff;
}

.home .watb-latest-lead h3 {
    margin: 0 0 18px;
    font-size: 31px;
    line-height: 1.15;
    font-weight: 700;
}

.home .watb-latest-lead h3 a {
    color: #ffffff;
    text-decoration: none;
}

.home .watb-latest-lead h3 a:hover {
    color: #ffcd00;
}

.home .watb-latest-lead-content p {
    margin: 0 0 25px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.7;
    opacity: 0.9;
}

.home .watb-read-article {
    align-self: flex-start;
    display: inline-block;
    padding: 11px 17px;
    border-bottom: 3px solid #ffcd00;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-decoration: none;
}

.home .watb-read-article span {
    color: #ffcd00;
    padding-left: 5px;
}

.home .watb-read-article:hover {
    color: #ffcd00;
}


/* ---------- THREE STORY GRID ---------- */

.home .watb-latest-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.home .watb-latest-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    border: 1px solid #d9d9d9;
    border-bottom: 4px solid #21468b;
    background: #ffffff;
    overflow: hidden;
}

.home .watb-latest-card-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #eeeeee;
}

.home .watb-latest-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    transition: transform 0.25s ease;
}

.home .watb-latest-card:hover .watb-latest-card-image img {
    transform: scale(1.025);
}

.home .watb-latest-card-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 22px 22px 20px;
}

.home .watb-latest-card .watb-latest-meta {
    margin-bottom: 10px;
    color: #21468b;
    font-size: 9px;
}

.home .watb-latest-card .watb-meta-dot {
    color: #ffcd00;
}

.home .watb-latest-card h3 {
    margin: 0 0 22px;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 700;
}

.home .watb-latest-card h3 a {
    color: #1d1d1d;
    text-decoration: none;
}

.home .watb-latest-card h3 a:hover {
    color: #21468b;
}

.home .watb-card-link {
    margin-top: auto;
    color: #21468b;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-decoration: none;
}

.home .watb-card-link:hover {
    color: #d9a900;
}


/* ---------- TABLET ---------- */

@media (max-width: 900px) {

    .home .watb-home-latest {
        padding: 0 20px;
    }

    .home .watb-latest-lead {
        grid-template-columns: 1fr;
    }

    .home .watb-latest-lead-image,
    .home .watb-latest-lead-image img {
        min-height: 340px;
    }

    .home .watb-latest-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home .watb-latest-card:last-child {
        grid-column: 1 / -1;
    }
}


/* ---------- MOBILE ---------- */

@media (max-width: 600px) {

    .home .watb-home-latest {
        margin-top: 35px;
        padding: 0 14px;
    }

    .home .watb-section-heading {
        margin-bottom: 22px;
        padding: 18px 10px;
    }

    .home .watb-section-heading h2 {
        font-size: 34px;
    }

    .home .watb-section-kicker,
    .home .watb-section-subtitle {
        letter-spacing: 1.5px;
    }

    .home .watb-latest-lead {
        min-height: 0;
        margin-bottom: 20px;
    }

    .home .watb-latest-lead-image,
    .home .watb-latest-lead-image img {
        min-height: 230px;
    }

    .home .watb-latest-lead-content {
        padding: 28px 24px 30px;
    }

    .home .watb-latest-lead h3 {
        font-size: 25px;
    }

    .home .watb-latest-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .home .watb-latest-card:last-child {
        grid-column: auto;
    }

    .home .watb-latest-card h3 {
        font-size: 18px;
    }
}
/* ==========================================================
   WORLD AFTER THE BELL — HOMEPAGE SCOUTING
   ========================================================== */

.home .watb-home-scouting {
    width: 100%;
    max-width: 1180px;
    margin: 70px auto;
    box-sizing: border-box;
}

/* ---------- HEADER ---------- */

.home .watb-home-scouting-header {
    position: relative;
    padding: 28px 30px 30px;
    background: #21468b;
    border-bottom: 7px solid #ffcd00;
    text-align: center;
    color: #ffffff;
}

.home .watb-home-scouting-kicker {
    margin-bottom: 5px;
    color: #ffcd00;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
}

.home .watb-home-scouting-header h2 {
    margin: 0;
    color: #ffffff;
    font-size: 46px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2px;
}

.home .watb-home-scouting-subtitle {
    margin-top: 10px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
}


/* ---------- GRID ---------- */

.home .watb-home-scouting-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 28px;
}


/* ---------- FEATURED PLAYER ---------- */

.home .watb-scout-featured {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(320px, 1fr);
    min-height: 400px;
    border: 2px solid #21468b;
    background: #ffffff;
    overflow: hidden;
}

.home .watb-scout-featured .watb-scout-image {
    display: block;
    min-height: 400px;
    overflow: hidden;
}

.home .watb-scout-featured .watb-scout-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 400px;
    object-fit: cover;
    margin: 0;
}

.home .watb-scout-featured .watb-scout-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    background: #ffcd00;
}

.home .watb-scout-featured .watb-scout-meta {
    margin-bottom: 13px;
    color: #21468b;
    font-size: 10px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.home .watb-scout-featured .watb-scout-meta span {
    padding: 0 5px;
}

.home .watb-scout-featured h3 {
    margin: 0 0 17px;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 700;
}

.home .watb-scout-featured h3 a {
    color: #21468b;
    text-decoration: none;
}

.home .watb-scout-featured h3 a:hover {
    color: #111111;
}

.home .watb-scout-excerpt {
    margin-bottom: 23px;
    color: #1d1d1d;
    font-size: 14px;
    line-height: 1.7;
}

.home .watb-scout-read {
    align-self: flex-start;
    display: inline-block;
    padding-bottom: 7px;
    border-bottom: 3px solid #21468b;
    color: #21468b;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-decoration: none;
}

.home .watb-scout-read span {
    padding-left: 5px;
}

.home .watb-scout-read:hover {
    color: #111111;
}


/* ---------- SMALL PLAYER CARDS ---------- */

.home .watb-scout-card:not(.watb-scout-featured) {
    display: flex;
    flex-direction: column;
    min-width: 0;
    border: 1px solid #d9d9d9;
    border-top: 4px solid #21468b;
    background: #ffffff;
    overflow: hidden;
}

.home .watb-scout-card:not(.watb-scout-featured) .watb-scout-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #eeeeee;
}

.home .watb-scout-card:not(.watb-scout-featured) .watb-scout-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    transition: transform 0.25s ease;
}

.home .watb-scout-card:not(.watb-scout-featured):hover .watb-scout-image img {
    transform: scale(1.025);
}

.home .watb-scout-card:not(.watb-scout-featured) .watb-scout-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 21px 22px 20px;
}

.home .watb-scout-card:not(.watb-scout-featured) .watb-scout-meta {
    margin-bottom: 9px;
    color: #21468b;
    font-size: 9px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.home .watb-scout-card:not(.watb-scout-featured) .watb-scout-meta span {
    color: #ffcd00;
    padding: 0 4px;
}

.home .watb-scout-card:not(.watb-scout-featured) h3 {
    margin: 0 0 20px;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 700;
}

.home .watb-scout-card:not(.watb-scout-featured) h3 a {
    color: #1d1d1d;
    text-decoration: none;
}

.home .watb-scout-card:not(.watb-scout-featured) h3 a:hover {
    color: #21468b;
}

.home .watb-scout-read-small {
    margin-top: auto;
    border-bottom: 0;
}


/* ---------- SCOUTING HUB BUTTON ---------- */

.home .watb-home-scouting-footer {
    margin-top: 28px;
    text-align: center;
}

.home .watb-home-scouting-footer a {
    display: inline-block;
    padding: 13px 24px;
    background: #21468b;
    border: 3px solid #21468b;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-decoration: none;
}

.home .watb-home-scouting-footer a span {
    color: #ffcd00;
    padding-left: 5px;
}

.home .watb-home-scouting-footer a:hover {
    background: #ffcd00;
    border-color: #ffcd00;
    color: #21468b;
}

.home .watb-home-scouting-footer a:hover span {
    color: #21468b;
}


/* ---------- TABLET ---------- */

@media (max-width: 900px) {

    .home .watb-home-scouting {
        padding: 0 20px;
    }

    .home .watb-scout-featured {
        grid-template-columns: 1fr;
    }

    .home .watb-scout-featured .watb-scout-image,
    .home .watb-scout-featured .watb-scout-image img {
        min-height: 330px;
    }

    .home .watb-home-scouting-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home .watb-scout-card:not(.watb-scout-featured):last-child {
        grid-column: 1 / -1;
    }
}


/* ---------- MOBILE ---------- */

@media (max-width: 600px) {

    .home .watb-home-scouting {
        margin: 50px auto;
        padding: 0 14px;
    }

    .home .watb-home-scouting-header {
        padding: 24px 15px 25px;
    }

    .home .watb-home-scouting-header h2 {
        font-size: 34px;
    }

    .home .watb-home-scouting-kicker,
    .home .watb-home-scouting-subtitle {
        letter-spacing: 1.4px;
    }

    .home .watb-home-scouting-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 20px;
    }

    .home .watb-scout-featured {
        min-height: 0;
    }

    .home .watb-scout-featured .watb-scout-image,
    .home .watb-scout-featured .watb-scout-image img {
        min-height: 230px;
    }

    .home .watb-scout-featured .watb-scout-content {
        padding: 28px 24px 30px;
    }

    .home .watb-scout-featured h3 {
        font-size: 25px;
    }

    .home .watb-scout-card:not(.watb-scout-featured):last-child {
        grid-column: auto;
    }
}
/* ==========================================================
   SCOUTING — REDUCE FEATURED CARD HEIGHT
   ========================================================== */

.home .watb-scout-featured {
    min-height: 300px;
}

.home .watb-scout-featured .watb-scout-image {
    min-height: 300px;
    max-height: 300px;
}

.home .watb-scout-featured .watb-scout-image img {
    min-height: 300px;
    height: 300px;
    object-fit: cover;
}

.home .watb-scout-featured .watb-scout-content {
    padding: 28px 32px;
}
/* ==========================================================
   WORLD AFTER THE BELL — HOMEPAGE MATCHDAY
   ========================================================== */

.home .watb-home-matchday {
    width: 100%;
    max-width: 1180px;
    margin: 70px auto;
    box-sizing: border-box;
}

/* HEADER */

.home .watb-matchday-heading {
    padding: 25px 30px 27px;
    border-top: 5px solid #21468b;
    border-bottom: 5px solid #ffcd00;
    text-align: center;
    background: #ffffff;
}

.home .watb-matchday-kicker {
    color: #21468b;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
}

.home .watb-matchday-heading h2 {
    margin: 4px 0;
    color: #21468b;
    font-size: 46px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2px;
}

.home .watb-matchday-subtitle {
    color: #21468b;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
}

/* GRID */

.home .watb-matchday-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 16px;
    margin-top: 26px;
}

/* MAIN STORY */

.home .watb-matchday-featured {
    grid-row: 1 / 4;
    display: flex;
    flex-direction: column;
    background: #21468b;
    overflow: hidden;
}

.home .watb-matchday-featured .watb-matchday-image {
    display: block;
    height: 330px;
    overflow: hidden;
}

.home .watb-matchday-featured .watb-matchday-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0;
}

.home .watb-matchday-featured .watb-matchday-content {
    flex: 1;
    padding: 28px 32px 30px;
    color: #ffffff;
}

.home .watb-matchday-featured .watb-matchday-meta {
    margin-bottom: 10px;
    color: #ffcd00;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.4px;
}

.home .watb-matchday-featured h3 {
    margin: 0 0 14px;
    font-size: 28px;
    line-height: 1.18;
}

.home .watb-matchday-featured h3 a {
    color: #ffffff;
    text-decoration: none;
}

.home .watb-matchday-excerpt {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.65;
}

.home .watb-matchday-featured .watb-matchday-read {
    color: #ffffff;
    border-bottom: 3px solid #ffcd00;
}

/* THREE SIDE STORIES */

.home .watb-matchday-card:not(.watb-matchday-featured) {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    min-height: 150px;
    border: 1px solid #dddddd;
    background: #ffffff;
    overflow: hidden;
}

.home .watb-matchday-card:not(.watb-matchday-featured) .watb-matchday-image {
    display: block;
    height: 100%;
    min-height: 150px;
    overflow: hidden;
}

.home .watb-matchday-card:not(.watb-matchday-featured) .watb-matchday-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
}

.home .watb-matchday-card:not(.watb-matchday-featured) .watb-matchday-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px 20px;
}

.home .watb-matchday-card:not(.watb-matchday-featured) .watb-matchday-meta {
    margin-bottom: 7px;
    color: #21468b;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1px;
}

.home .watb-matchday-card:not(.watb-matchday-featured) h3 {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.25;
}

.home .watb-matchday-card:not(.watb-matchday-featured) h3 a {
    color: #1d1d1d;
    text-decoration: none;
}

.home .watb-matchday-card:not(.watb-matchday-featured) h3 a:hover {
    color: #21468b;
}

/* LINKS */

.home .watb-matchday-read {
    align-self: flex-start;
    margin-top: auto;
    padding-bottom: 5px;
    color: #21468b;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-decoration: none;
}

.home .watb-matchday-read span {
    color: #ffcd00;
    padding-left: 4px;
}

/* FOOTER */

.home .watb-matchday-footer {
    margin-top: 25px;
    text-align: center;
}

.home .watb-matchday-footer a {
    display: inline-block;
    padding: 13px 25px;
    background: #ffcd00;
    border: 3px solid #ffcd00;
    color: #21468b;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-decoration: none;
}

.home .watb-matchday-footer a:hover {
    background: #21468b;
    border-color: #21468b;
    color: #ffffff;
}

/* TABLET */

@media (max-width: 900px) {

    .home .watb-home-matchday {
        padding: 0 20px;
    }

    .home .watb-matchday-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .home .watb-matchday-featured {
        grid-row: auto;
    }

    .home .watb-matchday-card:not(.watb-matchday-featured) {
        grid-template-columns: 220px 1fr;
    }
}

/* MOBILE */

@media (max-width: 600px) {

    .home .watb-home-matchday {
        margin: 50px auto;
        padding: 0 14px;
    }

    .home .watb-matchday-heading h2 {
        font-size: 34px;
    }

    .home .watb-matchday-featured .watb-matchday-image {
        height: 240px;
    }

    .home .watb-matchday-featured .watb-matchday-content {
        padding: 25px 23px;
    }

    .home .watb-matchday-featured h3 {
        font-size: 24px;
    }

    .home .watb-matchday-card:not(.watb-matchday-featured) {
        grid-template-columns: 120px minmax(0, 1fr);
        min-height: 125px;
    }

    .home .watb-matchday-card:not(.watb-matchday-featured) .watb-matchday-image {
        min-height: 125px;
    }

    .home .watb-matchday-card:not(.watb-matchday-featured) .watb-matchday-content {
        padding: 14px;
    }

    .home .watb-matchday-card:not(.watb-matchday-featured) h3 {
        font-size: 14px;
    }
}
/* ==========================================================
   WORLD AFTER THE BELL — HOMEPAGE FEATURES
   ========================================================== */

.home .watb-home-features {
    width: 100%;
    max-width: 1180px;
    margin: 70px auto;
    box-sizing: border-box;
}

.home .watb-features-heading {
    padding: 27px 30px 29px;
    background: #ffcd00;
    border-bottom: 6px solid #21468b;
    text-align: center;
}

.home .watb-features-kicker {
    margin-bottom: 5px;
    color: #21468b;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
}

.home .watb-features-heading h2 {
    margin: 0;
    color: #21468b;
    font-size: 46px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2px;
}

.home .watb-features-subtitle {
    margin-top: 10px;
    color: #21468b;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
}


/* CARDS */

.home .watb-features-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 28px;
}

.home .watb-feature-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-bottom: 5px solid #21468b;
    overflow: hidden;
}

.home .watb-feature-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #eeeeee;
}

.home .watb-feature-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    transition: transform 0.25s ease;
}

.home .watb-feature-card:hover .watb-feature-image img {
    transform: scale(1.025);
}

.home .watb-feature-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 23px 23px 22px;
}

.home .watb-feature-meta {
    margin-bottom: 10px;
    color: #21468b;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.home .watb-feature-meta span {
    color: #ffcd00;
    padding: 0 4px;
}

.home .watb-feature-content h3 {
    margin: 0 0 13px;
    font-size: 20px;
    line-height: 1.25;
}

.home .watb-feature-content h3 a {
    color: #1d1d1d;
    text-decoration: none;
}

.home .watb-feature-content h3 a:hover {
    color: #21468b;
}

.home .watb-feature-excerpt {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.6;
    color: #555555;
}

.home .watb-feature-read {
    align-self: flex-start;
    margin-top: auto;
    color: #21468b;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-decoration: none;
}

.home .watb-feature-read span {
    color: #ffcd00;
    padding-left: 4px;
}


/* BUTTON */

.home .watb-features-footer {
    margin-top: 27px;
    text-align: center;
}

.home .watb-features-footer a {
    display: inline-block;
    padding: 13px 25px;
    background: #21468b;
    border: 3px solid #21468b;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-decoration: none;
}

.home .watb-features-footer a span {
    color: #ffcd00;
    padding-left: 5px;
}

.home .watb-features-footer a:hover {
    background: #ffcd00;
    border-color: #ffcd00;
    color: #21468b;
}

.home .watb-features-footer a:hover span {
    color: #21468b;
}


/* TABLET */

@media (max-width: 900px) {

    .home .watb-home-features {
        padding: 0 20px;
    }

    .home .watb-features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home .watb-feature-card:last-child {
        grid-column: 1 / -1;
    }
}


/* MOBILE */

@media (max-width: 600px) {

    .home .watb-home-features {
        margin: 50px auto;
        padding: 0 14px;
    }

    .home .watb-features-heading {
        padding: 24px 15px;
    }

    .home .watb-features-heading h2 {
        font-size: 34px;
    }

    .home .watb-features-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 20px;
    }

    .home .watb-feature-card:last-child {
        grid-column: auto;
    }
}
/* ==========================================================
   WORLD AFTER THE BELL — HOMEPAGE IN CONVERSATION WITH
   ========================================================== */

.home .watb-home-conversation {
    width: 100%;
    max-width: 1180px;
    margin: 70px auto;
    box-sizing: border-box;
}

/* HEADER */

.home .watb-conversation-heading {
    padding: 27px 30px 29px;
    background: #21468b;
    border-bottom: 7px solid #ffcd00;
    text-align: center;
}

.home .watb-conversation-kicker {
    margin-bottom: 5px;
    color: #ffcd00;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
}

.home .watb-conversation-heading h2 {
    margin: 0;
    color: #ffffff;
    font-size: 42px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2px;
}

.home .watb-conversation-subtitle {
    margin-top: 10px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
}

/* FEATURE */

.home .watb-conversation-feature {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    margin-top: 28px;
    min-height: 330px;
    background: #ffffff;
    border: 2px solid #21468b;
    overflow: hidden;
}

.home .watb-conversation-image {
    display: block;
    height: 330px;
    overflow: hidden;
}

.home .watb-conversation-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
}

.home .watb-conversation-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px 36px;
    background: #ffffff;
}

.home .watb-conversation-label {
    margin-bottom: 10px;
    color: #21468b;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.6px;
}

.home .watb-conversation-content h3 {
    margin: 0 0 8px;
    font-size: 29px;
    line-height: 1.15;
}

.home .watb-conversation-content h3 a {
    color: #1d1d1d;
    text-decoration: none;
}

.home .watb-conversation-content h3 a:hover {
    color: #21468b;
}

.home .watb-conversation-date {
    margin-bottom: 16px;
    color: #777777;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
}

.home .watb-conversation-excerpt {
    margin-bottom: 22px;
    color: #444444;
    font-size: 13px;
    line-height: 1.65;
}

.home .watb-conversation-read {
    align-self: flex-start;
    padding-bottom: 6px;
    border-bottom: 3px solid #ffcd00;
    color: #21468b;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-decoration: none;
}

.home .watb-conversation-read span {
    padding-left: 5px;
}

/* FOOTER BUTTON */

.home .watb-conversation-footer {
    margin-top: 25px;
    text-align: center;
}

.home .watb-conversation-footer a {
    display: inline-block;
    padding: 13px 25px;
    background: #21468b;
    border: 3px solid #21468b;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-decoration: none;
}

.home .watb-conversation-footer a span {
    color: #ffcd00;
    padding-left: 5px;
}

.home .watb-conversation-footer a:hover {
    background: #ffcd00;
    border-color: #ffcd00;
    color: #21468b;
}

.home .watb-conversation-footer a:hover span {
    color: #21468b;
}

/* TABLET / MOBILE */

@media (max-width: 900px) {

    .home .watb-home-conversation {
        padding: 0 20px;
    }

    .home .watb-conversation-feature {
        grid-template-columns: 1fr;
    }

    .home .watb-conversation-image {
        height: 320px;
    }
}

@media (max-width: 600px) {

    .home .watb-home-conversation {
        margin: 50px auto;
        padding: 0 14px;
    }

    .home .watb-conversation-heading {
        padding: 24px 15px;
    }

    .home .watb-conversation-heading h2 {
        font-size: 30px;
    }

    .home .watb-conversation-image {
        height: 230px;
    }

    .home .watb-conversation-content {
        padding: 27px 23px 29px;
    }

    .home .watb-conversation-content h3 {
        font-size: 24px;
    }
}
/* ==========================================================
   WORLD AFTER THE BELL — HOMEPAGE MORE FROM
   ========================================================== */

.home .watb-home-more {
    width: 100%;
    max-width: 1180px;
    margin: 70px auto 80px;
    box-sizing: border-box;
}

.home .watb-more-heading {
    padding: 22px 25px;
    border-top: 5px solid #21468b;
    border-bottom: 5px solid #ffcd00;
    text-align: center;
}

.home .watb-more-kicker {
    margin-bottom: 6px;
    color: #21468b;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
}

.home .watb-more-heading h2 {
    margin: 0;
    color: #21468b;
    font-size: 36px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 1.5px;
}


/* GRID */

.home .watb-more-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 26px;
}


/* COMPACT CARDS */

.home .watb-more-card {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    min-height: 135px;
    border: 1px solid #dddddd;
    background: #ffffff;
    overflow: hidden;
}

.home .watb-more-image {
    display: block;
    height: 100%;
    min-height: 135px;
    overflow: hidden;
}

.home .watb-more-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    transition: transform 0.25s ease;
}

.home .watb-more-card:hover .watb-more-image img {
    transform: scale(1.025);
}

.home .watb-more-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 17px 19px;
}

.home .watb-more-meta {
    margin-bottom: 7px;
    color: #21468b;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.home .watb-more-meta span {
    color: #ffcd00;
    padding: 0 4px;
}

.home .watb-more-content h3 {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.25;
}

.home .watb-more-content h3 a {
    color: #1d1d1d;
    text-decoration: none;
}

.home .watb-more-content h3 a:hover {
    color: #21468b;
}

.home .watb-more-read {
    align-self: flex-start;
    margin-top: auto;
    color: #21468b;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-decoration: none;
}

.home .watb-more-read span {
    color: #ffcd00;
    padding-left: 4px;
}


/* VIEW ALL */

.home .watb-more-footer {
    margin-top: 28px;
    text-align: center;
}

.home .watb-more-footer a {
    display: inline-block;
    padding: 13px 27px;
    background: #21468b;
    border: 3px solid #21468b;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-decoration: none;
}

.home .watb-more-footer a span {
    color: #ffcd00;
    padding-left: 5px;
}

.home .watb-more-footer a:hover {
    background: #ffcd00;
    border-color: #ffcd00;
    color: #21468b;
}

.home .watb-more-footer a:hover span {
    color: #21468b;
}


/* TABLET */

@media (max-width: 900px) {

    .home .watb-home-more {
        padding: 0 20px;
    }

    .home .watb-more-grid {
        grid-template-columns: 1fr;
    }
}


/* MOBILE */

@media (max-width: 600px) {

    .home .watb-home-more {
        margin: 50px auto 60px;
        padding: 0 14px;
    }

    .home .watb-more-heading h2 {
        font-size: 27px;
    }

    .home .watb-more-card {
        grid-template-columns: 115px minmax(0, 1fr);
        min-height: 115px;
    }

    .home .watb-more-image {
        min-height: 115px;
    }

    .home .watb-more-content {
        padding: 13px 14px;
    }

    .home .watb-more-content h3 {
        font-size: 14px;
    }
}