.slot-hint {
  margin: 6px 0 0;
  color: var(--ink-soft, #6b645c);
  font-size: 12px;
  line-height: 1.55;
}
#appointment_time option:disabled,
select[data-slot-time-select] option:disabled,
select[data-coach-select] option:disabled,
.booking-intake-form__field select option:disabled {
  color: #8d8d8d;
  background: #ecece6;
}
.booking-intake-form .slot-hint {
  grid-column: 1 / -1;
  color: rgba(255, 253, 249, 0.78);
  font-size: 12px;
  letter-spacing: 0.04em;
  padding: 4px 0 8px;
}
.booking-intake-form__field select option:disabled {
  color: #9aa59f;
  background: #1a3a30;
}
.booking-intake-form__field.is-slot-full select,
.booking-intake-form__field select.is-slot-full {
  color: #c8c4bc;
}
