/* ── TIME PROFILE SLIDER (expand mode — lives inside .exp-t flex row) ── */
.time-profile-slider {
  flex: 1;
  min-width: 32px;
  height: 4px;
  appearance: none;
  -webkit-appearance: none;
  background: rgba(30, 30, 40, .15);
  border-radius: 999px;
  cursor: pointer;
  margin: 0 8px;
  outline: none;
  align-self: center;
  flex-shrink: 1
}

.time-profile-slider::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #1a1a22;
  cursor: grab;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
  margin-top: -6px
}

.time-profile-slider:active::-webkit-slider-thumb {
  cursor: grabbing;
  background: #333
}

.time-profile-slider::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 999px;
  background: rgba(30, 30, 40, .15)
}

.time-profile-slider::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #1a1a22;
  cursor: grab;
  border: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .3)
}

.time-profile-slider::-moz-range-track {
  height: 4px;
  border-radius: 999px;
  background: rgba(30, 30, 40, .15);
  border: none
}

.dfc .time-profile-slider {
  height: 3px;
  min-width: 24px;
  margin: 0 6px
}

.dfc .time-profile-slider::-webkit-slider-thumb {
  width: 13px;
  height: 13px;
  margin-top: -5px
}

.dfc .time-profile-slider::-moz-range-thumb {
  width: 13px;
  height: 13px
}
