/* Aurelia Hotel Booking search UX. Generated file; edit assets/src/css/hotel-booking-search.css. */
/*
 * #0122.4/#0122.4A - Hotel Booking Search UX and virtual endpoint.
 *
 * Every rule is scoped to Aurelia and documented Hotel Booking public roots.
 * This layer changes presentation only; canonical form names, values, URLs,
 * validation, availability and pricing remain plugin-owned.
 */

.aurelia-site .hb-booking {
    /*
     * WordPress' default page template uses the narrow editorial measure.
     * Let the booking application use Aurelia's shell width without requiring
     * a special page template, while keeping the shortcode centred in its
     * original content column.
     */
    --aurelia-booking-width: min(calc(100vw - (2 * var(--hb-theme-container-gutter))), var(--hb-theme-container-content));

    width: var(--aurelia-booking-width);
    max-width: none;
    margin-inline: calc((100% - var(--aurelia-booking-width)) / 2);
    padding: clamp(2.5rem, 6vw, 6rem) var(--hb-theme-container-gutter) var(--hb-theme-spacing-section);
    color: var(--hb-theme-color-text);
}

.aurelia-site .hb-booking__header {
    max-width: 52rem;
    margin-bottom: var(--hb-theme-spacing-xxl);
}

/*
 * The homepage already owns the Book Your Stay heading and a constrained CTA
 * column. Reset the standalone Search document escape only in this embedding.
 */
.aurelia-site .aurelia-home-booking__integration .hb-booking {
    --aurelia-booking-width: 100%;

    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.aurelia-site .aurelia-home-booking__integration .hb-booking__header {
    display: none;
}

.aurelia-site .aurelia-home-booking__integration .hb-search-form {
    margin: 0;
    padding: clamp(1.25rem, 2.5vw, 2.25rem);
}

.aurelia-site .aurelia-home-booking__integration .hb-search-form__heading {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--hb-theme-spacing-sm);
}

.aurelia-site .aurelia-home-booking__integration .hb-search-form__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aurelia-site .aurelia-home-booking__integration .hb-search-form__action {
    grid-column: 1 / -1;
}

.aurelia-site .hb-booking__header::before {
    display: block;
    width: 3.25rem;
    height: var(--hb-theme-border-strong-width);
    margin-bottom: var(--hb-theme-spacing-md);
    background: var(--hb-theme-color-champagne);
    content: "";
}

.aurelia-site .hb-booking__title {
    max-width: 12ch;
    margin: 0;
    font-family: var(--hb-theme-typography-family-heading);
    font-size: clamp(3rem, 6vw, 6rem);
    font-weight: var(--hb-theme-typography-weight-regular);
    letter-spacing: var(--hb-theme-typography-tracking-heading);
    line-height: 0.96;
}

.aurelia-site .hb-search-form {
    position: relative;
    width: 100%;
    max-width: none;
    margin-bottom: var(--hb-theme-spacing-xxl);
    padding: clamp(1.5rem, 4vw, 3.25rem);
    background: var(--hb-theme-color-surface);
    border: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
    box-shadow: 0 2rem 5rem rgba(37, 35, 31, 0.10);
}

.aurelia-site .hb-search-form::before {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    width: 0.22rem;
    background: var(--hb-theme-color-champagne);
    content: "";
}

.aurelia-site .hb-search-form__heading {
    display: grid;
    grid-template-columns: minmax(13rem, 0.7fr) minmax(18rem, 1.3fr);
    align-items: end;
    gap: var(--hb-theme-container-grid-gap);
    margin-bottom: var(--hb-theme-spacing-xl);
    padding-bottom: var(--hb-theme-spacing-lg);
    border-bottom: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
}

.aurelia-site .hb-search-form__eyebrow,
.aurelia-site .hb-search-summary__label {
    display: block;
    margin-bottom: var(--hb-theme-spacing-xs);
    color: var(--hb-theme-color-champagne-dark);
    font-size: var(--hb-theme-typography-size-xs);
    font-weight: var(--hb-theme-typography-weight-semibold);
    letter-spacing: var(--hb-theme-typography-tracking-label);
    text-transform: uppercase;
}

