:root {
    --gap: 18px;
    --gutter: calc(2 * var(--gap) - 1px);
    --half: calc(var(--gutter) / 2);
    --connector: #18ef00; /* ← change bracket/connector gold colour here */
    --connector-rgb: 201,162,39; /*for rgba() use */
}

.page-id-367990 {
    padding: 20px 0;
    background: #175332;
}
.page-id-367990 .main-content {
	
    background: url(https://fb88blogvn.com/wp-content/uploads/2026/06/wc2026_main_bg.jpg) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 20px;
    min-height: 700px;
}

.page-id-367990 .main-content .container {
    padding: 20px 0;
    background: #0d3d28;
	background: rgba(13,61,40,0.9);
    border-radius: 10px;
}
/* ── Page container ─────────────────────────────────────────── */
.schedule-container {
    padding: 5px;
}

/* ── Stage nav ───────────────────────────────────────────────── */
#stage-nav {
    display: none;
}

.stage-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 28px 20px 0;
}

    .stage-nav a {
        text-decoration: none;
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #a8c5a0;
        padding: 6px 18px;
        border: 1px solid #2a6040;
        border-radius: 4px;
        transition: all .2s;
        cursor: pointer;
        background: #1a5035;
    }

        .stage-nav a:hover {
            background: #1a5035;
            color: #fff;
        }

        .stage-nav a.active {
            background: #b5ffad;
            border-color: #b5ffad;
            color: #333;
        }

/* ── Banner ──────────────────────────────────────────────────── */
.page-banner {
    text-align: center;
    padding: 32px 20px 24px;
}

.banner-shape {
    font-family: "Montserrat-Bold";
    font-weight: 900;
    font-size: 36px;
    width: 500px;
    height: 120px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-shadow: 0 3px #555;
    background: url(https://cdn.hanwei1234.com/Content/worldcup2026/images/title_bg_active.webp) no-repeat center center;
    background-size: 100% 100%;
}

/* ── Schedule grids ──────────────────────────────────────────── */
.groups-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin: 0 auto;
    padding: 0 16px;
}

.knockout-list {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.group-card {
    background: #002511;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #1e5535;
}

.group-header {
    background: linear-gradient(0deg, #af8725 0%, #af8725 20%,#211a0b 40%, #53280e 70%, #b8860b 100%);
    padding: 2px;
    padding-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.gh-inner {
    font-family: 'Montserrat-Bold';
    width: 100%;
    height: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px 15px;
    font-size: 24px;
    font-weight: 900;
    text-align: left;
    color: #fff;
    text-shadow: 0 3px #555;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    background: url(https://cdn.hanwei1234.com/Content/worldcup2026/images/table_header_bg.jpg) no-repeat center center;
    background-size: cover;
}

.match-row {
    display: flex;
    align-items: center;
    padding: 7px 12px;
    gap: 8px;
    color: #d0f3e0;
    border-top: 1px solid #1a4a2a;
    transition: background .15s;
}

    .match-row:hover {
        background: #122e1a;
    }

.team-block {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 1;
    min-width: 0;
}

    .team-block.right {
        flex-direction: row-reverse;
        text-align: right;
    }

.flag {
    width: 28px;
    height: 19px;
    object-fit: cover;
    border-radius: 2px;
    flex-shrink: 0;
    background: #8b0000;
}

.team-name {
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.match-centre {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    width: 52px;
}

.score {
    font-weight: 800;
    font-size: 18px;
    color: #e8c84a;
    line-height: 1;
}

.vs {
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
}

.match-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-shrink: 0;
    min-width: 150px;
}

.meta-date {
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    margin-bottom: 3px;
}

/* Local time display */
.meta-times {
    display: flex;
    align-items: flex-end;
}

.tz-row {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 700;
    font-size: 15px;
    color: #e8c84a;
    white-space: nowrap;
}

.tz-label {
    font-size: 10px;
    font-weight: 600;
    color: var(--connector);
    background: rgba(var(--connector-rgb),.2);
    border: 1px solid rgba(var(--connector-rgb),.4);
    border-radius: 3px;
    padding: 0 4px;
    line-height: 16px;
}

.tz-date {
    font-size: 11px;
    font-weight: 600;
    color: #8ab89a;
}

.section-date-header {
    font-weight: 700;
    font-size: 14px;
    color: #8ab89a;
    text-transform: uppercase;
    margin-bottom: 4px;
    padding: 0 2px;
}

.sch-empty {
    text-align: center;
    color: #a5d6a7;
    padding: 60px 20px;
    font-size: 14px;
}

/* ════ KNOCKOUT BRACKET ════════════════════════════════════════ */


.bracket-section {
    max-width: 1200px;
    margin: 24px auto 32px;
    padding: 5px;
    border-radius: 10px;
}

.bracket-header {
    display: flex;
    display: none;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    padding: 15px;
}

#bracketScroll {
    overflow-x: auto;
    cursor: grab;
    border-radius: 8px;
}

    #bracketScroll:active {
        cursor: grabbing;
    }

    #bracketScroll::-webkit-scrollbar {
        height: 5px;
    }

    #bracketScroll::-webkit-scrollbar-track {
        background: #e8e3d8;
    }

    #bracketScroll::-webkit-scrollbar-thumb {
        background: var(--connector);
        border-radius: 3px;
    }

