.liga-table-wrapper {
    width: 1240px;
    margin: 20px auto 40px;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}

.liga-table-title {
    color: #fff;
    font-size: 42px;
    line-height: 1.2;
    margin: 0;
}

.liga-table-subtitle {
    color: #b7aadf;
    margin-top: 6px;
}

.liga-season-select {
    margin: 14px 0 12px;
}

.liga-season-select select:not(.socca-select) {
    background: #332b57;
    color: #fff;
    border: 1px solid #4a4270;
    border-radius: 8px;
    padding: 8px 10px;
}

.liga-table-head,
.liga-table-row {
    display: grid;
    grid-template-columns: 56px 1fr 56px 56px 56px 56px 70px 64px 130px;
    align-items: center;
    gap: 10px;
}

.liga-table-head {
    color: #bdb2da;
    font-size: 12px;
    text-transform: none;
    padding: 10px 14px;
    border-bottom: 0;
}

.liga-table-row {
    padding: 12px 14px;
    border-bottom: 0;
    color: #fff;
    background: #2e2750;
    border-radius: 6px;
    margin-bottom: 4px;
}

.liga-table-row:nth-child(odd){background:#302852;}

.col-rank {
    font-weight: 800;
    font-size: 30px;
    line-height: 1;
}

.col-team {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    min-width: 0;
}

.col-team img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    flex-shrink: 0;
}

.bold {
    font-weight: 700;
}

.table-col,.col-team,.bold{font-size:16px;font-weight:700;}

.col-last {
    display: flex;
    gap: 6px;
}

.col-last .win,
.col-last .draw,
.col-last .loss {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    display: inline-block;
}

.col-last .win { background: #00c897; }
.col-last .draw { background: #9f9f9f; }
.col-last .loss { background: #ff4e4e; }

@media (max-width: 1300px) {
    .liga-table-wrapper {
        width: calc(100% - 24px);
    }
}
