.business-hours label,
.business-hours input,
.therapist-hours label,
.therapist-hours input {
  min-width: 0;
}

@media (max-width: 430px) {
  .business-hours,
  .therapist-hours {
    grid-template-columns: 1fr;
  }
}