.aurelia-site .hb-search-form__title {
    display: block;
    font-family: var(--hb-theme-typography-family-heading);
    font-size: clamp(1.8rem, 3vw, 2.75rem);
    font-weight: var(--hb-theme-typography-weight-regular);
    line-height: 1.1;
}

.aurelia-site .hb-search-form__hint {
    max-width: 38rem;
    margin: 0;
    color: var(--hb-theme-color-text-muted);
}

.aurelia-site .hb-search-form__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(8rem, 1fr)) minmax(10rem, auto);
    align-items: end;
    gap: var(--hb-theme-spacing-md);
}

.aurelia-site .hb-search-form__field {
    min-width: 0;
}

.aurelia-site .hb-search-form__field label {
    display: block;
    margin-bottom: var(--hb-theme-spacing-xs);
    color: var(--hb-theme-color-text-muted);
    font-size: var(--hb-theme-typography-size-xs);
    font-weight: var(--hb-theme-typography-weight-semibold);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.aurelia-site .hb-search-form__field input,
.aurelia-site .hb-search-form__field select {
    width: 100%;
    min-height: 3.35rem;
    margin: 0;
    padding: 0.75rem 0.9rem;
    color: var(--hb-theme-color-text);
    background: var(--hb-theme-color-background);
    border: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
    border-radius: var(--hb-theme-radius-sm);
    font: inherit;
}

.aurelia-site .hb-search-form__field input:hover,
.aurelia-site .hb-search-form__field select:hover {
    border-color: var(--hb-theme-color-champagne-dark);
}

.aurelia-site .hb-search-form__field input:focus-visible,
.aurelia-site .hb-search-form__field select:focus-visible {
    border-color: var(--hb-theme-color-focus);
    outline: var(--hb-theme-interaction-focus-width) solid var(--hb-theme-color-focus);
    outline-offset: var(--hb-theme-interaction-focus-offset);
}

.aurelia-site .hb-date-control::after {
    right: var(--hb-theme-spacing-md);
    color: var(--hb-theme-color-champagne-dark);
    content: "\25A1";
    font-size: 0.85rem;
    transform: translateY(-55%) rotate(45deg);
}

.aurelia-site .hb-search-form__action,
.aurelia-site .hb-search-form__action .hb-button {
    min-width: 0;
    width: 100%;
}

.aurelia-site .hb-search-form__action .hb-button,
.aurelia-site .hb-room-card .hb-button {
    display: inline-flex;
    min-height: 3.35rem;
    align-items: center;
    justify-content: center;
    padding: 0.85rem var(--hb-theme-spacing-xl);
    color: var(--hb-theme-color-primary-contrast);
    background: var(--hb-theme-color-primary);
    border: var(--hb-theme-border-width) solid var(--hb-theme-color-primary);
    border-radius: var(--hb-theme-radius-sm);
    font-size: var(--hb-theme-typography-size-xs);
    font-weight: var(--hb-theme-typography-weight-semibold);
    letter-spacing: var(--hb-theme-typography-tracking-label);
    text-decoration: none;
    text-transform: uppercase;
    transition: color var(--hb-theme-interaction-transition-fast), background var(--hb-theme-interaction-transition-fast), border-color var(--hb-theme-interaction-transition-fast);
}

.aurelia-site .hb-search-form__action .hb-button:hover,
.aurelia-site .hb-room-card .hb-button:hover {
    background: var(--hb-theme-color-primary-hover);
    border-color: var(--hb-theme-color-primary-hover);
}

.aurelia-site .hb-search-summary {
    display: grid;
    grid-template-columns: minmax(11rem, 0.28fr) minmax(0, 1fr);
    gap: var(--hb-theme-container-grid-gap);
    width: 100%;
    max-width: none;
    margin-bottom: clamp(3rem, 6vw, 5rem);
    padding: var(--hb-theme-spacing-xl);
    color: #EDE7DC;
    background: var(--hb-theme-color-charcoal);
}

.aurelia-site .hb-search-summary__heading {
    padding-right: var(--hb-theme-spacing-lg);
    border-right: var(--hb-theme-border-width) solid rgba(230, 215, 184, 0.24);
}

.aurelia-site .hb-search-summary__heading strong {
    display: block;
    color: var(--hb-theme-color-champagne-light);
    font-family: var(--hb-theme-typography-family-heading);
    font-size: clamp(1.65rem, 2.6vw, 2.4rem);
    font-weight: var(--hb-theme-typography-weight-regular);
}

.aurelia-site .hb-search-summary__heading span {
    color: #AFA79B;
    font-size: var(--hb-theme-typography-size-xs);
}

.aurelia-site .hb-search-summary__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--hb-theme-spacing-lg);
}

