.football-data-page {
    padding-top: 18px;
}

.football-data-center {
    display: grid;
    gap: 18px;
}

.football-data-nav {
    position: sticky;
    top: 86px;
    z-index: 20;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 12px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 18px;
    background: rgba(4,7,13,.92);
    backdrop-filter: blur(16px);
}

.football-data-nav a {
    flex: 0 0 auto;
    padding: 8px 11px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 999px;
    background: rgba(255,255,255,.055);
    color: #dbeafe;
    font-size: 12px;
    font-weight: 900;
}

.football-data-section {
    position: relative;
    overflow: hidden;
    padding: 18px !important;
    border-radius: 20px !important;
    background: linear-gradient(180deg, rgba(13,20,32,.96), rgba(4,7,13,.98)) !important;
}

.football-data-section:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(0,229,255,.08), transparent 34%, rgba(255,208,0,.05));
}

.football-data-section h2 {
    position: relative;
    margin: 0 0 12px;
    font-size: clamp(18px, 2.2vw, 26px);
    line-height: 1.15;
    letter-spacing: 0;
}

.football-data-section .ttch-odds-table,
.football-data-section .football-empty-state {
    position: relative;
}

.football-data-table table {
    min-width: 760px;
}

.football-data-table th {
    color: #9ff6ff;
    font-size: 12px;
    text-transform: uppercase;
}

.football-data-table td {
    color: #dbeafe;
    font-size: 13px;
}

@media (max-width: 700px) {
    .football-data-nav {
        top: 78px;
        border-radius: 14px;
    }

    .football-data-section {
        padding: 14px !important;
    }
}
