.finals-match__team--winner {
  background: hsl(120 85% 96%);
  color: hsl(120 78% 30%);
  box-shadow: inset 0 0 0 1px hsl(120 70% 82%);
}

.finals-match__team--winner .finals-match__probability {
  color: hsl(120 78% 30%);
}

.finals-match__team--eliminated {
  background: rgba(254, 242, 242, 0.9);
  color: #991b1b;
  box-shadow: inset 0 0 0 1px #fecaca;
}

.finals-match__team--eliminated .finals-match__probability {
  color: #b91c1c;
}
