body.fcbf-museum-page,
body {
    background: #020817;
}

.fcbf-cup-story-page {
    max-width: 920px;
    margin: 0 auto;
    padding: 18px 16px 120px;
    color: #fff;
}

.fcbf-cup-hero {
    min-height: 420px;
    display: grid;
    align-content: end;
    gap: 14px;
    padding: 28px 22px;
    border-radius: 28px;
    border: 1px solid rgba(255, 214, 70, .25);
    background:
        linear-gradient(180deg, rgba(2,8,23,.10), rgba(2,8,23,.92)),
        radial-gradient(circle at 15% 18%, rgba(255,214,70,.22), transparent 32%),
        radial-gradient(circle at 80% 20%, rgba(64,165,255,.20), transparent 35%),
        linear-gradient(135deg, #0b1b33, #020817);
    box-shadow: 0 30px 80px rgba(0,0,0,.42);
    overflow: hidden;
    position: relative;
}

.fcbf-cup-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, transparent, rgba(255,255,255,.06), transparent),
        repeating-linear-gradient(135deg, rgba(255,255,255,.025) 0 1px, transparent 1px 14px);
    pointer-events: none;
}

.fcbf-cup-hero > * {
    position: relative;
    z-index: 1;
}

.fcbf-cup-hero__badge {
    width: fit-content;
    padding: 9px 13px;
    border-radius: 999px;
    border: 1px solid rgba(255,214,70,.35);
    background: rgba(255,214,70,.10);
    color: #ffe66d;
    font-weight: 1000;
    text-transform: uppercase;
    font-size: .78rem;
    letter-spacing: .06em;
}

.fcbf-cup-hero h1 {
    margin: 0;
    font-size: clamp(2.2rem, 7vw, 4.7rem);
    line-height: .9;
    letter-spacing: -.05em;
}

.fcbf-cup-hero p {
    max-width: 620px;
    margin: 0;
    color: rgba(255,255,255,.84);
    font-size: 1.1rem;
}

.fcbf-cup-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.fcbf-cup-hero__meta span {
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.10);
    font-weight: 900;
}

.fcbf-cup-section {
    margin-top: 18px;
    padding: 20px;
    border-radius: 24px;
    border: 1px solid rgba(87, 162, 255, .20);
    background: linear-gradient(180deg, rgba(9,24,48,.88), rgba(5,14,32,.92));
    box-shadow: 0 20px 50px rgba(0,0,0,.20);
}

.fcbf-cup-section h2 {
    margin: 0 0 14px;
    font-size: 1.35rem;
}

.fcbf-cup-section p {
    color: rgba(255,255,255,.84);
    line-height: 1.62;
}

.fcbf-cup-section__intro {
    margin-top: -6px;
}

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

.fcbf-cup-card {
    padding: 16px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.055);
}

.fcbf-cup-card span {
    font-size: 1.3rem;
}

.fcbf-cup-card p {
    margin: 8px 0 0;
}

.fcbf-cup-card--gold {
    border-color: rgba(255,214,70,.32);
    background: linear-gradient(135deg, rgba(255,214,70,.12), rgba(255,255,255,.04));
}

.fcbf-cup-teams {
    display: grid;
    gap: 12px;
}

.fcbf-cup-team-card {
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.055);
    overflow: hidden;
}

.fcbf-cup-team-card summary {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    cursor: pointer;
    list-style: none;
}

.fcbf-cup-team-card summary::-webkit-details-marker {
    display: none;
}

.fcbf-cup-team-card__flag {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: rgba(255,255,255,.08);
    font-size: 1.45rem;
}

.fcbf-cup-team-card summary strong {
    display: block;
    font-size: 1.05rem;
}

.fcbf-cup-team-card summary small {
    display: block;
    margin-top: 3px;
    color: #ffe66d;
    font-weight: 900;
}

.fcbf-cup-team-card__body {
    display: grid;
    gap: 14px;
    padding: 0 15px 16px;
}