.bracket-title {
    font-weight: 800;
    font-size: 21px;
    color: #fff;
    text-transform: uppercase;
}

.bracket-rounds {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.b-round-pill {
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #a8c5a0;
    padding: 5px 5px;
    border: 1px solid #2a6040;
    border-radius: 4px;
    transition: all .2s;
    cursor: pointer;
    background: #1a5035;
    user-select: none;
}

    .b-round-pill:hover {
        background: #f0e0a0;
        color: #3a2e10;
    }

    .b-round-pill.active {
        background: #b5ffad;
        border-color: #b5ffad;
        color: #333;
    }

.bracket {
    display: flex;
    align-items: stretch;
    border-radius: 8px;
    padding: 20px 0px;
    min-width: max-content;
}

.b-col-wrap {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex: 1;
    min-width: 0;
    align-self: stretch;
}

.b-col-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #d0f3e0;
    margin-bottom: 10px;
    white-space: nowrap;
    text-align: center;
}

.b-col {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
}

.b-gutter {
    width: var(--gutter);
    flex-shrink: 0;
    flex-grow: 0;
}

.b-pair {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex: 1;
    position: relative;
}

.b-pair-single {
    justify-content: center;
}

/* ── Desktop center column ───────────────────────────────────── */
.b-center-col {
    display: flex;
    flex-direction: column;
    min-width: 300px;
    flex: 0 0 auto;
    align-self: stretch;
}

.b-center-label-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.b-center-body {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.b-center-final {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.b-center-conn {
    position: relative;
    height: 32px;
    flex-shrink: 0;
}

    .b-center-conn::before {
        content: '';
        position: absolute;
        top: -3px;
        left: 50%;
        width: 2px;
        height: 20px;
        transform: translateX(-1px);
        background: var(--connector);
        pointer-events: none;
    }

.b-center-sf {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
    position: relative;
}

    .b-center-sf::before {
        content: '';
        position: absolute;
        top: -15px;
        left: calc(25% - 1px);
        right: calc(25% - 1px);
        height: 20px;
        border-top: 2px solid var(--connector);
        border-left: 2px solid var(--connector);
        border-right: 2px solid var(--connector);
        pointer-events: none;
    }

.b-sf-left, .b-sf-right {
    flex: 1;
    position: relative;
}

    .b-sf-left .bm {
        position: relative;
    }

        .b-sf-left .bm::before {
            content: '';
            position: absolute;
            left: calc(-1 * var(--half));
            top: calc(50% - 1px);
            width: var(--half);
            height: 2px;
            background: var(--connector);
            pointer-events: none;
        }

    .b-sf-right .bm {
        position: relative;
    }

        .b-sf-right .bm::before {
            content: '';
            position: absolute;
            right: calc(-1 * var(--half));
            top: calc(50% - 1px);
            width: var(--half);
            height: 2px;
            background: var(--connector);
            pointer-events: none;
        }

.b-center-3rd {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}

    .b-center-3rd .bm {
        width: 150px;
    }

.b-conn {
    position: absolute;
    right: calc(-1 * var(--half));
    top: 25%;
    width: var(--half);
    height: 50%;
    border-top: 2px solid var(--connector);
    border-right: 2px solid var(--connector);
    border-bottom: 2px solid var(--connector);
    pointer-events: none;
}

.b-conn-l {
    position: absolute;
    left: calc(-1 * var(--half));
    top: 25%;
    width: var(--half);
    height: 50%;
    border-top: 2px solid var(--connector);
    border-left: 2px solid var(--connector);
    border-bottom: 2px solid var(--connector);
    pointer-events: none;
}

.b-conn-h {
    position: absolute;
    right: calc(-1 * var(--half));
    top: 50%;
    width: var(--half);
    height: 0;
    border-top: 2px solid var(--connector);
    pointer-events: none;
}

.b-conn-h-l {
    position: absolute;
    left: calc(-1 * var(--half));
    top: 50%;
    width: var(--half);
    height: 0;
    border-top: 2px solid var(--connector);
    pointer-events: none;
}

.b-entry-l .bm {
    position: relative;
}

    .b-entry-l .bm::before {
        content: '';
        position: absolute;
        left: calc(-1 * var(--half));
        top: calc(50% - 1px);
        width: var(--half);
        height: 2px;
        background: var(--connector);
        pointer-events: none;
    }

.b-entry-r .bm {
    position: relative;
}

    .b-entry-r .bm::before {
        content: '';
        position: absolute;
        right: calc(-1 * var(--half));
        top: calc(50% - 1px);
        width: var(--half);
        height: 2px;
        background: var(--connector);
        pointer-events: none;
    }

.b-final-col {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 180px;
    flex: 1;
    width: 100%;
}

.b-final-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #7a6a3a;
    margin-bottom: 4px;
}

.b-mob-round-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 4px 0 6px;
}

