.booking-notification-date-field {
  gap: 6px;
}

.booking-notification-date-field input[type="date"] {
  width: 100%;
  box-sizing: border-box;
}

.booking-notification-date-hint {
  display: block;
  margin-top: 4px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.35;
}
