.ReserveTimer {
  margin: 12px 0;
}
.ReserveTimer__bar{
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255, 193, 7, 0.18);
  border: 1px solid rgba(255, 193, 7, 0.45);
  font-size: 14px;
  line-height: 1.35;
}
.ReserveTimer__bar strong { white-space: nowrap; }