.fcbf-cup-team-info,
.fcbf-cup-team-split > div,
.fcbf-cup-squad {
    padding: 14px;
    border-radius: 16px;
    background: rgba(0,0,0,.20);
    border: 1px solid rgba(255,255,255,.07);
}

.fcbf-cup-team-info strong,
.fcbf-cup-team-split strong,
.fcbf-cup-squad strong {
    color: #fff;
}

.fcbf-cup-team-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.fcbf-cup-squad div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.fcbf-cup-squad span {
    padding: 7px 9px;
    border-radius: 999px;
    background: rgba(87,162,255,.12);
    border: 1px solid rgba(87,162,255,.20);
    font-size: .86rem;
    font-weight: 800;
}

.fcbf-cup-duo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.fcbf-cup-final,
.fcbf-cup-podium {
    padding: 18px;
    border-radius: 20px;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.10);
}

.fcbf-cup-final__score {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 10px;
    margin: 12px 0;
}

.fcbf-cup-final__score span {
    font-weight: 1000;
}

.fcbf-cup-final__score strong {
    padding: 10px 14px;
    border-radius: 14px;
    background: #fff;
    color: #06111f;
    font-size: 1.25rem;
}

.fcbf-cup-final small {
    display: block;
    color: rgba(255,255,255,.76);
    line-height: 1.55;
}

.fcbf-cup-podium div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.fcbf-cup-podium div:last-child {
    border-bottom: 0;
}

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

.fcbf-cup-gallery div {
    min-height: 94px;
    display: grid;
    place-items: end start;
    padding: 12px;
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.06), rgba(0,0,0,.25)),
        linear-gradient(135deg, rgba(255,214,70,.18), rgba(87,162,255,.12));
    border: 1px solid rgba(255,255,255,.10);
    font-weight: 1000;
}

.fcbf-cup-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 18px;
}

.fcbf-cup-nav a,
.fcbf-cup-cta a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 52px;
    padding: 13px 16px;
    border-radius: 18px;
    text-decoration: none;
    color: #fff;
    background: rgba(87,162,255,.16);
    border: 1px solid rgba(87,162,255,.28);
    font-weight: 1000;
}

.fcbf-cup-cta {
    margin-top: 18px;
    padding: 22px;
    border-radius: 24px;
    text-align: center;
    background: linear-gradient(135deg, rgba(255,214,70,.22), rgba(18,203,94,.18));
    border: 1px solid rgba(255,214,70,.32);
}

.fcbf-cup-cta h2 {
    margin: 0;
}

.fcbf-cup-cta p {
    color: rgba(255,255,255,.82);
}

.fcbf-cup-cta a {
    max-width: 320px;
    margin: 0 auto;
    color: #06111f;
    background: linear-gradient(90deg, #ffdf35, #24dd68);
    border: 0;
}

@media (max-width: 768px) {
    .fcbf-cup-story-page {
        padding: 12px 12px 112px;
    }

    .fcbf-cup-hero {
        min-height: 390px;
        border-radius: 24px;
        padding: 22px 18px;
    }

    .fcbf-cup-grid,
    .fcbf-cup-duo,
    .fcbf-cup-team-split,
    .fcbf-cup-gallery,
    .fcbf-cup-nav {
        grid-template-columns: 1fr;
    }

    .fcbf-cup-section {
        padding: 16px;
    }
}

/* ==================================================
   Museu FCBF - Formato, tabela e resultados
================================================== */

.fcbf-cup-format p {
    margin-bottom: 14px;
}

.fcbf-cup-rules {
    display: grid;
    gap: 10px;
}

.fcbf-cup-rules div {
    padding: 12px 13px;
    border-radius: 15px;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.09);
    color: rgba(255,255,255,.88);
    font-weight: 850;
}

.fcbf-cup-groups {
    display: grid;
    gap: 16px;
}

