#page-contact .booking-saved-locations-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    white-space: nowrap;
}

#page-contact #bookingForm .form-input.error,
#page-contact #bookingForm select.form-input.error,
#page-contact #bookingForm .booking-picker-trigger.error {
    border-color: #f87171 !important;
    background-color: #1a0000 !important;
    box-shadow:
        0 0 0 1px rgba(252, 165, 165, 0.35),
        0 0 0 3px rgba(248, 113, 113, 0.22),
        0 0 14px rgba(248, 113, 113, 0.18) !important;
}

#page-contact #bookingForm .form-input.error:focus,
#page-contact #bookingForm select.form-input.error:focus,
#page-contact #bookingForm .booking-picker-trigger.error:focus {
    border-color: #fca5a5 !important;
    box-shadow: 0 0 0 2px rgba(252, 165, 165, 0.4) !important;
}

#page-contact #bookingForm .text-xs.text-red-500:not(.hidden) {
    color: #fca5a5 !important;
    font-weight: 600;
}