.aurelia-site .hb-search-summary__item {
    display: block;
    min-width: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.aurelia-site .hb-search-summary__label {
    color: #AFA79B;
}

.aurelia-site .hb-search-summary__item strong {
    display: block;
    color: #FFFDF8;
    font-size: var(--hb-theme-typography-size-sm);
    font-weight: var(--hb-theme-typography-weight-semibold);
}

.aurelia-site .hb-search-summary__item--results strong {
    color: var(--hb-theme-color-champagne-light);
}

.aurelia-site .hb-notice,
.aurelia-site .hb-empty-state {
    margin-block: var(--hb-theme-spacing-xl);
    padding: clamp(1.5rem, 4vw, 2.75rem);
    background: var(--hb-theme-color-surface);
    border: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
    border-left: 0.22rem solid var(--hb-theme-color-champagne);
}

.aurelia-site .hb-notice--error {
    color: var(--hb-theme-color-error);
    border-left-color: var(--hb-theme-color-error);
}

.aurelia-site .hb-empty-state {
    max-width: 52rem;
    margin-inline: auto;
    text-align: center;
}

.aurelia-site .hb-empty-state h3 {
    margin-bottom: var(--hb-theme-spacing-sm);
    font-size: clamp(2rem, 4vw, 3.5rem);
}

.aurelia-site .hb-room-results {
    display: grid;
    gap: clamp(2.5rem, 5vw, 5rem);
}

.aurelia-site .aurelia-search-room {
    display: grid;
    grid-template-columns: minmax(18rem, 0.9fr) minmax(20rem, 1.15fr) minmax(16rem, 0.62fr);
    min-width: 0;
    background: var(--hb-theme-color-surface);
    border-top: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
    box-shadow: 0 2rem 5rem rgba(37, 35, 31, 0.08);
}

.aurelia-site .aurelia-search-room__media {
    position: relative;
    min-height: 28rem;
    overflow: hidden;
    background: var(--hb-theme-color-charcoal-soft);
}

.aurelia-site .aurelia-search-room__image,
.aurelia-site .aurelia-search-room__placeholder {
    width: 100%;
    height: 100%;
}

.aurelia-site .aurelia-search-room__image {
    object-fit: cover;
    transition: transform var(--hb-theme-interaction-transition-slow);
}

.aurelia-site .aurelia-search-room:hover .aurelia-search-room__image {
    transform: scale(1.025);
}

.aurelia-site .aurelia-search-room__placeholder {
    display: grid;
    place-items: center;
    color: rgba(255, 255, 255, 0.56);
    background:
        radial-gradient(circle at 72% 25%, rgba(230, 215, 184, 0.25), transparent 25%),
        linear-gradient(145deg, #69645C, #25231F);
}

.aurelia-site .aurelia-search-room__placeholder span {
    font-family: var(--hb-theme-typography-family-heading);
    font-size: clamp(2rem, 5vw, 4rem);
    letter-spacing: 0.12em;
}

.aurelia-site .aurelia-search-room__availability,
.aurelia-site .aurelia-search-room__photos {
    position: absolute;
    top: var(--hb-theme-spacing-md);
    display: inline-flex;
    min-height: 2rem;
    align-items: center;
    padding: var(--hb-theme-spacing-xs) var(--hb-theme-spacing-sm);
    color: #FFFDF8;
    background: rgba(37, 35, 31, 0.86);
    font-size: var(--hb-theme-typography-size-xs);
    font-weight: var(--hb-theme-typography-weight-semibold);
    letter-spacing: 0.04em;
}

.aurelia-site .aurelia-search-room__availability {
    left: var(--hb-theme-spacing-md);
}

.aurelia-site .aurelia-search-room__availability--low,
.aurelia-site .aurelia-search-room__availability--critical {
    color: var(--hb-theme-color-charcoal);
    background: var(--hb-theme-color-champagne-light);
}

.aurelia-site .aurelia-search-room__availability--critical {
    background: #F0C8A2;
}

.aurelia-site .aurelia-search-room__photos {
    right: var(--hb-theme-spacing-md);
}

.aurelia-site .aurelia-search-room__content,
.aurelia-site .aurelia-search-room__pricing {
    padding: clamp(1.75rem, 4vw, 3.5rem);
}

.aurelia-site .aurelia-search-room__content {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.aurelia-site .aurelia-search-room__content h3 {
    margin-bottom: var(--hb-theme-spacing-sm);
    font-size: clamp(2.1rem, 4vw, 4rem);
    line-height: 1;
}

.aurelia-site .aurelia-search-room__content h3 a {
    color: inherit;
    text-decoration: none;
}

.aurelia-site .aurelia-search-room__content h3 a:hover {
    color: var(--hb-theme-color-champagne-dark);
}

.aurelia-site .aurelia-search-room__capacity {
    margin-bottom: var(--hb-theme-spacing-lg);
    color: var(--hb-theme-color-text-muted);
    font-size: var(--hb-theme-typography-size-xs);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.aurelia-site .aurelia-search-room__description {
    display: -webkit-box;
    max-width: 38rem;
    overflow: hidden;
    color: var(--hb-theme-color-text-muted);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.aurelia-site .aurelia-search-room__amenities {
    display: flex;
    flex-wrap: wrap;
    gap: var(--hb-theme-spacing-xs) var(--hb-theme-spacing-md);
    margin: var(--hb-theme-spacing-xl) 0 0;
    padding: var(--hb-theme-spacing-lg) 0 0;
    border-top: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
    list-style: none;
}

.aurelia-site .aurelia-search-room__amenities li {
    position: relative;
    padding-left: var(--hb-theme-spacing-md);
    color: var(--hb-theme-color-text-muted);
    font-size: var(--hb-theme-typography-size-xs);
}

.aurelia-site .aurelia-search-room__amenities li::before {
    position: absolute;
    top: 0.65em;
    left: 0;
    width: 0.28rem;
    height: 0.28rem;
    background: var(--hb-theme-color-champagne);
    content: "";
    transform: rotate(45deg);
}

.aurelia-site .aurelia-search-room__pricing {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #EDE7DC;
    background: var(--hb-theme-color-charcoal);
}

.aurelia-site .aurelia-search-room__total-label {
    margin-bottom: var(--hb-theme-spacing-xs);
    color: #BEB6AA;
    font-size: var(--hb-theme-typography-size-xs);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.aurelia-site .aurelia-search-room__total {
    margin: 0;
    color: #FFFDF8;
    font-family: var(--hb-theme-typography-family-heading);
    font-size: clamp(2.25rem, 4vw, 3.75rem);
    line-height: 1;
}

.aurelia-site .aurelia-search-room__unit {
    margin-top: var(--hb-theme-spacing-sm);
    color: #BEB6AA;
    font-size: var(--hb-theme-typography-size-xs);
}

.aurelia-site .aurelia-search-room__facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--hb-theme-spacing-md);
    margin: var(--hb-theme-spacing-xl) 0;
    padding-block: var(--hb-theme-spacing-lg);
    border-block: var(--hb-theme-border-width) solid rgba(230, 215, 184, 0.24);
}

.aurelia-site .aurelia-search-room__facts div {
    min-width: 0;
}

.aurelia-site .aurelia-search-room__facts dt {
    color: #AFA79B;
    font-size: var(--hb-theme-typography-size-xs);
}

.aurelia-site .aurelia-search-room__facts dd {
    margin: var(--hb-theme-spacing-xxs) 0 0;
    color: #FFFDF8;
    font-weight: var(--hb-theme-typography-weight-semibold);
}

.aurelia-site .aurelia-search-room__actions {
    display: grid;
    gap: var(--hb-theme-spacing-sm);
}

.aurelia-site .aurelia-search-room__actions .aurelia-button {
    width: 100%;
}

.aurelia-site .aurelia-search-room__actions .aurelia-button--secondary {
    color: #FFFDF8;
    border-color: rgba(255, 253, 248, 0.58);
    background: transparent;
}

.aurelia-site .aurelia-search-room__actions .aurelia-button--secondary:hover {
    color: var(--hb-theme-color-charcoal);
    background: #FFFDF8;
}

/* Safe styling when a child theme replaces or disables Aurelia's renderer. */
.aurelia-site .hb-room-card {
    overflow: hidden;
    background: var(--hb-theme-color-surface);
    border: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
    border-radius: 0;
}

.aurelia-site .ui-datepicker {
    width: min(22rem, calc(100vw - 1rem));
    max-width: calc(100vw - 1rem);
    padding: var(--hb-theme-spacing-md);
    overflow: hidden;
    color: var(--hb-theme-color-text);
    background: var(--hb-theme-color-surface);
    border-color: var(--hb-theme-color-border);
    border-radius: var(--hb-theme-radius-sm);
    box-shadow: 0 1.5rem 4rem rgba(37, 35, 31, 0.18);
    font-family: var(--hb-theme-typography-family-body);
}

.aurelia-site .ui-datepicker,
.aurelia-site .ui-datepicker * {
    box-sizing: border-box;
}

.aurelia-site .ui-datepicker table {
    width: 100%;
    table-layout: fixed;
}

.aurelia-site .ui-datepicker th,
.aurelia-site .ui-datepicker td {
    width: 14.2857%;
    min-width: 0;
}

.aurelia-site .ui-datepicker .ui-datepicker-title select {
    color: var(--hb-theme-color-text);
    background: var(--hb-theme-color-background);
    border-color: var(--hb-theme-color-border);
}

.aurelia-site .ui-datepicker td a:hover,
.aurelia-site .ui-datepicker .ui-datepicker-current-day a {
    color: var(--hb-theme-color-primary-contrast);
    background: var(--hb-theme-color-primary);
}

.aurelia-site .ui-datepicker .ui-datepicker-prev,
.aurelia-site .ui-datepicker .ui-datepicker-next {
    width: var(--hb-theme-interaction-target-min);
    height: var(--hb-theme-interaction-target-min);
    color: var(--hb-theme-color-charcoal);
    border-radius: var(--hb-theme-radius-sm);
}

@media (max-width: 480px) {
    .aurelia-site .ui-datepicker {
        right: max(0.25rem, env(safe-area-inset-right)) !important;
        left: max(0.25rem, env(safe-area-inset-left)) !important;
        width: auto !important;
        max-width: none;
        padding: 0.125rem;
        transform: none !important;
    }

    .aurelia-site .ui-datepicker .ui-datepicker-header {
        margin: var(--hb-theme-spacing-xs);
    }

    .aurelia-site .ui-datepicker th {
        padding-inline: 0;
        font-size: 0.6875rem;
    }
}

.aurelia-site .ui-datepicker .ui-datepicker-prev:hover,
.aurelia-site .ui-datepicker .ui-datepicker-next:hover {
    background: var(--hb-theme-color-ivory-deep);
}

@media (max-width: 1100px) {
    .aurelia-site .hb-search-form__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aurelia-site .hb-search-form__action {
        grid-column: 1 / -1;
    }

    .aurelia-site .hb-search-summary__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aurelia-site .aurelia-search-room {
        grid-template-columns: minmax(18rem, 0.9fr) minmax(20rem, 1.1fr);
    }

    .aurelia-site .aurelia-search-room__pricing {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: minmax(12rem, 1fr) minmax(12rem, 0.7fr) minmax(12rem, 0.8fr);
        align-items: center;
        gap: var(--hb-theme-spacing-xl);
    }

    .aurelia-site .aurelia-search-room__pricing > :where(.aurelia-search-room__total-label, .aurelia-search-room__total, .aurelia-search-room__unit) {
        grid-column: 1;
    }

    .aurelia-site .aurelia-search-room__facts {
        grid-column: 2;
        grid-row: 1 / span 3;
        margin: 0;
        border-block: 0;
        border-inline: var(--hb-theme-border-width) solid rgba(230, 215, 184, 0.24);
        padding: var(--hb-theme-spacing-md) var(--hb-theme-spacing-xl);
    }

    .aurelia-site .aurelia-search-room__actions {
        grid-column: 3;
        grid-row: 1 / span 3;
    }
}

@media (max-width: 782px) {
    .aurelia-site .hb-booking {
        padding-inline: var(--hb-theme-spacing-md);
    }

    .aurelia-site .hb-search-form__heading,
    .aurelia-site .hb-search-summary,
    .aurelia-site .aurelia-search-room {
        grid-template-columns: 1fr;
    }

    .aurelia-site .hb-search-summary__heading {
        padding: 0 0 var(--hb-theme-spacing-lg);
        border-right: 0;
        border-bottom: var(--hb-theme-border-width) solid rgba(230, 215, 184, 0.24);
    }

    .aurelia-site .aurelia-search-room__media {
        min-height: 24rem;
        aspect-ratio: 4 / 3;
    }

    .aurelia-site .aurelia-search-room__pricing {
        grid-column: auto;
        display: flex;
    }

    .aurelia-site .aurelia-search-room__pricing > :where(.aurelia-search-room__total-label, .aurelia-search-room__total, .aurelia-search-room__unit),
    .aurelia-site .aurelia-search-room__facts,
    .aurelia-site .aurelia-search-room__actions {
        grid-column: auto;
        grid-row: auto;
    }

    .aurelia-site .aurelia-search-room__facts {
        width: 100%;
        margin: var(--hb-theme-spacing-xl) 0;
        padding: var(--hb-theme-spacing-lg) 0;
        border-block: var(--hb-theme-border-width) solid rgba(230, 215, 184, 0.24);
        border-inline: 0;
    }

    .aurelia-site .aurelia-search-room__actions {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .aurelia-site .hb-booking {
        padding-inline: var(--hb-theme-spacing-sm);
    }

    .aurelia-site .hb-search-form {
        padding: var(--hb-theme-spacing-lg);
    }

    .aurelia-site .hb-search-form__grid,
    .aurelia-site .hb-search-summary__grid {
        grid-template-columns: 1fr;
    }

    .aurelia-site .aurelia-home-booking__integration .hb-search-form__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .aurelia-site .hb-search-form__action {
        grid-column: auto;
    }

    .aurelia-site .hb-search-summary,
    .aurelia-site .aurelia-search-room__content,
    .aurelia-site .aurelia-search-room__pricing {
        padding: var(--hb-theme-spacing-lg);
    }

    .aurelia-site .aurelia-search-room__media {
        min-height: 19rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .aurelia-site .aurelia-search-room__image,
    .aurelia-site .hb-search-form__action .hb-button,
    .aurelia-site .hb-room-card .hb-button {
        transition-duration: 0.01ms !important;
    }
}

@media print {
    .aurelia-site .hb-search-form,
    .aurelia-site .aurelia-search-room__actions,
    .aurelia-site .hb-room-card__actions {
        display: none !important;
    }

    .aurelia-site .aurelia-search-room {
        grid-template-columns: 12rem 1fr;
        box-shadow: none;
        break-inside: avoid;
    }

    .aurelia-site .aurelia-search-room__pricing {
        grid-column: 1 / -1;
        color: #000;
        background: #fff;
    }
}
