/* Conference colors (with background transparency for highlight) */
.conference-east {
  background-color: rgba(95,168,255,0.4);
  padding: 2px 6px;
  border-radius: 4px;
}

.conference-west {
  background-color: rgba(255,92,92,0.4);
  padding: 2px 6px;
  border-radius: 4px;
}

/* Conference block containers */
.conference-west.block,
.conference-east.block {
  padding: 10px 12px;
  border-radius: 8px;
  margin-bottom: 12px;
}

/* Specific conference background */
.conference-west.block {
  background-color: rgba(255, 92, 92, 0.15);
  border-left: 5px solid rgba(255, 92, 92, 0.8);
}

.conference-east.block {
  background-color: rgba(95, 168, 255, 0.15);
  border-left: 5px solid rgba(95, 168, 255, 0.8);
}

/* Division tag styles */
#info-ul ul li span[class^="division-"] {
  display: inline-block;
  margin-bottom: 4px;
}

/* Division colors (solid background) */
.division-atlantic {
  background-color: rgb(109, 18, 207);
  color: white;
  padding: 2px 6px;
  border-radius: 4px;
}

.division-central {
  background-color: rgb(14, 201, 226);
  color: black;
  padding: 2px 6px;
  border-radius: 4px;
}

.division-southeast {
  background-color: rgb(192, 96, 0);
  color: white;
  padding: 2px 6px;
  border-radius: 4px;
}

.division-northwest {
  background-color: rgb(0, 114, 15);
  color: white;
  padding: 2px 6px;
  border-radius: 4px;
}

.division-pacific {
  background-color: rgb(167, 211, 8);
  color: black;
  padding: 2px 6px;
  border-radius: 4px;
}

.division-southwest {
  background-color: rgb(255, 255, 255);
  color: black;
  border: 1px solid #ccc;
  padding: 2px 6px;
  border-radius: 4px;
}