.fcbf-cup-group {
    padding: 15px;
    border-radius: 22px;
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.10);
}

.fcbf-cup-group h3 {
    margin: 0 0 12px;
    font-size: 1.15rem;
    color: #ffe66d;
}

.fcbf-cup-table-wrap {
    overflow-x: auto;
    border-radius: 16px;
    border: 1px solid rgba(87,162,255,.18);
}

.fcbf-cup-table {
    width: 100%;
    min-width: 640px;
    border-collapse: collapse;
    background: rgba(0,0,0,.18);
}

.fcbf-cup-table th,
.fcbf-cup-table td {
    padding: 10px 9px;
    border-bottom: 1px solid rgba(255,255,255,.07);
    text-align: center;
    color: rgba(255,255,255,.88);
    font-size: .9rem;
}

.fcbf-cup-table th {
    color: #9fcaff;
    background: rgba(87,162,255,.10);
    font-size: .78rem;
    text-transform: uppercase;
}

.fcbf-cup-table td.team,
.fcbf-cup-table th:nth-child(2) {
    text-align: left;
    font-weight: 1000;
    color: #fff;
}

.fcbf-cup-table tbody tr:first-child {
    background: linear-gradient(90deg, rgba(255,214,70,.16), transparent);
}

.fcbf-cup-results {
    display: grid;
    gap: 8px;
    margin-top: 12px;
}

.fcbf-cup-result {
    display: grid;
    grid-template-columns: 82px 1fr auto 1fr;
    align-items: center;
    gap: 8px;
    padding: 10px;
    border-radius: 15px;
    background: rgba(0,0,0,.20);
    border: 1px solid rgba(255,255,255,.075);
}

.fcbf-cup-result small {
    color: rgba(255,255,255,.55);
    font-weight: 900;
}

.fcbf-cup-result span {
    color: #fff;
    font-weight: 900;
}

.fcbf-cup-result span:last-child {
    text-align: right;
}

.fcbf-cup-result strong {
    min-width: 52px;
    padding: 7px 9px;
    border-radius: 12px;
    background: #fff;
    color: #06111f;
    text-align: center;
    font-weight: 1000;
}

.fcbf-cup-note {
    margin-top: 14px;
    padding: 13px 14px;
    border-radius: 16px;
    background: rgba(255,214,70,.10);
    border: 1px solid rgba(255,214,70,.24);
    color: rgba(255,255,255,.86);
    font-weight: 850;
    line-height: 1.55;
}

.fcbf-cup-knockout {
    display: grid;
    gap: 10px;
}

.fcbf-cup-ko-match {
    padding: 14px;
    border-radius: 18px;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.10);
}

.fcbf-cup-ko-match small {
    display: block;
    margin-bottom: 10px;
    color: #ffe66d;
    font-weight: 1000;
}

.fcbf-cup-ko-match div {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 10px;
}

.fcbf-cup-ko-match span {
    font-weight: 1000;
}

.fcbf-cup-ko-match span:last-child {
    text-align: right;
}

.fcbf-cup-ko-match strong {
    padding: 9px 13px;
    border-radius: 13px;
    background: #fff;
    color: #06111f;
    font-weight: 1000;
}

@media (max-width: 768px) {
    .fcbf-cup-result {
        grid-template-columns: 1fr auto 1fr;
    }

    .fcbf-cup-result small {
        grid-column: 1 / -1;
    }

    .fcbf-cup-table {
        min-width: 600px;
    }
}

/* ==================================================
   Museu FCBF - Correção tabela mobile + botão Ver Jogos
================================================== */

.fcbf-cup-table-wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: auto !important;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    border-radius: 16px;
    border: 1px solid rgba(87,162,255,.22);
    position: relative;
}

.fcbf-cup-table-wrap::after {
    content: "Arraste para o lado →";
    position: sticky;
    left: 0;
    display: block;
    padding: 8px 10px;
    font-size: .72rem;
    font-weight: 1000;
    color: rgba(255,255,255,.62);
    background: rgba(0,0,0,.22);
    border-top: 1px solid rgba(255,255,255,.06);
}

