/* Homepage hotel blocks (full-width) — 4 cols desktop, 2 cols mobile */

.bravo-gotrip-list-hotel .row.y-gap-30 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.bravo-gotrip-list-hotel .hotel-grid-col {
    box-sizing: border-box;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

@media (min-width: 992px) {
    .bravo-gotrip-list-hotel .hotel-grid-col {
        flex: 0 0 25% !important;
        max-width: 25% !important;
        width: 25% !important;
    }
}

/* Hotel search page — use Bootstrap grid inside sidebar layout (no width overrides) */

.bravo_search_hotel .col-xl-9,
.bravo_search_hotel .col-lg-8 {
    min-width: 0;
}

.bravo_search_hotel .ajax-search-result,
.bravo_search_hotel .hotel-results-grid {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.bravo_search_hotel .hotel-results-grid {
    margin-left: -12px;
    margin-right: -12px;
}

.bravo_search_hotel .hotel-results-grid > [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 24px;
}

.bravo_search_hotel .hotel-results-grid .tourCard,
.bravo_search_hotel .hotel-results-grid .item-loop-wrap {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

.bravo_search_hotel .hotel-results-grid .tourCard__title,
.bravo_search_hotel .hotel-results-grid .tourCard__title a {
    word-break: break-word;
    overflow-wrap: anywhere;
}

.bravo_search_hotel .hotel-results-grid .cardImage__leftBadge {
    max-width: calc(100% - 12px);
    overflow: hidden;
}

/* Card image — search + homepage */

.bravo_search_hotel .item-loop-wrap .cardImage,
.bravo-gotrip-list-hotel .item-loop-wrap .cardImage,
.bravo_search_hotel .tourCard.-type-1 .cardImage,
.bravo-gotrip-list-hotel .tourCard.-type-1 .cardImage,
.bravo_search_hotel .tourCard .cardImage,
.bravo-gotrip-list-hotel .tourCard .cardImage {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.bravo_search_hotel .item-loop-wrap .cardImage img,
.bravo-gotrip-list-hotel .item-loop-wrap .cardImage img,
.bravo_search_hotel .tourCard.-type-1 .cardImage img,
.bravo-gotrip-list-hotel .tourCard.-type-1 .cardImage img,
.bravo_search_hotel .tourCard .cardImage img,
.bravo-gotrip-list-hotel .tourCard .cardImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bravo-gotrip-list-hotel .hotel-grid-col .item-loop-wrap,
.bravo-gotrip-list-hotel .hotel-grid-col .tourCard {
    width: 100%;
    max-width: 100%;
}

/* List layout — full width one per row */

.bravo_search_hotel .hotel-list-col {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}
