/* Keep the hotel search focused on price and official hotel star rating. */
body.page-id-95 .top-filter > ul > li:has(input.filter-item[data-type="star_rate"]),
body.page-id-95 .top-filter > ul > li:has(input.filter-tax),
body.page-id-95 .sidebar-filter li:has(input.filter-item[data-type="star_rate"]),
body.page-id-95 .sidebar-filter li:has(input.filter-tax) {
    display: none !important;
}

body.page-id-95 .top-filter > ul {
    justify-content: center;
}
