/* Empêcher le débordement horizontal */
html, body {
    overflow-x: hidden;
    max-width: 100vw;
}

/* ===== MOSAÏQUE PHOTOS - Tailles custom par photo ===== */
/* Colonne gauche : photos 1, 3, 5, 7 */
#gl-photo-1 { width: 300px; height: 175px; }
#gl-photo-3 { width: 170px; height: 260px; }
#gl-photo-5 { width: 220px; height: 125px; }
#gl-photo-7 { width: 150px; height: 260px; }

/* Colonne droite : photos 2, 4, 6, 8 */
#gl-photo-2 { width: 200px; height: 120px; }
#gl-photo-4 { width: 300px; height: 175px; }
#gl-photo-6 { width: 190px; height: 280px; }
#gl-photo-8 { width: 60px; }
#gl-photo-8 img { width: 130px; height: auto; object-fit: contain; cursor: default; }
#gl-photo-8 img:hover { transform: none; }

/* Sous-titre description bold + plus gros */
.listing-description-subtitle {
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
}
/* Uniquement "Ce qui rend votre séjour magique" - le premier strong direct enfant */
.listing-description > div > strong:first-of-type {
    font-size: 1.15rem;
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

/* Infos pratiques plus larges */
.chambre-services-photos-layout {
    grid-template-columns: 1.4fr 0.8fr;
}

/* ===== PICTOS DÉCORATIFS ===== */
#gl-deco-bougie {
    position: absolute;
    top: -100px;
    right: 35%;
    width: 70px;
    pointer-events: none;
    z-index: 10;
}
#gl-deco-hirondelles {
    position: absolute;
    top: 20%;
    left: 10%;
    width: 200px;
    pointer-events: none;
    z-index: 1;
}

/* Flèches carrousel */
.rooms-carousel-btn {
    position: relative !important;
    flex-shrink: 0;
    z-index: 20;
}
