/* ============================================================
   QC step
   The radio cards are shared (components/radio-card.css); only
   the sample-rate slider that follows them lives here.
   ============================================================ */

.slider-panel {
  margin-top: 22px;
  padding: 20px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
}

.slider-panel__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
}

.slider-panel__value {
  color: var(--accent);
  font-feature-settings: 'tnum';
  font-size: 14px;
  font-weight: 400;
}
