#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;
        }
    }
}

.searchengine-results {
    .home-availability-banner-icon {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 0.5rem;
    }

    .home-availability-banner {
        background-color: #CBE2C9;
        color: #233165;

        h2 {
            font-size: 1.375rem;
            margin-block: 3px 0;
        }

        p {
            color: #233165;
        }
    }
}