.box-fixture{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:12px;
    overflow:hidden;
}

.box-fixture .row-navs{
    background:#f8fafc;
    border-bottom:1px solid #e5e7eb;
}

.box-fixture .btn-secondary{
    background:#eef2f7;
    border-color:#dbe2ea;
    color:#111827;
}

.box-fixture .btn-secondary:hover{
    background:#e5eaf1;
    border-color:#cfd8e3;
    color:#111827;
}

.pd-weeks{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    color:#111827;
    font-weight:700;
}

.pd-weeks .btn{
    padding:0;
    background:transparent;
    border:none;
    box-shadow:none;
}

.pd-weeks svg{
    stroke:#111827;
}

.pd-stage{
    background:#fff;
    color:#111827;
    border:1px solid #d1d5db;
}

.table-fixture{
    width:100%;
    margin:0;
}

.table-fixture tbody tr td{
    border:none;
    padding:0;
    background:transparent;
}

.fixture-date-row td{
    padding:12px 16px !important;
    text-align:center;
    font-size:18px;
    font-weight:700;
    color:#111827;
    background:#f3f4f6 !important;
    border-top:1px solid #e5e7eb;
    border-bottom:1px solid #e5e7eb;
}

.fixture-item{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding:14px 16px;
    border-bottom:1px solid #e5e7eb;
    background:#fff;
}

.fixture-teams{
    flex:1;
    min-width:0;
}

.fixture-team{
    display:flex;
    align-items:center;
    gap:10px;
}

.fixture-team + .fixture-team{
    margin-top:10px;
}

.fixture-logo{
    object-fit:contain;
    flex-shrink:0;
}

.fixture-team-name{
    color:#111827;
    text-decoration:none;
    font-size:17px;
    font-weight:600;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.fixture-team-name:hover{
    color:#111827;
    text-decoration:none;
}

.fixture-right{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:12px;
    min-width:90px;
    flex-shrink:0;
}

.fixture-score-link{
    display:flex;
    flex-direction:column;
    gap:6px;
    text-decoration:none;
}

.fixture-score-link:hover{
    text-decoration:none;
}

.fixture-score-box{
    width:34px;
    height:34px;
    border-radius:6px;
    background:#f3f4f6;
    border:1px solid #d1d5db;
    color:#111827;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:17px;
    font-weight:700;
}

.fixture-score-status{
    color:#6b7280;
    font-size:13px;
    font-weight:700;
    min-width:24px;
    text-align:right;
}

.fixture-match-time{
    color:#111827;
    font-size:17px;
    font-weight:700;
    min-width:64px;
    text-align:right;
}

.fixture-section-title{
    background:#f3f4f6;
    color:#111827;
    padding:12px 16px;
    margin:10px 0 0;
    font-size:14px;
    font-weight:700;
    border-top:1px solid #e5e7eb;
    border-bottom:1px solid #e5e7eb;
}

.table-navs{
    padding:8px 12px;
    background:#fff;
    border-bottom:1px solid #e5e7eb;
}

.card .table-fixture .fixture-date-row td{
    font-size:15px;
    padding:10px 12px !important;
}

.card .table-fixture .fixture-item{
    padding:12px;
}

.card .table-fixture .fixture-team-name{
    font-size:15px;
}

.card .table-fixture .fixture-score-box{
    width:30px;
    height:30px;
    font-size:14px;
}

.card .table-fixture .fixture-match-time{
    font-size:14px;
    min-width:52px;
}

.card .table-fixture .fixture-score-status{
    font-size:12px;
}

.card-footer .btn{
    width:100%;
    border-radius:0;
    color:#111827;
    background:#f8fafc;
}

.card-footer .btn:hover{
    background:#eef2f7;
    color:#111827;
}

@media (max-width: 768px){
    .fixture-date-row td{
        font-size:16px;
        padding:10px 12px !important;
    }

    .fixture-item{
        padding:12px;
        gap:12px;
    }

    .fixture-team-name{
        font-size:15px;
    }

    .fixture-score-box{
        width:28px;
        height:28px;
        font-size:14px;
    }

    .fixture-match-time{
        font-size:15px;
        min-width:56px;
    }

    .fixture-score-status{
        font-size:12px;
    }
}