/*
Theme Name:   Elitestay Child
Theme URL:    https://wowtheme7.com/elitestay-child/
Description:  Hotel Booking WordPress Theme
Author:       Wowtheme7
Author URL:   https://wowtheme7.com/
Template:     elitestay
Version:      1.0.2
License:      GNU General Public License v2 or later
License URL:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  elitestaychildtheme
*/

/*
    Please Add your custom styles here
*/

/* Hide empty sqft badge on room cards */
.bg-white.tw-rounded-3xl:has(.ph-bed):not(:has(*:nth-child(2))) {
    display: none !important;
}




/* Masquer badge superficie vide */
.bg-white.tw-rounded-3xl:has(.ph-bed):not(:has(*:nth-child(2))) {
    display: none !important;
}


/* Hauteur images chambres - identique démo */
.elementor-widget-container .service-two-thumb,
.service-two-thumb {
    height: 450px !important;
    overflow: hidden !important;
}
.service-two-thumb a,
.service-two-thumb a img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
