.status-tag.green {
  background-color: #b9f8cf;
  color: #016630;
}

.status-tag.green:is(.dark *) {
  background-color: #016630;
  color: #b9f8cf;
}

.status-tag.yellow {
  background-color: #fff085;
  color: #894b00;
}

.status-tag.yellow:is(.dark *) {
  background-color: #894b00;
  color: #fff085;
}

.status-tag.red {
  background-color: #ffc9c9;
  color: #9f0712;
}

.status-tag.red:is(.dark *) {
  background-color: #9f0712;
  color: #ffc9c9;
}

.status-tag.orange {
  background-color: #ffd7a8;
  color: #9f2d00;
}

.status-tag.orange:is(.dark *) {
  background-color: #9f2d00;
  color: #ffd7a8;
}

.status-tag.blue {
  background-color: #bedbff;
  color: #193cb8;
}

.status-tag.blue:is(.dark *) {
  background-color: #193cb8;
  color: #bedbff;
}
