/* ============================================
   Standings Evolution Chart & Table
   ============================================ */

.standings-chart-container {
    position: relative;
    height: 280px;
    padding: 0.5rem 0;
}

@media (min-width: 768px) {
    .standings-chart-container {
        height: 340px;
        padding: 0.5rem 0;
    }
}

.standings-row {
    transition: background-color 0.3s ease;
}

.standings-card {
    transition: all 0.3s ease;
}
