/**
 * TRAVEL P2 — ảnh lấp đầy khung card / gallery grid (không bị height:auto toàn cục).
 */
#OLA .tour-grid a,
#OLA .iti-grid a,
#OLA .tour-img-wrap,
#OLA .tc-img-wrap,
#OLA .promo-item,
#OLA .bento-item,
#OLA .ba-item,
#OLA .gal-item,
#OLA .album-grid-custom .album-item {
    position: relative;
    overflow: hidden;
}

#OLA .album-grid-custom .album-item {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    line-height: 0;
    background: #e9ecef;
}

#OLA .album-grid-custom .album-item > img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
    margin: 0 !important;
}

#OLA .album-grid-custom .album-item:hover > img {
    transform: scale(1.05);
}

/* Logo đối tác / báo chí — contain, không bị rule tour grid ghi đè */
#OLA .partner-box img,
#OLA .press-section .press-item img {
    position: static !important;
    inset: auto !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    display: block !important;
    margin: 0 auto !important;
}

#OLA .partner-box img {
    max-height: 56px !important;
}

#OLA .press-section .press-item img {
    max-height: 52px !important;
}

/* Hero banner trang chủ — ảnh cover full .hero-slide */
#OLA .hero-wrap .hero-slide.hero-slide--image > a,
#OLA .hero-wrap .hero-slide.hero-slide--image > div {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    line-height: 0 !important;
    overflow: hidden !important;
}

#OLA .hero-wrap .hero-slide.hero-slide--image img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    min-height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
    margin: 0 !important;
}

#OLA .tour-grid a,
#OLA .iti-grid a {
    display: block;
    height: 100%;
    min-height: 100%;
    background: #f0f0f0;
}

#OLA .tour-grid img,
#OLA .iti-grid img,
#OLA .tour-img-wrap > img,
#OLA .tour-img-wrap img,
#OLA .tc-img-wrap img,
#OLA .tc-img-wrap img.main-img,
#OLA .bento-item > img,
#OLA .tour-card-gold .tour-img-wrap img,
#OLA .tc-horizontal .tour-img-wrap img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    min-height: 0 !important;
    object-fit: cover !important;
    display: block !important;
}

/* Thumbnail video YouTube trong gallery tour */
#OLA .tour-grid img.yt-thumb-fix,
#OLA .iti-grid img.yt-thumb-fix {
    transform: scale(1.2);
    object-position: center center !important;
}

#OLA .tour-grid a:hover img.yt-thumb-fix,
#OLA .iti-grid a:hover img.yt-thumb-fix {
    transform: scale(1.35);
}

#OLA .tour-grid a:hover img:not(.yt-thumb-fix),
#OLA .iti-grid a:hover img:not(.yt-thumb-fix) {
    transform: scale(1.05);
}

/* Promo / slider: khung cố định chiều cao */
#OLA .promo-item {
    display: block;
    min-height: 270px;
}

#OLA .promo-item > img {
    position: relative !important;
    inset: auto !important;
    height: 270px !important;
    min-height: 270px !important;
}

/* Bento dùng background hoặc img absolute */
#OLA .bento-item,
#OLA .ba-item {
    min-height: 200px;
}

#OLA .bento-item > img {
    position: absolute !important;
}

/* Card tin danh mục — ảnh lấp đầy khung .nc-img */
#OLA a.news-card .nc-img {
    line-height: 0;
    flex-shrink: 0;
}

#OLA a.news-card .nc-img img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    display: block !important;
    margin: 0 !important;
}

/* Ảnh trong nội dung HTML bài viết — giữ tỷ lệ tự nhiên */
#OLA .html-content img,
#OLA .article-content img,
#main-content .html-content img,
#main-content .article-content img {
    position: static !important;
    inset: auto !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: initial !important;
}

/* Lưới ảnh lịch trình trong .html-content — cover full khung grid */
#OLA .html-content .iti-media-wrapper .iti-grid a {
    display: block;
    width: 100%;
    line-height: 0;
}

#OLA .html-content .iti-media-wrapper .iti-grid img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
    margin: 0 !important;
    border-radius: 0 !important;
}
