/* --- League Tables Page Specific Styles --- */

.league-standings-container {
    overflow-x: auto;
}

.league-standings-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.league-standings-table th,
.league-standings-table td {
    padding: 8px;
    text-align: center;
}

.league-standings-table th {
    background-color: var(--club-green);
    color: var(--pure-white);
}

.league-standings-table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.team-name {
    text-align: left;
    font-weight: bold;
}
