/* UEFA Champions League – Fase de Liga (cores por posição)
   1º ao 8º: verde escuro
   9º ao 24º: verde claro
*/
#fase-liga .tabela tbody td:first-child{
  border-left: none !important;
}

#fase-liga .tabela tbody tr:nth-child(-n+8) td:first-child{
  border-left: 4px solid rgb(19, 85, 22) !important;
}

#fase-liga .tabela tbody tr:nth-child(n+9):nth-child(-n+24) td:first-child{
  border-left: 4px solid #4CAF50 !important;
}
/* === Legenda – cores (Play-Offs) === */
.csp-5fb14063 { background-color: rgb(19, 85, 22) !important; } /* Verde (escuro) */
.csp-b10cf466 { background-color: #4CAF50 !important; }         /* Verde (claro) */

.cor-legenda{
  display:inline-block;
  width:16px;
  height:16px;
  border-radius:3px;
}
