/* ============================================================
   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: var(--space-12);
  padding: var(--space-10);
  background: var(--field);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
}

.slider-panel__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--fs-md);
  font-weight: var(--fw-medium);
  margin-bottom: var(--space-2);
}

.slider-panel__value {
  color: var(--text);
  font-feature-settings: 'tnum';
  font-size: var(--fs-md);
  font-weight: var(--fw-medium);
}

.slider-panel__select {
  max-width: 220px;
}
