.result-card.last {
  border: 2px solid var(--gold);
  box-shadow: 0 0 0 3px #c89b4726, 0 4px 13px #132c2218;
}

.result-card.current {
  border: 2px solid #33805e;
  background: #f5fbf7;
}

.result-card.waiting {
  background: #f8faf8;
}

.result-card.eliminated {
  border-left: 4px solid #aaa39a;
  opacity: .64;
}

.last-run-label {
  background: #fff0c7;
  color: #674806;
  font-weight: 750;
}

.current-run-label {
  background: #dff2e6;
  color: #175a3d;
  font-weight: 750;
}

.waiting-label {
  background: #e8eef4;
  color: #40566b;
  font-weight: 700;
}

.eliminated-label {
  background: #ece9e5;
  color: #706861;
  font-weight: 700;
}
