.booking_form_fix .booking_input_container > div:not(:last-child) { margin-right:6px; }
.booking_form_fix .booking_input_container > div { margin-bottom:0; }
.booking_form_fix select option { color:#333 !important; background:#fff !important; }
.booking_form_fix select {
    color:#333 !important;
    background:#fff !important;
    -webkit-appearance:menulist !important;
    appearance:menulist !important;
}
.booking_input {
    height:52px !important;
}
.booking_form_fix .booking_button {
    font-size:15px !important;
    padding:0 24px !important;
    height:52px !important;
    line-height:52px !important;
    white-space:nowrap !important;
    align-self:flex-start !important;
}
@media (max-width: 768px) {
    .booking_form_fix .booking_input_container { flex-direction:column !important; gap:8px !important; }
    .booking_form_fix .booking_input_container > div { margin-right:0 !important; width:100% !important; min-width:100% !important; }
    .booking_form_fix .booking_button { width:100% !important; }
}