/*
 Theme Name: Hello Elementor Child
 Theme URI: https://elementor.com/
 Description: Child theme for Hello Elementor
 Author: Komal
 Author URI: https://example.com/
 Template: hello-elementor
 Version: 1.0.0
 Text Domain: hello-elementor-child
*/
/* This targets the 'Any' option specifically by its default value */
.bookly-js-select-staff option[value=""], 
.bookly-js-select-staff option[value="0"],
.bookly-form select.bookly-js-select-staff option:first-child {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* Hide Location dropdown in Booking Pro */
.booking-pro-form .location-field,
.booking-pro-form select[name="location"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}