/* Standings table highlight colors */
.cw_rows .item.item-team.champions-league {
  background-color: rgba(226, 254, 53, 0.15) !important;
}

.cw_rows .item.item-team.champions-league:hover {
  background-color: rgba(226, 254, 53, 0.25) !important;
}

.cw_rows .item.item-team.europa-league {
  background-color: rgba(135, 206, 235, 0.15) !important;
}

.cw_rows .item.item-team.europa-league:hover {
  background-color: rgba(135, 206, 235, 0.25) !important;
}

.cw_rows .item.item-team.relegation {
  background-color: rgba(139, 69, 19, 0.15) !important;
}

.cw_rows .item.item-team.relegation:hover {
  background-color: rgba(139, 69, 19, 0.25) !important;
}

/* Standings tabs styling */
.cw_tabs {
  display: flex;
  gap: 0.5rem;
  padding: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* League selection buttons */
.box-main .league-buttons {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

