.gcc-season-wrapper,
.gcc-standings-wrapper {
    width: 100%;
}

.gcc-standings-wrapper {
    margin: 0 0 24px;
    font-family: inherit;
}

.gcc-standings-title {
    background: linear-gradient(90deg, #4b008f, #8a00d4);
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    padding: 11px 14px;
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 1.2;
}

.gcc-table-scroll {
    width: 100%;
    overflow-x: auto;
}

.gcc-standings-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    background: #fff;
    border: 1px solid #ddd;
}

.gcc-standings-table th,
.gcc-standings-table td {
    border: 1px solid #ddd;
    padding: 10px 12px;
    text-align: left;
    font-size: 14px;
    line-height: 1.25;
}

.gcc-standings-table th {
    background: #f8f8f8;
    color: #111;
    font-weight: 800;
}

.gcc-standings-table td.gcc-pos-col,
.gcc-standings-table th.gcc-pos-col {
    width: 55px;
}

.gcc-standings-table .gcc-number-col,
.gcc-standings-table td:nth-child(3),
.gcc-standings-table td:nth-child(4) {
    width: 70px;
    text-align: center;
}

.gcc-playoff-results {
    margin-top: 12px;
    display: grid;
    gap: 8px;
    font-weight: 700;
}

.gcc-medal-row {
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 1.35;
}

.gcc-medal {
    display: inline-block;
    min-width: 22px;
}

@media (max-width: 600px) {
    .gcc-standings-title {
        font-size: 14px;
        padding: 10px 11px;
    }

    .gcc-standings-table th,
    .gcc-standings-table td {
        padding: 8px 9px;
        font-size: 13px;
    }
}
