/* V198 — only the round-time and target-score native option lists. */
#roundSeconds,
#targetScore {
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif !important;
  font-weight: 700 !important;
}

#roundSeconds option,
#targetScore option {
  background-color: #0d2435 !important;
  color: #f7fbff !important;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

#roundSeconds option:checked,
#targetScore option:checked {
  background-color: #1d6fcb !important;
  color: #ffffff !important;
}
