.wclh-standings-page {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
    color: #071426;
}

.wclh-standings-page *,
.wclh-standings-page *::before,
.wclh-standings-page *::after {
    box-sizing: border-box;
}

.wclh-standings-page-title {
    margin: 0 0 26px;
    color: #071426;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.15;
    font-weight: 1000;
}

.wclh-standings-groups {
    display: grid;
    gap: 24px;
}

.wclh-standings-group-card {
    background: #fff;
    border: 1px solid #d9dee7;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.wclh-standings-group-header {
    background: #071a2f;
    color: #fff;
    padding: 18px 20px;
}

.wclh-standings-group-header h3 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 1000;
}

.wclh-standings-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.wclh-standings-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}

.wclh-standings-table th,
.wclh-standings-table td {
    padding: 14px 12px;
    border-bottom: 1px solid #eef2f6;
    text-align: center;
    color: #071426;
    font-size: 22px;
    font-weight: 900;
}

.wclh-standings-table th {
    background: #f8fafc;
    color: #64748b;
    font-size: 18px;
    text-transform: uppercase;
}

.wclh-standings-table tr:last-child td {
    border-bottom: 0;
}

.wclh-col-rank {
    width: 50px;
}

.wclh-col-team {
    text-align: left !important;
    min-width: 240px;
}

.wclh-standings-team {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wclh-standings-team-name {
    color: #071426;
    font-size: 18px;
    font-weight: 1000;
}

.wclh-standings-points {
    color: #0d6efd !important;
    font-size: 24px !important;
    font-weight: 1000 !important;
}

@media (max-width: 700px) {
    .wclh-standings-page {
        padding: 30px 14px 48px;
    }
}