/* CSS específico (classificacao) */
/* CSS específico vazio (classificacao) - ajuste se necessário */
/* === CSP: extracted from inline styles (auto-generated) === */
.csp-6b62fafb { display: inline-block; text-align: center; width: 16px; }
.csp-5fb14063 { background-color: rgb(7, 83, 247); }
.csp-b10cf466 { background-color: rgb(11, 192, 247); }
.csp-61813737 { background-color: #4CAF50; }
.csp-cdb2064a { background-color: #F44336; }


/* === CSP: classes for renderPartidas (auto-generated) === */
.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; }