/* ── Match cards (bm) ────────────────────────────────────────── */
.bm {
    border: 1px solid #ffe900;
    border-radius: 5px;
    /*margin: 3px 0;*/
    box-shadow: 0 1px 3px rgba(0,0,0,.07);
    background: #fff;
    background: url(https://cdn.hanwei1234.com/Content/worldcup2026/images/knockout_match_bg.jpg) no-repeat center bottom;
    background-size: cover;
}

.bm-empty {
    background: transparent;
    border: 1px dashed #ddd;
    min-height: 60px;
    border-radius: 5px;
    margin: 3px 0;
}

.bm-status {
    font-size: 10px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 2px;
    padding: 2px 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: left;
    background: #065b17;
}

.bm-team {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 3px;
    border-bottom: 2px solid transparent;
}

    .bm-team.bm-win {
        border-bottom-color: #2e7d32;
    }

    .bm-team.bm-lose .bm-name,
    .bm-team.bm-lose .bm-score {
        color: #bbb;
    }

.bm-flag {
    width: 32px;
    height: auto;
    margin-right: 5px;
    object-fit: cover;
    border-radius: 2px;
    background: #ddd;
    flex-shrink: 0;
}

.bm-name {
    font-size: 13px;
    font-weight: 700;
    color: #333;
    flex: 1;
}

.bm-pen {
    font-size: 11px;
    color: #777;
}

.bm-score {
    font-size: 14px;
    font-weight: 700;
    color: #555;
    min-width: 14px;
    text-align: right;
}

.bm-wscore {
    color: #2e7d32;
}

/* Final card */
.bm-final-card {
    background: linear-gradient(160deg, #fffef9 0%, #fff8e0 100%);
    border-color: var(--connector);
    border-width: 2px;
    border-radius: 7px;
    box-shadow: 0 0px 25px 6px rgba(0,255,69,0.5);
    min-width: 200px;
}

    .bm-final-card .bm-status {
        font-size: 11px;
        color: var(--connector);
        font-weight: 800;
        letter-spacing: 1px;
        margin-bottom: 4px;
    }

    .bm-final-card .bm-team {
        padding: 5px;
    }

    .bm-final-card .bm-flag {
        width: 32px;
        height: auto;
    }

    .bm-final-card .bm-name {
        font-size: 16px;
        font-weight: 800;
    }

    .bm-final-card .bm-score {
        font-size: 18px;
        font-weight: 800;
        min-width: 18px;
    }

.bm-winner-tag {
    text-align: center;
    font-size: 12px;
    color: var(--connector);
    font-weight: 800;
    margin-top: 6px;
    letter-spacing: 1px;
}

/* ── Horizontal match card — 3-column layout (final + 3rd) ──── */
.bm-h-row {
    display: flex;
    align-items: center;
    padding: 8px 6px 6px;
    gap: 4px;
}

/* Side columns: flag stacked above team name */
.bm-h-team {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    min-width: 0;
}

    .bm-h-team.right {
        align-items: center;
    }

/* Centre column: score or VS */
.bm-h-mid {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    text-align: center;
}

.bm-h-score {
    font-size: 20px;
    font-weight: 800;
    color: #333;
    line-height: 1;
    white-space: nowrap;
}

.bm-h-vs {
    font-size: 14px;
    font-weight: 700;
    color: #999;
}

.bm-h-pen {
    font-size: 10px;
    font-weight: 600;
    color: #777;
    line-height: 1.3;
    white-space: nowrap;
}

.bm-h-name {
    font-size: 11px;
    font-weight: 700;
    color: #555;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.bm-h-winner {
    color: #2e7d32;
    font-weight: 800;
}

/* Final card overrides */
.bm-final-card .bm-h-score {
    font-size: 24px;
    color: #1b4f22;
}

.bm-final-card .bm-h-name {
    font-size: 13px;
    color: #333;
}

.bm-final-card .bm-h-winner {
    color: #1b5e20;
    font-weight: 900;
}

/* ── Desktop / mobile visibility ─────────────────────────────── */
.bracket-desktop {
    display: block;
    background: url(https://cdn.hanwei1234.com/Content/worldcup2026/images/knockout_logo_bg.png) no-repeat center center;
    background-size: auto 80%;
}

.bracket-mobile {
    display: none;
}

/* ── Mobile bracket ───────────────────────────────────────────── */
@media (max-width: 1023px) {
    .bracket-desktop {
        display: none;
    }

    .bracket-mobile {
        display: block;
    }

    .bracket-header {
        display: flex;
    }

    #bracketScrollMobile {
        overflow: hidden;
        position: relative;
        padding-left: 0;
        cursor: grab;
    }

        #bracketScrollMobile:active {
            cursor: grabbing;
        }

        #bracketScrollMobile .bracket {
            --gutter: 40px;
            --half: 20px;
            height: auto;
            width: max-content;
            min-width: unset;
            padding: 8px 0;
            align-items: stretch;
            background: transparent;
            box-shadow: none;
            border-radius: 0;
            will-change: transform;
            user-select: none;
            -webkit-user-select: none;
        }

        #bracketScrollMobile .b-col-label {
            display: none;
        }

        #bracketScrollMobile .b-col-wrap {
            flex: 0 0 170px;
            scroll-snap-align: start;
        }

        #bracketScrollMobile .b-col {
            flex: 1;
            gap: 0;
            justify-content: flex-start;
        }

        #bracketScrollMobile .b-gutter {
            flex: 0 0 40px;
        }

        #bracketScrollMobile .b-pair {
            flex: 1;
            min-height: 120px;
            justify-content: space-around;
        }

        #bracketScrollMobile .b-pair-single {
            flex: 1;
            min-height: 120px;
            justify-content: center;
        }

        #bracketScrollMobile .b-col,
        #bracketScrollMobile .b-final-col {
            transition: gap .3s ease, padding-top .3s ease, justify-content 0s;
        }

        #bracketScrollMobile .b-pair,
        #bracketScrollMobile .b-pair-single {
            transition: gap .3s ease;
        }

        #bracketScrollMobile .b-col.mob-focused-current {
            justify-content: flex-start;
            gap: 22px;
        }

            #bracketScrollMobile .b-col.mob-focused-current .b-pair,
            #bracketScrollMobile .b-col.mob-focused-current .b-pair-single {
                flex: 0 0 auto;
                min-height: 0;
                justify-content: flex-start;
                gap: 6px;
            }

        #bracketScrollMobile .b-col.mob-focused-deep {
            justify-content: flex-start;
            gap: 22px;
            transition: gap .3s ease, padding-top .3s ease;
        }

            #bracketScrollMobile .b-col.mob-focused-deep .b-pair,
            #bracketScrollMobile .b-col.mob-focused-deep .b-pair-single {
                flex: 0 0 auto;
                min-height: 0;
                justify-content: flex-start;
                gap: 6px;
            }

        #bracketScrollMobile .bm {
            padding: 0;
            margin: 1px 0;
            min-width: unset;
            height: 80px;
            box-sizing: border-box;
        }

        #bracketScrollMobile .bm-empty {
            min-height: 56px;
        }

        #bracketScrollMobile .bm-status {
            font-size: 9px;
            margin-bottom: 2px;
        }

        #bracketScrollMobile .bm-team {
            padding: 2px 0;
        }

        #bracketScrollMobile .bm-flag {
            width: 26px;
            height: auto;
        }

        #bracketScrollMobile .bm-name {
            font-size: 12px;
        }

        #bracketScrollMobile .bm-score {
            font-size: 13px;
        }

        #bracketScrollMobile .bm-pen {
            font-size: 10px;
        }

        #bracketScrollMobile .b-final-col {
            width: 100%;
            flex: 1;
            min-width: unset;
        }

        #bracketScrollMobile .b-col-final-mob .b-final-col {
            justify-content: center;
            gap: 8px;
        }

        #bracketScrollMobile .b-final-3rd-section {
            position: relative;
            margin-top: 20px;
        }

            #bracketScrollMobile .b-final-3rd-section .bm::before {
                display: none;
            }

        #bracketScrollMobile.mob-final-view .b-conn,
        #bracketScrollMobile.mob-final-view .b-conn-l,
        #bracketScrollMobile.mob-final-view .b-conn-h,
        #bracketScrollMobile.mob-final-view .b-conn-h-l,
        #bracketScrollMobile.mob-final-view .b-entry-l .bm::before,
        #bracketScrollMobile.mob-final-view .b-entry-r .bm::before {
            display: none;
        }
}

