.prediction-tools {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 18px 24px;
  background: #f5f9fc;
  border-bottom: 1px solid var(--line);
}
.prediction-schedule > span,
.prediction-schedule > small,
.prediction-refresh > small { display: block; }
.prediction-schedule > span {
  margin-bottom: 7px;
  color: #0087ed;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}
.prediction-schedule > strong {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
}
.prediction-schedule > strong b { color: #071b2c; font-size: 13px; }
.prediction-schedule > small,
.prediction-refresh > small { margin-top: 7px; color: #8395a5; font-size: 10px; }
.prediction-refresh { flex: 0 0 auto; text-align: right; }
.prediction-refresh button {
  border: 0;
  padding: 12px 17px;
  background: #0087ed;
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.prediction-refresh button:hover { background: #006fc5; }
.prediction-refresh button:disabled { opacity: .65; cursor: wait; }
.prediction-refresh > small { text-align: right; }
.start em {
  display: block;
  margin-top: 3px;
  color: #8395a5;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
}
.race-times {
  display: grid;
  grid-template-columns: auto auto;
  gap: 8px 15px;
  text-align: right;
}
.race-times span {
  display: block;
  margin-bottom: 2px;
  color: #8395a5;
  font-size: 10px;
  font-weight: 700;
}
.race-times strong {
  display: block;
  color: #071b2c;
  font-size: 17px;
  line-height: 1.2;
}
.race-times .deadline-time span,
.race-times .deadline-time strong { color: #d62828; }
@media (max-width: 620px) {
  .prediction-tools { display: block; padding: 16px; }
  .prediction-refresh { margin-top: 15px; text-align: left; }
  .prediction-refresh button { width: 100%; }
  .prediction-refresh > small { text-align: center; }
  .race-times { gap: 7px 10px; }
  .race-times span { font-size: 9px; }
  .race-times strong { font-size: 15px; }
}
