.standings-card .card-header,
.matches-card .card-header {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.06);
}

.table th {
    font-weight: 600;
} 