.fcbf-cup-table {
    min-width: 760px !important;
    width: 760px;
    table-layout: auto;
}

.fcbf-cup-table th,
.fcbf-cup-table td {
    white-space: nowrap;
}

.fcbf-cup-table td.team {
    min-width: 190px;
}

.fcbf-cup-games-toggle {
    width: 100%;
    min-height: 54px;
    margin: 14px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 18px;
    background:
        linear-gradient(135deg, #ffdf35, #24dd68);
    color: #07111f;
    font-family: inherit;
    font-size: .98rem;
    font-weight: 1000;
    letter-spacing: .04em;
    cursor: pointer;
    box-shadow:
        0 16px 34px rgba(0,0,0,.28),
        inset 0 0 0 1px rgba(255,255,255,.30);
}

.fcbf-cup-games-toggle span {
    font-size: 1.12rem;
}

.fcbf-cup-games-toggle.is-open {
    background:
        linear-gradient(135deg, rgba(87,162,255,.95), rgba(24,88,210,.95));
    color: #ffffff;
}

.fcbf-cup-results[hidden] {
    display: none !important;
}

.fcbf-cup-results {
    margin-top: 12px;
    animation: fcbfCupResultsIn .18s ease both;
}

@keyframes fcbfCupResultsIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .fcbf-cup-group {
        padding: 12px;
        overflow: hidden;
    }

    .fcbf-cup-table-wrap {
        margin-left: -2px;
        margin-right: -2px;
    }

    .fcbf-cup-table {
        min-width: 720px !important;
        width: 720px;
    }

    .fcbf-cup-table th,
    .fcbf-cup-table td {
        padding: 11px 10px;
        font-size: .86rem;
    }

    .fcbf-cup-result {
        grid-template-columns: 1fr auto 1fr;
        gap: 8px;
    }

    .fcbf-cup-result small {
        grid-column: 1 / -1;
    }

    .fcbf-cup-games-toggle {
        min-height: 52px;
        border-radius: 16px;
    }
}

/* ==================================================
   Museu FCBF - Tabela mobile com PTS + bandeiras
================================================== */

.fcbf-cup-table td.team {
    display: flex;
    align-items: center;
    gap: 8px;
}

.fcbf-cup-table-flag {
    width: 24px;
    height: 18px;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0,0,0,.26);
    flex: 0 0 auto;
}

.fcbf-cup-table-flag-text {
    display: inline-grid;
    place-items: center;
    width: 24px;
    height: 18px;
    font-size: .9rem;
    flex: 0 0 auto;
}

/* no desktop mantém tudo completo */
.fcbf-cup-table {
    min-width: 720px !important;
    width: 720px;
}

@media (max-width: 768px) {
    /* Mobile: mostra #, seleção, PTS e J. Esconde V/E/D/GP/GC para não comer a tabela */
    .fcbf-cup-table {
        min-width: 100% !important;
        width: 100% !important;
        table-layout: fixed;
    }

    .fcbf-cup-table th:nth-child(1),
    .fcbf-cup-table td:nth-child(1) {
        width: 34px;
    }

    .fcbf-cup-table th:nth-child(2),
    .fcbf-cup-table td:nth-child(2) {
        width: auto;
    }

    .fcbf-cup-table th:nth-child(3),
    .fcbf-cup-table td:nth-child(3) {
        width: 48px;
        display: table-cell !important;
    }

    .fcbf-cup-table th:nth-child(4),
    .fcbf-cup-table td:nth-child(4) {
        width: 38px;
        display: table-cell !important;
    }

    .fcbf-cup-table th:nth-child(n+5),
    .fcbf-cup-table td:nth-child(n+5) {
        display: none !important;
    }

    .fcbf-cup-table th,
    .fcbf-cup-table td {
        padding: 11px 7px;
        font-size: .82rem;
    }

    .fcbf-cup-table td.team {
        min-width: 0 !important;
        gap: 7px;
        overflow: hidden;
    }

    .fcbf-cup-table td.team span:last-child {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .fcbf-cup-table-flag {
        width: 23px;
        height: 17px;
    }

    .fcbf-cup-table-wrap {
        overflow-x: visible !important;
    }

    .fcbf-cup-table-wrap::after {
        content: "Resumo mobile: PTS e J. Toque em VER JOGOS para partidas.";
        white-space: normal;
        line-height: 1.25;
    }
}

/* ==================================================
   Museu FCBF - restaura rolagem lateral da tabela
   Mantém #, Seleção, PTS e J visíveis no começo
================================================== */

.fcbf-cup-table-wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    border-radius: 16px;
    border: 1px solid rgba(87,162,255,.22);
    position: relative;
}

