/**
 * P1 — Tour-only image fill (grid lịch trình, card tour, itinerary).
 * Chỉ load trang Tour (DanhMucTour / ChiTietTour / Tours / Booking).
 */
#OLA .tour-grid a,
#ola .tour-grid a,
#OLA .iti-grid a,
#ola .iti-grid a,
#OLA .tour-img-wrap,
#ola .tour-img-wrap,
#OLA .tc-img-wrap,
#ola .tc-img-wrap {
    position: relative;
    overflow: hidden;
}

#OLA .tour-grid a,
#ola .tour-grid a,
#OLA .iti-grid a,
#ola .iti-grid a {
    display: block;
    height: 100%;
    min-height: 100%;
    background: #f0f0f0;
}

#OLA .tour-grid img,
#ola .tour-grid img,
#OLA .iti-grid img,
#ola .iti-grid img,
#OLA .tour-img-wrap > img,
#ola .tour-img-wrap > img,
#OLA .tour-img-wrap img,
#ola .tour-img-wrap img,
#OLA .tc-img-wrap img,
#ola .tc-img-wrap img,
#OLA .tc-img-wrap img.main-img,
#ola .tc-img-wrap img.main-img,
#OLA .tour-card-gold .tour-img-wrap img,
#ola .tour-card-gold .tour-img-wrap img,
#OLA .tc-horizontal .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;
}

#OLA .tour-grid img.yt-thumb-fix,
#ola .tour-grid img.yt-thumb-fix,
#OLA .iti-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 .tour-grid a:hover img.yt-thumb-fix,
#OLA .iti-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 .tour-grid a:hover img:not(.yt-thumb-fix),
#OLA .iti-grid a:hover img:not(.yt-thumb-fix),
#ola .iti-grid a:hover img:not(.yt-thumb-fix) {
    transform: scale(1.05);
}

#OLA .html-content .iti-media-wrapper .iti-grid a,
#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,
#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: var(--p1-media-radius, 8px) !important;
}

/* Bo góc media tour (tách khỏi styles.css global list) */
.tour-grid,
.tour-media-wrapper .tour-grid,
.tour-card-gold,
#OLA .html-content .iti-media-wrapper .iti-grid a {
    border-radius: var(--p1-media-radius, 8px) !important;
}

/* Layout shell tour — dời từ styles.css */
#main-content .ola-site-surface section.chitiet-tour-page,
#main-content .ola-site-surface section.danhmuc-tour-page {
    border-radius: 0;
}

#main-content .ola-site-surface > section.chitiet-tour-page.wrapper__section {
    padding-bottom: 0 !important;
    margin-bottom: 0;
}

#main-content .ola-site-surface section.wrapper__section:not(.about-page) > .chitiet-tour-layout {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
