/* Keep native Safari controls and calendar states consistent with desktop. */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.booking-left .form-field select {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  height: 44px;
  min-height: 44px;
  padding: 10px 36px 10px 38px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 16px;
  line-height: 22px;
}

.booking-left .field-control > .field-icon {
  top: 50%;
  transform: translateY(-50%);
}

.field-control > .field-icon + input,
.field-control > .field-icon + select,
.field-control > .field-icon + textarea {
  padding-left: 38px;
}

.booking-left .calendar {
  box-sizing: border-box;
  padding: 14px 12px 16px;
  border: 1px dashed #d8dee8;
  box-shadow: none;
}

.booking-left .calendar-title {
  font-size: 14px;
  line-height: 20px;
}

.booking-left .calendar-grid {
  grid-template-rows: 26px repeat(6, 44px);
  gap: 4px;
}

.booking-left .cal-day,
.booking-left .calendar-nav button {
  -webkit-appearance: none;
  appearance: none;
  -webkit-text-fill-color: currentColor;
  opacity: 1;
}

.booking-left .cal-day {
  height: 44px;
  min-height: 44px;
  padding: 2px 1px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1;
}

.booking-left .cal-date-number {
  width: 24px;
  height: 24px;
}

.booking-left .cal-day.full,
.booking-left .cal-day.full:disabled {
  color: #991b1b;
  -webkit-text-fill-color: #991b1b;
  background-color: #fff;
  background-image: repeating-linear-gradient(135deg, #fff 0 6px, #fee2e2 6px 12px) !important;
  opacity: 1;
}

.booking-left .cal-full-label {
  color: #991b1b;
  -webkit-text-fill-color: #991b1b;
  font-size: 9px;
  line-height: 11px;
}

@media (max-width: 767px) {
  .booking-left .form-field select,
  .booking-right .form-field input,
  .booking-right .form-field select,
  .booking-right .form-field textarea {
    font-size: 16px;
  }
}