.fcbf-cup-table {
    width: 720px !important;
    min-width: 720px !important;
    table-layout: fixed !important;
}

.fcbf-cup-table th,
.fcbf-cup-table td {
    display: table-cell !important;
    white-space: nowrap;
}

.fcbf-cup-table th:nth-child(1),
.fcbf-cup-table td:nth-child(1) {
    width: 42px;
}

.fcbf-cup-table th:nth-child(2),
.fcbf-cup-table td:nth-child(2) {
    width: 220px;
}

.fcbf-cup-table th:nth-child(3),
.fcbf-cup-table td:nth-child(3) {
    width: 58px;
}

.fcbf-cup-table th:nth-child(4),
.fcbf-cup-table td:nth-child(4),
.fcbf-cup-table th:nth-child(5),
.fcbf-cup-table td:nth-child(5),
.fcbf-cup-table th:nth-child(6),
.fcbf-cup-table td:nth-child(6),
.fcbf-cup-table th:nth-child(7),
.fcbf-cup-table td:nth-child(7),
.fcbf-cup-table th:nth-child(8),
.fcbf-cup-table td:nth-child(8),
.fcbf-cup-table th:nth-child(9),
.fcbf-cup-table td:nth-child(9) {
    width: 55px;
}

.fcbf-cup-table td.team {
    display: flex !important;
    align-items: center;
    gap: 8px;
    min-width: 0 !important;
    overflow: hidden;
}

.fcbf-cup-table td.team span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fcbf-cup-table-wrap::after {
    content: "Arraste para o lado para ver V, E, D, GP e GC →" !important;
    position: sticky;
    left: 0;
    display: block;
    padding: 8px 10px;
    font-size: .72rem;
    font-weight: 1000;
    color: rgba(255,255,255,.66);
    background: rgba(0,0,0,.25);
    border-top: 1px solid rgba(255,255,255,.06);
}

/* Mobile: não esconder colunas, só permitir arrastar */
@media (max-width: 768px) {
    .fcbf-cup-table-wrap {
        overflow-x: auto !important;
        overflow-y: hidden !important;
        margin-left: 0;
        margin-right: 0;
    }

    .fcbf-cup-table {
        width: 720px !important;
        min-width: 720px !important;
        table-layout: fixed !important;
    }

    .fcbf-cup-table th,
    .fcbf-cup-table td {
        display: table-cell !important;
        padding: 11px 8px;
        font-size: .82rem;
    }

    .fcbf-cup-table th:nth-child(n),
    .fcbf-cup-table td:nth-child(n) {
        display: table-cell !important;
    }

    .fcbf-cup-table th:nth-child(1),
    .fcbf-cup-table td:nth-child(1) {
        width: 38px;
    }

    .fcbf-cup-table th:nth-child(2),
    .fcbf-cup-table td:nth-child(2) {
        width: 205px;
    }

    .fcbf-cup-table th:nth-child(3),
    .fcbf-cup-table td:nth-child(3) {
        width: 52px;
    }

    .fcbf-cup-table th:nth-child(4),
    .fcbf-cup-table td:nth-child(4),
    .fcbf-cup-table th:nth-child(5),
    .fcbf-cup-table td:nth-child(5),
    .fcbf-cup-table th:nth-child(6),
    .fcbf-cup-table td:nth-child(6),
    .fcbf-cup-table th:nth-child(7),
    .fcbf-cup-table td:nth-child(7),
    .fcbf-cup-table th:nth-child(8),
    .fcbf-cup-table td:nth-child(8),
    .fcbf-cup-table th:nth-child(9),
    .fcbf-cup-table td:nth-child(9) {
        width: 50px;
    }

    .fcbf-cup-table-flag {
        width: 23px;
        height: 17px;
        flex: 0 0 auto;
    }

    .fcbf-cup-table td.team {
        gap: 7px;
    }
}


