/* CSS específico (classificacao) */
/* Container dos botões */ .botoes-container{display: flex; justify-content: center; width: 100%; margin: 0 auto 20px auto; padding: 0;}
/* Últimos colocados - borda vermelha */ .tabela tr:nth-last-child(-n+1) td:first-child{border-left: 4px solid #F44336;}
.titulo-liga select{background-color: #2e2e2e; color: #eee; border: 1px solid #555; border-radius: 4px; padding: 5px 10px; font-size: 1rem; cursor: pointer;}

/* === CSP: legend color classes (Ligue 1) === */
.cor-legenda.cor-libertadores { background-color: rgb(19,85,22); }
.cor-legenda.cor-sulamericana { background-color: #4CAF50; }
.cor-legenda.cor-rebaixamento { background-color: #F44336; }

/* === 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: 1rem; 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; }

/* modal helper */
.hidden { display: none !important; }
