/* Style to match the plugin's styling */
.booking-date-selection {
    margin-bottom: 20px;
}
.date-picker-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 15px 0;
}
.date-field {
    flex: 1;
    min-width: 150px;
}
#availability-results-message {
    margin-top: 15px;
}

.hidden-default, .hidden-default.rnb-booking-inventory,
.date-time-picker.rnb-component-wrapper,
.redq-quantity.rnb-component-wrapper{
    display: none !important;
}

#ui-datepicker-div{
    z-index: 99 !important;
}

#booking-date-selection .date-field {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 12px;

}

#booking-date-selection .date-field input{
    padding: 12px 16px 12px 30px;
}

#booking-date-selection .date-field i{
    position: absolute;
    left: 10px;
}