/* ==================================================
   Museu FCBF - ajuste fino para PTS aparecer no mobile
================================================== */

@media (max-width: 768px) {
    .fcbf-cup-table {
        width: 640px !important;
        min-width: 640px !important;
        table-layout: fixed !important;
    }

    .fcbf-cup-table th:nth-child(1),
    .fcbf-cup-table td:nth-child(1) {
        width: 34px !important;
        padding-left: 6px !important;
        padding-right: 4px !important;
    }

    .fcbf-cup-table th:nth-child(2),
    .fcbf-cup-table td:nth-child(2) {
        width: 150px !important;
        padding-left: 6px !important;
        padding-right: 4px !important;
    }

    .fcbf-cup-table th:nth-child(3),
    .fcbf-cup-table td:nth-child(3) {
        width: 44px !important;
        padding-left: 4px !important;
        padding-right: 4px !important;
        text-align: center !important;
    }

    .fcbf-cup-table th:nth-child(4),
    .fcbf-cup-table td:nth-child(4) {
        width: 36px !important;
        padding-left: 4px !important;
        padding-right: 4px !important;
        text-align: center !important;
    }

    .fcbf-cup-table th:nth-child(5),
    .fcbf-cup-table td:nth-child(5),
    .fcbf-cup-table th:nth-child(6),
    .fcbf-cup-table td:nth-child(6),
    .fcbf-cup-table th:nth-child(7),
    .fcbf-cup-table td:nth-child(7),
    .fcbf-cup-table th:nth-child(8),
    .fcbf-cup-table td:nth-child(8),
    .fcbf-cup-table th:nth-child(9),
    .fcbf-cup-table td:nth-child(9) {
        width: 46px !important;
    }

    .fcbf-cup-table td.team {
        gap: 6px !important;
    }

    .fcbf-cup-table-flag {
        width: 21px !important;
        height: 15px !important;
        border-radius: 4px !important;
    }

    .fcbf-cup-table td.team span:last-child {
        max-width: 104px !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }
}


/* ==================================================
   Museu FCBF - jogadores em lista vertical
================================================== */

.fcbf-cup-squad > div {
    display: none !important;
}

.fcbf-cup-squad-list {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
    counter-reset: squad-player;
}

.fcbf-cup-squad-list li {
    counter-increment: squad-player;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(87,162,255,.10);
    border: 1px solid rgba(87,162,255,.18);
    color: #ffffff;
    font-weight: 900;
    line-height: 1.25;
}

.fcbf-cup-squad-list li::before {
    content: counter(squad-player);
    width: 24px;
    height: 24px;
    min-width: 24px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(255,214,70,.16);
    border: 1px solid rgba(255,214,70,.28);
    color: #ffe66d;
    font-size: .78rem;
    font-weight: 1000;
}

@media (max-width: 768px) {
    .fcbf-cup-squad-list {
        gap: 7px;
    }

    .fcbf-cup-squad-list li {
        min-height: 40px;
        padding: 9px 10px;
        border-radius: 13px;
        font-size: .92rem;
    }
}

