/* Full-screen image preview (click listing / card photos to zoom) */
.hl-image-lightbox {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.88);
}

.hl-image-lightbox.is-open {
    display: flex;
}

.hl-image-lightbox-close {
    position: absolute;
    top: 1rem;
    right: 1.25rem;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 2.25rem;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
    padding: 0.25rem 0.5rem;
}

.hl-image-lightbox-close:hover {
    color: #e2e8f0;
}

.hl-image-lightbox-img {
    max-width: min(94vw, 1200px);
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
    user-select: none;
}

/* Clickable listing / card images */
.hl-img-zoom,
.hostel-card-img img,
.bh-card-img img,
.hl-bk-item-img,
.hl-bk-table-thumb,
.owner-room-card-img img,
.owner-room-row-thumb,
.owner-hostel-card-img,
.owner-table-hostel-img,
.ohd-hero-img,
.hostel-room-image img,
.hostel-room-slider img,
.admin-prop-thumb,
.lh-image-item img,
.owner-review-thumbs img,
.hl-fb-review-thumb img,
.owner-hlite-photo-preview,
.js-hlite-doc-preview,
.owner-smc-avatar.has-photo img,
img.owner-smc-avatar,
.gd-list-avatar.has-photo img {
    cursor: zoom-in;
}