@media (max-width:900px) {
    .match-meta {
        min-width: 100px;
    }

    .banner-shape {
        font-size: 20px;
        letter-spacing: 2px;
        width: 310px;
        height: 80px;
    }
}


@media (max-width: 768px) {
    .schedule-container {
        padding: 16px 5px;
    }
    .groups-grid {
        grid-template-columns: 1fr;
        padding: 0 8px;
    }
    .gh-inner {
        font-size: 16px;
    }
    .match-meta {
        min-width: 130px;
    }
    .team-name {
        font-size: 12px;
    }
    .meta-date {
        font-size: 10px;
    }
}

@media (max-width: 500px) {

    .match-meta {
        min-width: 100px;
    }
}


/* ════ MATCH DAY SLIDER ════════════════════════════════════════ */
.match-slider-wrap {
    max-width: 1200px;
    margin: 0 auto 20px;
    padding: 0 30px;
    position: relative;
    overflow: hidden;
}

.matchDaySwiper {
    width: 100%;
}

    /* ── Slide base ──────────────────────────────────────────────── */
    .matchDaySwiper .swiper-slide {
        padding: 10px 6px 8px;
        text-align: center;
        cursor: pointer;
        border-radius: 6px;
        border: 1px solid transparent;
        transition: opacity .2s;
        /* ↓ normal background image — update path to your asset */
        background: url(https://cdn.hanwei1234.com/Content/worldcup2026/images/swiper-slide-bg.webp) no-repeat center center;
        background-size: 100% 100%;
    }


        /* ── Active / today slides ───────────────────────────────────── */
        .matchDaySwiper .swiper-slide.onGreen {
            /* ↓ active background image — update path to your asset */
            background: url(https://cdn.hanwei1234.com/Content/worldcup2026/images/swiper-slide-bg-active.webp) no-repeat center center;
            background-size: 100% 100%;
        }

            .matchDaySwiper .swiper-slide.onGreen .slide-round {
                color: #79000b;
            }
            .matchDaySwiper .swiper-slide.onGreen .slide-date,
            .matchDaySwiper .swiper-slide.onGreen .slide-name {
                color: #012403;
            }
            /* ── Slide content ───────────────────────────────────────────── */
            .slide-date {
                font-size: 11px;
                font-weight: 600;
                color: #fff;
                text-transform: uppercase;
                white-space: nowrap;
                margin-bottom: 1px;
            }

.slide-round {
    font-size: 11px;
    font-weight:600;
    color: #ffe000;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.slide-team {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    margin-bottom: 4px;
}

    .slide-team:last-child {
        margin-bottom: 0;
    }

/* Circular flag with gold ring */
.slide-flag-ring {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    background: linear-gradient(135deg, #7a5c00 0%, #c9a227 40%, #ffe066 60%, #c9a227 80%, #7a5c00 100%);
    border-radius: 50%;
    flex-shrink: 0;
}

.slide-flag {
    width: 34px;
    height: 34px !important;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    background: #333;
}

.slide-name {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 95%;
}

/* ── Navigation arrows ───────────────────────────────────────── */
.matchDaySwiper .swiper-button-prev,
.matchDaySwiper .swiper-button-next {
    /*background: #0a1f6e;*/
    width: 32px;
    height: 100%;
    top: 0;
    margin-top: 0;
    color: #fff;
    opacity: 1;
}

.matchDaySwiper .swiper-button-prev {
    left: 0;
}

.matchDaySwiper .swiper-button-next {
    right: 0;
}

.matchDaySwiper .swiper-button-prev:after {
    content: '\2039';
    font-size: 50px;
    font-weight: 600;
    line-height: normal;
    transform: translateY(-4px);
}

.matchDaySwiper .swiper-button-next:after {
    content: '\203A';
    font-size: 50px;
    font-weight: 600;
    line-height: normal;
    transform: translateY(-4px);
}

@media (max-width: 900px) {
    .match-slider-wrap {
        padding: 0 26px;
    }
}
