/* CSS específico (classificacao) */
.season-selector{display: flex; align-items: center; gap: 10px; margin-left: 20px;}
.season-selector select{background-color: #2e2e2e; color: #eee; border: 1px solid #555; border-radius: 4px; padding: 5px 10px; cursor: pointer;}
.season-selector select:hover{background-color: #444;}\n
/* === CSP: classes for renderPartidas (no inline styles) === */
.partida { margin-bottom: 12px; }
.data-partida { margin-bottom: 5px; color: #aaa; font-size: 0.9rem; text-align: center; }
.linha-times { display: flex; align-items: center; justify-content: space-between; margin-bottom: 5px; width: 100%; max-width: 400px; margin-left: auto; margin-right: auto; }
.time { display: flex; flex-direction: row; align-items: center; }
.time-casa { width: 150px; justify-content: flex-end; text-align: right; padding-right: 10px; }
.time-fora { width: 150px; justify-content: flex-start; text-align: left; padding-left: 10px; }
.time-nome { font-size: 0.9rem; font-weight: normal; }
.placar { width: 60px; flex-shrink: 0; text-align: center; font-weight: bold; font-size: 1rem; }
.time-logo { width: 30px; height: 30px; }
.time-logo-mr { margin-right: 8px; }
.local-partida { font-size: 0.8rem; color: #888; text-align: center; }
.hidden { display: none !important; }
\n
/* === CSP: legend color classes (Ligue 2) === */
.cor-legenda.cor-libertadores { background-color: rgb(19,85,22); }
.cor-legenda.cor-sulamericana { background-color: #4CAF50; }
.cor-legenda.cor-rebaixamento { background-color: #F44336; }
