#main:has(bookzo-search.--hide-price) {
    bookzo-results,
    bookzo-home {
        h5.mb-0.price-per-night-wrapper.ng-star-inserted {
            display: none;
        }
        #resultCard .card-body .card-bottom .card-buttons-wrapper > div .card-prices bookzo-prices .total-price-wrapper {
            bottom: 50px;
        }
    }
}