/* CSS específico (classificacao) */
.season-selector select {
    background-color: #2e2e2e; 
    color: #eee; 
    border: 1px solid #555; 
    border-radius: 4px; 
    padding: 8px 12px; 
    cursor: pointer; 
    font-size: 0.9rem;
}

/* Estilos para partidas */
.partida {
    margin-bottom: 1rem;
}

.data-partida {
    margin-bottom: 5px; 
    color: #aaa; 
    font-size: 0.9rem;
}

.detalhes-partida {
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    margin-bottom: 5px; 
    width: 100%; 
    max-width: 400px; 
    margin-left: auto; 
    margin-right: auto;
}

.time-casa, .time-fora {
    width: 150px; 
    display: flex; 
    flex-direction: row; 
    align-items: center;
}

.time-casa {
    justify-content: flex-end; 
    text-align: right; 
    padding-right: 10px;
}

.time-fora {
    justify-content: flex-start; 
    text-align: left; 
    padding-left: 10px;
}

.placar {
    width: 60px; 
    flex-shrink: 0; 
    text-align: center; 
    font-weight: bold; 
    font-size: 1rem;
}

.local-partida {
    font-size: 0.8rem; 
    color: #888; 
    text-align: center;
}

.nome-time {
    font-size: 0.9rem; 
    font-weight: normal;
}

.time-casa .nome-time {
    margin-right: 8px;
}

.time-fora .logo-time {
    margin-right: 8px;
}

.logo-time {
    width: 30px; 
    height: 30px;
}

.forma span {
    display: inline-block; 
    width: 16px; 
    text-align: center;
}
/* === CSP: extracted from inline styles (auto-generated) === */
.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; }
