/* Arsenal's half with their red color */
.ars {
  background-color: #EF0107; /* Arsenal red */
  color: white;
}

/* Manchester City's half with their color */
.130 {
  background-color: #6CABDD; /* Manchester City blue */
  color: white;
}

/* Chelsea's half with their color */
.che {
  background-color: #034694; /* Chelsea blue */
  color: white;
}

/* Liverpool's half with their color */
.liv {
  background-color: #C8102E; /* Liverpool red */
  color: white;
}

/* Tottenham's half with their color */
.tot {
  background-color: #FFFFFF; /* Tottenham white */
  color: black; /* Adjusted for contrast */
}

/* Manchester United's half with their color */
.MAN {
  background-color: #DA291C; /* Manchester United red */
  color: white;
}

/* Generic mapping for 'man' asset if used */
.man {
  background-color: #DA291C;
  color: white;
}

/* West Ham's half with their color */
.whu {
  background-color: #7A263A; /* West Ham claret */
  color: white;
}

/* Everton's half with their color */
.eve {
  background-color: #003399; /* Everton blue */
  color: white;
}

/* Newcastle's half with their color */
.new {
  background-color: #241F20; /* Newcastle black */
  color: white;
}

/* Aston Villa's half with their color */
.avl {
  background-color: #95BFE5; /* Aston Villa light blue */
  color: black; /* Adjusted for contrast */
}

/* Leicester's half with their color */
.lei {
  background-color: #0053A0; /* Leicester blue */
  color: white;
}

/* Southampton's half with their color */
.sou {
  background-color: #D71920; /* Southampton red */
  color: white;
}

/* Crystal Palace's half with their color */
.cry {
  background-color: #1B458F; /* Crystal Palace blue */
  color: white;
}

/* Brighton & Hove Albion's half with their color */
.bha {
  background-color: #0057B8; /* Brighton blue */
  color: white;
}

/* Nottingham Forest's half with their color */
.nfo {
  background-color: #DC143C; /* Nottingham Forest red */
  color: white;
}

/* Wolverhampton Wanderers' half with their color */
.wol {
  background-color: #FDB913; /* Wolves gold */
  color: black; /* Adjusted for contrast */
}

/* Brentford's half with their color */
.bre {
  background-color: #D70000; /* Brentford red */
  color: white;
}

/* Fulham's half with their color */
.ful {
  background-color: #FFFFFF; /* Fulham white */
  color: black; /* Adjusted for contrast */
}

/* AFC Bournemouth's half with their color */
.bou {
  background-color: #D6001C; /* Bournemouth red */
  color: white;
}
