.qwi-game-page.is-reserve .qwi-game-status {
  background: #ffd400;
  color: #111;
}

.qwi-game-page.is-reserve .qwi-game-status::before {
  background: #111;
}

.qwi-game-page.is-reserve .qwi-game-card {
  border-top-color: #ffd400;
}

.qwi-game-page.is-reserve .qwi-game-btn,
.qwi-game-page.is-reserve .qwi-reg__submit {
  background: #ffd400;
  color: #111;
  box-shadow: 0 5px 0 #a88b00;
}

.qwi-reg__reserve-note {
  display: grid;
  gap: 5px;
  margin: -8px 0 24px;
  padding: 16px 18px;
  border: 1px solid #e3bd2a;
  border-radius: 8px;
  background: #fff8d6;
  color: #513b00;
  line-height: 1.45;
}

.qwi-reg__reserve-note strong {
  font-size: 17px;
}
