/* Aurelia Hotel Booking customer experience. Generated file; edit assets/src/css/hotel-booking-customer.css. */
/*
 * #0122.7 - Aurelia Customer Experience Pages.
 *
 * Presentation only. Account authentication, booking retrieval, cancellation,
 * refunds, policy snapshots and reviews remain owned by Hotel Booking.
 */

/* Let plugin-owned customer surfaces use Aurelia's wide editorial canvas. */
.aurelia-site .aurelia-entry:has(> .aurelia-entry__content > :is(.hb-customer-dashboard, .hb-customer-login, .hb-customer-register, .hb-customer-password, .hb-customer-detail)) > .aurelia-entry__header {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.aurelia-site .hb-customer-dashboard,
.aurelia-site .hb-customer-login,
.aurelia-site .hb-customer-register,
.aurelia-site .hb-customer-password,
.aurelia-site .hb-customer-detail {
    --aurelia-customer-width: min(calc(100vw - (2 * var(--hb-theme-container-gutter))), var(--hb-theme-container-wide));
    width: var(--aurelia-customer-width);
    max-width: none;
    margin: 0 calc((100% - var(--aurelia-customer-width)) / 2) var(--hb-theme-spacing-section);
    color: var(--hb-theme-color-text);
    font-family: var(--hb-theme-typography-family-body);
}

.aurelia-site :is(.hb-customer-dashboard, .hb-customer-login, .hb-customer-register, .hb-customer-password, .hb-customer-detail) *,
.aurelia-site :is(.hb-customer-dashboard, .hb-customer-login, .hb-customer-register, .hb-customer-password, .hb-customer-detail) *::before,
.aurelia-site :is(.hb-customer-dashboard, .hb-customer-login, .hb-customer-register, .hb-customer-password, .hb-customer-detail) *::after,
.hb-guest-review-page.aurelia-site .hb-review-shell *,
.hb-guest-review-page.aurelia-site .hb-review-shell *::before,
.hb-guest-review-page.aurelia-site .hb-review-shell *::after {
    box-sizing: border-box;
}

.aurelia-site .hb-customer-eyebrow,
.hb-guest-review-page.aurelia-site .hb-review-brand,
.aurelia-site .hb-confirmation-eyebrow {
    display: block;
    margin: 0 0 var(--hb-theme-spacing-sm);
    color: var(--hb-theme-color-champagne-dark);
    font-size: var(--hb-theme-typography-size-xs);
    font-weight: var(--hb-theme-typography-weight-bold);
    letter-spacing: var(--hb-theme-typography-tracking-label);
    line-height: 1.4;
    text-transform: uppercase;
}

.aurelia-site .hb-customer-notice {
    margin: var(--hb-theme-spacing-lg) 0;
    padding: var(--hb-theme-spacing-md) var(--hb-theme-spacing-lg);
    border: 0;
    border-left: 3px solid var(--hb-theme-color-champagne);
    border-radius: 0;
    background: var(--hb-theme-color-surface-alt);
    box-shadow: none;
}

.aurelia-site .hb-customer-notice--success {
    border-left-color: var(--hb-theme-color-success);
    background: color-mix(in srgb, var(--hb-theme-color-success) 8%, var(--hb-theme-color-surface));
}

.aurelia-site .hb-customer-notice--error {
    border-left-color: var(--hb-theme-color-error);
    background: color-mix(in srgb, var(--hb-theme-color-error) 7%, var(--hb-theme-color-surface));
}

/* Login, registration and password recovery. */
.aurelia-site .hb-customer-login,
.aurelia-site .hb-customer-register,
.aurelia-site .hb-customer-password {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(25rem, 0.72fr);
    min-height: 38rem;
    overflow: hidden;
    border: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
    border-radius: 0;
    background: var(--hb-theme-color-surface);
    box-shadow: var(--aurelia-shadow-soft);
}

.aurelia-site :is(.hb-customer-login__intro, .hb-customer-register__intro, .hb-customer-password__intro) {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 0;
    padding: clamp(2.5rem, 6vw, 6rem);
    color: var(--hb-theme-color-primary-contrast);
    background:
        linear-gradient(145deg, rgba(37, 35, 31, 0.76), rgba(37, 35, 31, 0.94)),
        var(--hb-theme-color-charcoal);
}

.aurelia-site :is(.hb-customer-login__intro, .hb-customer-register__intro, .hb-customer-password__intro)::before {
    position: absolute;
    inset: clamp(1.25rem, 3vw, 2.5rem);
    border: 1px solid rgba(230, 215, 184, 0.36);
    content: "";
    pointer-events: none;
}

.aurelia-site :is(.hb-customer-login__intro, .hb-customer-register__intro, .hb-customer-password__intro) > * {
    position: relative;
    z-index: 1;
}

.aurelia-site :is(.hb-customer-login__intro, .hb-customer-register__intro, .hb-customer-password__intro) .hb-customer-eyebrow {
    color: var(--hb-theme-color-champagne-light);
}

.aurelia-site :is(.hb-customer-login__intro, .hb-customer-register__intro, .hb-customer-password__intro) h2 {
    max-width: 9ch;
    margin: 0 0 var(--hb-theme-spacing-lg);
    color: var(--hb-theme-color-primary-contrast);
    font-family: var(--hb-theme-typography-family-heading);
    font-size: clamp(3.25rem, 6vw, 6rem);
    font-weight: var(--hb-theme-typography-weight-regular);
    letter-spacing: var(--hb-theme-typography-tracking-heading);
    line-height: 0.96;
}

.aurelia-site :is(.hb-customer-login__intro, .hb-customer-register__intro, .hb-customer-password__intro) > p {
    max-width: 34rem;
    margin: 0;
    color: rgba(255, 253, 248, 0.74);
    font-size: var(--hb-theme-typography-size-lg);
}

.aurelia-site .hb-customer-register__benefits {
    display: grid;
    gap: var(--hb-theme-spacing-sm);
    margin: var(--hb-theme-spacing-xl) 0 0;
    padding: var(--hb-theme-spacing-lg) 0 0;
    border-top: 1px solid rgba(230, 215, 184, 0.3);
    list-style: none;
}

.aurelia-site .hb-customer-register__benefits li {
    position: relative;
    padding-left: var(--hb-theme-spacing-lg);
    color: rgba(255, 253, 248, 0.84);
}

.aurelia-site .hb-customer-register__benefits li::before {
    position: absolute;
    top: 0.63em;
    left: 0;
    width: 0.5rem;
    height: 1px;
    background: var(--hb-theme-color-champagne-light);
    content: "";
}

.aurelia-site :is(.hb-customer-login__form, .hb-customer-register__panel, .hb-customer-password__panel) {
    align-self: center;
    width: 100%;
    max-width: 37rem;
    padding: clamp(2rem, 5vw, 4.5rem);
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.aurelia-site :is(.hb-customer-login, .hb-customer-register, .hb-customer-password) form {
    display: grid;
    gap: var(--hb-theme-spacing-lg);
    margin: 0;
}

.aurelia-site :is(.hb-customer-login, .hb-customer-register, .hb-customer-password) form > p,
.aurelia-site :is(.hb-customer-login, .hb-customer-register, .hb-customer-password) form > label {
    margin: 0;
}

.aurelia-site :is(.hb-customer-login, .hb-customer-register, .hb-customer-password) label,
.aurelia-site :is(.hb-customer-login, .hb-customer-register, .hb-customer-password) .login-remember {
    display: grid;
    gap: var(--hb-theme-spacing-xs);
    color: var(--hb-theme-color-charcoal-soft);
    font-size: var(--hb-theme-typography-size-sm);
    font-weight: var(--hb-theme-typography-weight-semibold);
}

.aurelia-site :is(.hb-customer-login, .hb-customer-register, .hb-customer-password) input:not([type="checkbox"]):not([type="hidden"]),
.aurelia-site :is(.hb-customer-login, .hb-customer-register, .hb-customer-password) select,
.aurelia-site :is(.hb-customer-login, .hb-customer-register, .hb-customer-password) textarea {
    width: 100%;
    min-height: 3.25rem;
    padding: 0.75rem 0;
    color: var(--hb-theme-color-text);
    border: 0;
    border-bottom: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transition: border-color var(--hb-theme-interaction-transition-fast);
}

.aurelia-site :is(.hb-customer-login, .hb-customer-register, .hb-customer-password) input:not([type="checkbox"]):not([type="hidden"]):focus,
.aurelia-site :is(.hb-customer-login, .hb-customer-register, .hb-customer-password) select:focus,
.aurelia-site :is(.hb-customer-login, .hb-customer-register, .hb-customer-password) textarea:focus {
    border-bottom-color: var(--hb-theme-color-focus);
    outline: 0;
}

.aurelia-site :is(.hb-customer-login, .hb-customer-register, .hb-customer-password) input[type="checkbox"] {
    width: 1.1rem;
    height: 1.1rem;
    accent-color: var(--hb-theme-color-primary);
}

.aurelia-site :is(.hb-customer-login, .hb-customer-register, .hb-customer-password) .login-remember label {
    display: flex;
    grid-template-columns: none;
    align-items: center;
    gap: var(--hb-theme-spacing-xs);
}

.aurelia-site :is(.hb-customer-login input[type="submit"], .hb-customer-register__button, .hb-customer-password__button) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 3.5rem;
    padding: var(--hb-theme-spacing-md) var(--hb-theme-spacing-xl);
    color: var(--hb-theme-color-primary-contrast);
    border: var(--hb-theme-border-width) solid var(--hb-theme-color-primary);
    border-radius: 0;
    background: var(--hb-theme-color-primary);
    box-shadow: none;
    font-size: var(--hb-theme-typography-size-xs);
    font-weight: var(--hb-theme-typography-weight-bold);
    letter-spacing: var(--hb-theme-typography-tracking-label);
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background var(--hb-theme-interaction-transition-fast), color var(--hb-theme-interaction-transition-fast);
}

.aurelia-site :is(.hb-customer-login input[type="submit"], .hb-customer-register__button, .hb-customer-password__button):hover,
.aurelia-site :is(.hb-customer-login input[type="submit"], .hb-customer-register__button, .hb-customer-password__button):focus-visible {
    color: var(--hb-theme-color-primary-contrast);
    background: var(--hb-theme-color-primary-hover);
}

.aurelia-site :is(.hb-customer-login__forgot, .hb-customer-login__register, .hb-customer-register__login, .hb-customer-password__login) {
    margin: var(--hb-theme-spacing-lg) 0 0;
    color: var(--hb-theme-color-text-muted);
    font-size: var(--hb-theme-typography-size-sm);
    text-align: center;
}

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

.aurelia-site :is(.hb-customer-register__honeypot, .hb-customer-password__honeypot),
.hb-guest-review-page.aurelia-site .hb-review-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

/* Customer dashboard. */
.aurelia-site .hb-customer-dashboard {
    padding-top: var(--hb-theme-spacing-xl);
}

.aurelia-site .hb-customer-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: var(--hb-theme-spacing-xl);
    margin: 0 0 var(--hb-theme-spacing-xxl);
    padding: 0 0 var(--hb-theme-spacing-xl);
    border: 0;
    border-bottom: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.aurelia-site .hb-customer-header h2 {
    max-width: 12ch;
    margin: 0;
    font-family: var(--hb-theme-typography-family-heading);
    font-size: clamp(3.5rem, 7vw, 7rem);
    font-weight: var(--hb-theme-typography-weight-regular);
    letter-spacing: var(--hb-theme-typography-tracking-heading);
    line-height: 0.94;
}

.aurelia-site .hb-customer-header p {
    max-width: 42rem;
    margin: var(--hb-theme-spacing-lg) 0 0;
    color: var(--hb-theme-color-text-muted);
    font-size: var(--hb-theme-typography-size-lg);
}

.aurelia-site .hb-customer-logout,
.aurelia-site .hb-customer-back {
    display: inline-flex;
    align-items: center;
    min-height: var(--hb-theme-interaction-target-min);
    padding: 0 0.1rem;
    color: var(--hb-theme-color-primary);
    border: 0;
    border-bottom: var(--hb-theme-border-width) solid currentColor;
    border-radius: 0;
    background: transparent;
    font-size: var(--hb-theme-typography-size-xs);
    font-weight: var(--hb-theme-typography-weight-bold);
    letter-spacing: var(--hb-theme-typography-tracking-label);
    text-decoration: none;
    text-transform: uppercase;
}

.aurelia-site .hb-customer-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 0 0 var(--hb-theme-spacing-xxxl);
    border-block: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
}

.aurelia-site .hb-customer-summary__card {
    display: flex;
    min-height: 9rem;
    flex-direction: column;
    justify-content: space-between;
    padding: var(--hb-theme-spacing-lg) clamp(1rem, 3vw, 2.25rem);
    border: 0;
    border-right: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.aurelia-site .hb-customer-summary__card:last-child {
    border-right: 0;
}

.aurelia-site .hb-customer-summary__card span {
    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: var(--hb-theme-typography-tracking-label);
    text-transform: uppercase;
}

.aurelia-site .hb-customer-summary__card strong {
    color: var(--hb-theme-color-charcoal);
    font-family: var(--hb-theme-typography-family-heading);
    font-size: clamp(2.5rem, 4vw, 4.5rem);
    font-weight: var(--hb-theme-typography-weight-regular);
    line-height: 1;
}

.aurelia-site .hb-customer-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 23rem);
    align-items: start;
    gap: clamp(2rem, 5vw, 5rem);
}

.aurelia-site .hb-customer-bookings {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.aurelia-site .hb-customer-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: var(--hb-theme-spacing-lg);
    margin: 0 0 var(--hb-theme-spacing-lg);
}

.aurelia-site .hb-customer-section-heading h3 {
    margin: 0;
    font-family: var(--hb-theme-typography-family-heading);
    font-size: clamp(2.25rem, 4vw, 3.75rem);
    font-weight: var(--hb-theme-typography-weight-regular);
}

.aurelia-site .hb-customer-filters {
    display: flex;
    flex-wrap: wrap;
    gap: var(--hb-theme-spacing-lg);
    margin: 0 0 var(--hb-theme-spacing-xl);
    padding: 0 0 var(--hb-theme-spacing-sm);
    border-bottom: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.aurelia-site .hb-customer-filters a {
    position: relative;
    padding: var(--hb-theme-spacing-xs) 0;
    color: var(--hb-theme-color-text-muted);
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: var(--hb-theme-typography-size-xs);
    font-weight: var(--hb-theme-typography-weight-semibold);
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

.aurelia-site .hb-customer-filters a::after {
    position: absolute;
    right: 0;
    bottom: calc(-1 * var(--hb-theme-spacing-sm) - 1px);
    left: 0;
    height: 2px;
    background: var(--hb-theme-color-primary);
    content: "";
    opacity: 0;
    transform: scaleX(0.4);
    transition: opacity var(--hb-theme-interaction-transition-fast), transform var(--hb-theme-interaction-transition-fast);
}

.aurelia-site .hb-customer-filters a:is(:hover, :focus-visible, .is-active) {
    color: var(--hb-theme-color-primary);
}

.aurelia-site .hb-customer-filters a.is-active::after {
    opacity: 1;
    transform: scaleX(1);
}

.aurelia-site .hb-customer-booking-list {
    display: grid;
    gap: var(--hb-theme-spacing-lg);
}

.aurelia-site .hb-customer-booking-card {
    padding: clamp(1.25rem, 3vw, 2rem);
    border: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
    border-radius: 0;
    background: var(--hb-theme-color-surface);
    box-shadow: none;
    transition: border-color var(--hb-theme-interaction-transition-fast), transform var(--hb-theme-interaction-transition-fast);
}

.aurelia-site .hb-customer-booking-card:hover {
    border-color: var(--hb-theme-color-champagne-dark);
    transform: translateY(-2px);
}

.aurelia-site .hb-customer-booking-card__top,
.aurelia-site .hb-customer-booking-card__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--hb-theme-spacing-md);
}

.aurelia-site .hb-customer-booking-card__label,
.aurelia-site .hb-customer-booking-card__amount span {
    display: block;
    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-customer-booking-card__top h4 {
    margin: 0.25rem 0 0;
    font-family: var(--hb-theme-typography-family-heading);
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: var(--hb-theme-typography-weight-regular);
}

.aurelia-site .hb-customer-booking-card__stay {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: var(--hb-theme-spacing-md);
    margin: var(--hb-theme-spacing-lg) 0;
    padding: var(--hb-theme-spacing-lg) 0;
    border-block: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
}

.aurelia-site .hb-customer-booking-card__stay > div:last-child {
    text-align: right;
}

.aurelia-site .hb-customer-booking-card__stay span:not(.hb-customer-booking-card__arrow) {
    display: block;
    color: var(--hb-theme-color-text-muted);
    font-size: var(--hb-theme-typography-size-xs);
}

.aurelia-site .hb-customer-booking-card__stay strong {
    display: block;
    margin-top: var(--hb-theme-spacing-xxs);
    font-size: var(--hb-theme-typography-size-lg);
}

.aurelia-site .hb-customer-booking-card__arrow {
    color: var(--hb-theme-color-champagne-dark);
    font-size: 1.5rem;
}

.aurelia-site .hb-customer-booking-card__amount strong {
    display: block;
    margin-top: var(--hb-theme-spacing-xxs);
    font-family: var(--hb-theme-typography-family-heading);
    font-size: 1.75rem;
    font-weight: var(--hb-theme-typography-weight-regular);
}

.aurelia-site :is(.hb-customer-status, .hb-customer-payment, .hb-cancellation__refund-status, .hb-confirmation-status) {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0;
    color: var(--hb-theme-color-text-muted);
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: var(--hb-theme-typography-size-xs);
    font-weight: var(--hb-theme-typography-weight-bold);
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.aurelia-site :is(.hb-customer-status, .hb-customer-payment, .hb-cancellation__refund-status, .hb-confirmation-status)::before {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: currentColor;
    content: "";
}

.aurelia-site :is(.hb-customer-status--confirmed, .hb-customer-status--checked_in, .hb-customer-payment--paid, .hb-cancellation__refund-status--completed, .hb-confirmation-status--success) {
    color: var(--hb-theme-color-success);
}

.aurelia-site :is(.hb-customer-status--cancelled, .hb-customer-status--failed, .hb-customer-payment--failed, .hb-cancellation__refund-status--failed, .hb-confirmation-status--error) {
    color: var(--hb-theme-color-error);
}

.aurelia-site .hb-customer-view-button,
.aurelia-site .hb-customer-claim button,
.aurelia-site .hb-confirmation-button,
.aurelia-site .hb-cancellation__form button {
    display: inline-flex;
    min-height: var(--hb-theme-interaction-target-min);
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.35rem;
    color: var(--hb-theme-color-primary-contrast);
    border: var(--hb-theme-border-width) solid var(--hb-theme-color-primary);
    border-radius: 0;
    background: var(--hb-theme-color-primary);
    box-shadow: none;
    font-size: var(--hb-theme-typography-size-xs);
    font-weight: var(--hb-theme-typography-weight-bold);
    letter-spacing: 0.09em;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    transition: background var(--hb-theme-interaction-transition-fast), border-color var(--hb-theme-interaction-transition-fast);
}

.aurelia-site :is(.hb-customer-view-button, .hb-customer-claim button, .hb-confirmation-button, .hb-cancellation__form button):hover,
.aurelia-site :is(.hb-customer-view-button, .hb-customer-claim button, .hb-confirmation-button, .hb-cancellation__form button):focus-visible {
    color: var(--hb-theme-color-primary-contrast);
    border-color: var(--hb-theme-color-primary-hover);
    background: var(--hb-theme-color-primary-hover);
}

.aurelia-site .hb-customer-claim {
    position: sticky;
    top: calc(var(--wp-admin--admin-bar--height, 0px) + var(--hb-theme-spacing-xl));
    padding: clamp(1.5rem, 3vw, 2.5rem);
    color: rgba(255, 253, 248, 0.76);
    border: 0;
    border-radius: 0;
    background: var(--hb-theme-color-charcoal);
    box-shadow: var(--aurelia-shadow-soft);
}

.aurelia-site .hb-customer-claim h3 {
    margin: 0 0 var(--hb-theme-spacing-md);
    color: var(--hb-theme-color-primary-contrast);
    font-family: var(--hb-theme-typography-family-heading);
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: var(--hb-theme-typography-weight-regular);
}

.aurelia-site .hb-customer-claim form {
    display: grid;
    gap: var(--hb-theme-spacing-md);
    margin-top: var(--hb-theme-spacing-xl);
}

.aurelia-site .hb-customer-claim label {
    color: var(--hb-theme-color-champagne-light);
    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-customer-claim input {
    width: 100%;
    min-height: 3.25rem;
    padding: 0.75rem 0;
    color: var(--hb-theme-color-primary-contrast);
    border: 0;
    border-bottom: 1px solid rgba(230, 215, 184, 0.4);
    border-radius: 0;
    background: transparent;
}

.aurelia-site .hb-customer-empty {
    padding: var(--hb-theme-spacing-xxl);
    border: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
    background: var(--hb-theme-color-surface);
    text-align: center;
}

.aurelia-site .hb-customer-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: var(--hb-theme-spacing-sm);
    margin-top: var(--hb-theme-spacing-xl);
}

.aurelia-site .hb-customer-pagination a,
.aurelia-site .hb-customer-pagination span {
    display: inline-grid;
    min-width: var(--hb-theme-interaction-target-min);
    min-height: var(--hb-theme-interaction-target-min);
    place-items: center;
    border: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
    border-radius: 0;
    text-decoration: none;
}

/* Standalone post-checkout confirmation on the Free-owned Search endpoint. */
.aurelia-site .aurelia-search-availability .hb-booking-confirmation {
    --aurelia-confirmation-width: min(calc(100vw - (2 * var(--hb-theme-container-gutter))), var(--hb-theme-container-wide));
    width: var(--aurelia-confirmation-width);
    max-width: none;
    margin: 0 calc((100% - var(--aurelia-confirmation-width)) / 2) var(--hb-theme-spacing-section);
    padding: var(--hb-theme-spacing-xl) 0 0;
    color: var(--hb-theme-color-text);
    background: transparent;
}

.aurelia-site .aurelia-search-availability .hb-confirmation-hero {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: var(--hb-theme-spacing-xl);
    margin: 0 0 var(--hb-theme-spacing-xxl);
    padding: clamp(2rem, 5vw, 4.5rem);
    color: var(--hb-theme-color-primary-contrast);
    border: 0;
    border-radius: 0;
    background: var(--hb-theme-color-charcoal);
}

.aurelia-site .aurelia-search-availability .hb-confirmation-hero__icon,
.aurelia-site .aurelia-search-availability .hb-confirmation-empty__icon {
    display: grid;
    width: 3.5rem;
    height: 3.5rem;
    place-items: center;
    color: var(--hb-theme-color-charcoal);
    border-radius: 50%;
    background: var(--hb-theme-color-champagne-light);
}

.aurelia-site .aurelia-search-availability .hb-confirmation-hero h1 {
    max-width: 13ch;
    margin: 0 0 var(--hb-theme-spacing-md);
    color: var(--hb-theme-color-primary-contrast);
    font-family: var(--hb-theme-typography-family-heading);
    font-size: clamp(2.75rem, 6vw, 5.75rem);
    font-weight: var(--hb-theme-typography-weight-regular);
    letter-spacing: var(--hb-theme-typography-tracking-heading);
    line-height: 0.98;
}

.aurelia-site .aurelia-search-availability .hb-confirmation-hero__content > p:not(.hb-confirmation-eyebrow) {
    max-width: 46rem;
    color: rgba(255, 253, 248, 0.72);
    font-size: var(--hb-theme-typography-size-lg);
}

.aurelia-site .aurelia-search-availability .hb-confirmation-hero .hb-confirmation-eyebrow,
.aurelia-site .aurelia-search-availability .hb-confirmation-hero .hb-confirmation-eyebrow strong {
    color: var(--hb-theme-color-champagne-light);
}

.aurelia-site .aurelia-search-availability .hb-confirmation-statuses {
    display: flex;
    flex-wrap: wrap;
    gap: var(--hb-theme-spacing-lg);
    margin-top: var(--hb-theme-spacing-lg);
}

.aurelia-site .aurelia-search-availability .hb-confirmation-status {
    color: var(--hb-theme-color-champagne-light);
}

.aurelia-site .aurelia-search-availability .hb-confirmation-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(19rem, 25rem);
    align-items: start;
    gap: clamp(2rem, 5vw, 5rem);
}

.aurelia-site .aurelia-search-availability .hb-confirmation-main {
    display: grid;
    min-width: 0;
    gap: var(--hb-theme-spacing-xl);
}

.aurelia-site .aurelia-search-availability .hb-confirmation-card {
    margin: 0;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    border: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
    border-radius: 0;
    background: var(--hb-theme-color-surface);
    box-shadow: none;
}

.aurelia-site .aurelia-search-availability .hb-confirmation-card__heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: var(--hb-theme-spacing-lg);
    margin-bottom: var(--hb-theme-spacing-xl);
    padding-bottom: var(--hb-theme-spacing-md);
    border-bottom: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
}

.aurelia-site .aurelia-search-availability .hb-confirmation-card__heading > div {
    display: flex;
    align-items: baseline;
    gap: var(--hb-theme-spacing-md);
}

.aurelia-site .aurelia-search-availability .hb-confirmation-card__heading h2 {
    margin: 0;
    font-family: var(--hb-theme-typography-family-heading);
    font-size: clamp(1.75rem, 3vw, 2.75rem);
    font-weight: var(--hb-theme-typography-weight-regular);
}

.aurelia-site .aurelia-search-availability .hb-confirmation-section-number,
.aurelia-site .aurelia-search-availability .hb-confirmation-card__meta {
    color: var(--hb-theme-color-champagne-dark);
    font-size: var(--hb-theme-typography-size-xs);
    font-weight: var(--hb-theme-typography-weight-bold);
    letter-spacing: var(--hb-theme-typography-tracking-label);
}

.aurelia-site .aurelia-search-availability .hb-confirmation-stay-grid,
.aurelia-site .aurelia-search-availability .hb-confirmation-details,
.aurelia-site .aurelia-search-availability .hb-confirmation-payment__method {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--hb-theme-spacing-lg);
}

.aurelia-site .aurelia-search-availability .hb-confirmation-stay-grid > div,
.aurelia-site .aurelia-search-availability .hb-confirmation-details > div,
.aurelia-site .aurelia-search-availability .hb-confirmation-payment__method > div {
    padding: 0 0 var(--hb-theme-spacing-md);
    border: 0;
    border-bottom: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
}

.aurelia-site .aurelia-search-availability :is(.hb-confirmation-stay-grid, .hb-confirmation-details, .hb-confirmation-payment__method) dt,
.aurelia-site .aurelia-search-availability .hb-confirmation-stay-grid span,
.aurelia-site .aurelia-search-availability .hb-confirmation-room__content > span,
.aurelia-site .aurelia-search-availability .hb-confirmation-room__quantity span {
    color: var(--hb-theme-color-text-muted);
    font-size: var(--hb-theme-typography-size-xs);
    letter-spacing: 0.05em;
}

.aurelia-site .aurelia-search-availability :is(.hb-confirmation-stay-grid, .hb-confirmation-details, .hb-confirmation-payment__method) dd {
    margin: var(--hb-theme-spacing-xxs) 0 0;
    color: var(--hb-theme-color-charcoal);
    font-weight: var(--hb-theme-typography-weight-semibold);
}

.aurelia-site .aurelia-search-availability .hb-confirmation-room-list,
.aurelia-site .aurelia-search-availability .hb-confirmation-services__list {
    display: grid;
    gap: var(--hb-theme-spacing-md);
    margin-top: var(--hb-theme-spacing-xl);
}

.aurelia-site .aurelia-search-availability .hb-confirmation-room,
.aurelia-site .aurelia-search-availability .hb-confirmation-service {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: var(--hb-theme-spacing-lg);
    padding: var(--hb-theme-spacing-md) 0;
    border: 0;
    border-top: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
    border-radius: 0;
    background: transparent;
}

.aurelia-site .aurelia-search-availability .hb-confirmation-room__image,
.aurelia-site .aurelia-search-availability .hb-confirmation-room__placeholder {
    width: 6rem;
    aspect-ratio: 4 / 3;
    border-radius: 0;
    object-fit: cover;
}

.aurelia-site .aurelia-search-availability .hb-confirmation-sidebar {
    position: sticky;
    top: calc(var(--wp-admin--admin-bar--height, 0px) + var(--hb-theme-spacing-xl));
    min-width: 0;
}

.aurelia-site .aurelia-search-availability .hb-confirmation-price-card {
    color: rgba(255, 253, 248, 0.74);
    border: 0;
    background: var(--hb-theme-color-charcoal);
}

.aurelia-site .aurelia-search-availability .hb-confirmation-price-card :is(h2, h3, strong, th, td) {
    color: var(--hb-theme-color-primary-contrast);
}

.aurelia-site .aurelia-search-availability .hb-confirmation-price-card .hb-confirmation-eyebrow {
    color: var(--hb-theme-color-champagne-light);
}

.aurelia-site .aurelia-search-availability .hb-confirmation-price-table {
    width: 100%;
    border-collapse: collapse;
}

.aurelia-site .aurelia-search-availability .hb-confirmation-price-table th,
.aurelia-site .aurelia-search-availability .hb-confirmation-price-table td {
    padding: var(--hb-theme-spacing-md) 0;
    border-bottom: 1px solid rgba(230, 215, 184, 0.24);
}

.aurelia-site .aurelia-search-availability .hb-confirmation-price-table td {
    text-align: right;
}

.aurelia-site .aurelia-search-availability .hb-confirmation-actions {
    display: grid;
    gap: var(--hb-theme-spacing-sm);
    margin-top: var(--hb-theme-spacing-md);
}

.aurelia-site .aurelia-search-availability .hb-confirmation-button {
    width: 100%;
}

.aurelia-site .aurelia-search-availability :is(.hb-confirmation-button--secondary, .hb-confirmation-button--quiet) {
    color: var(--hb-theme-color-primary);
    background: transparent;
}

.aurelia-site .aurelia-search-availability .hb-confirmation-reference {
    margin-top: var(--hb-theme-spacing-md);
    padding: var(--hb-theme-spacing-md);
    border: var(--hb-theme-border-width) dashed var(--hb-theme-color-border);
    border-radius: 0;
    font-size: var(--hb-theme-typography-size-sm);
    text-align: center;
}

.aurelia-site .aurelia-search-availability .hb-booking-confirmation__table-wrap {
    max-width: 100%;
    overflow-x: auto;
}

.aurelia-site .aurelia-search-availability .hb-booking-confirmation__nightly-prices table {
    width: 100%;
    border-collapse: collapse;
}

.aurelia-site .aurelia-search-availability .hb-booking-confirmation__nightly-prices th,
.aurelia-site .aurelia-search-availability .hb-booking-confirmation__nightly-prices td {
    padding: var(--hb-theme-spacing-sm) var(--hb-theme-spacing-md);
    border: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
    text-align: left;
}

.aurelia-site .aurelia-search-availability .hb-confirmation-empty {
    display: grid;
    max-width: var(--hb-theme-container-narrow);
    min-height: 24rem;
    align-content: center;
    justify-items: start;
    gap: var(--hb-theme-spacing-lg);
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4rem);
}

/* Booking detail embeds the same Free-owned confirmation view. */
.aurelia-site .hb-customer-detail {
    padding-top: var(--hb-theme-spacing-xl);
}

.aurelia-site .hb-customer-detail__nav {
    margin-bottom: var(--hb-theme-spacing-xl);
}

.aurelia-site .hb-customer-detail .hb-booking-confirmation {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    background: transparent;
}

.aurelia-site .hb-customer-detail .hb-confirmation-hero {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: var(--hb-theme-spacing-xl);
    margin: 0 0 var(--hb-theme-spacing-xxl);
    padding: clamp(2rem, 5vw, 4.5rem);
    color: var(--hb-theme-color-primary-contrast);
    border: 0;
    border-radius: 0;
    background: var(--hb-theme-color-charcoal);
}

.aurelia-site .hb-customer-detail .hb-confirmation-hero__icon {
    display: grid;
    width: 3.5rem;
    height: 3.5rem;
    place-items: center;
    color: var(--hb-theme-color-charcoal);
    border-radius: 50%;
    background: var(--hb-theme-color-champagne-light);
}

.aurelia-site .hb-customer-detail .hb-confirmation-hero h1 {
    max-width: 13ch;
    margin: 0 0 var(--hb-theme-spacing-md);
    color: var(--hb-theme-color-primary-contrast);
    font-family: var(--hb-theme-typography-family-heading);
    font-size: clamp(2.75rem, 6vw, 5.75rem);
    font-weight: var(--hb-theme-typography-weight-regular);
    line-height: 0.98;
}

.aurelia-site .hb-customer-detail .hb-confirmation-hero p {
    color: rgba(255, 253, 248, 0.72);
}

.aurelia-site .hb-customer-detail .hb-confirmation-hero .hb-confirmation-eyebrow,
.aurelia-site .hb-customer-detail .hb-confirmation-hero .hb-confirmation-eyebrow strong {
    color: var(--hb-theme-color-champagne-light);
}

.aurelia-site .hb-customer-detail .hb-confirmation-statuses {
    display: flex;
    flex-wrap: wrap;
    gap: var(--hb-theme-spacing-lg);
    margin-top: var(--hb-theme-spacing-lg);
}

.aurelia-site .hb-customer-detail .hb-confirmation-status {
    color: var(--hb-theme-color-champagne-light);
}

.aurelia-site .hb-customer-detail .hb-confirmation-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 24rem);
    align-items: start;
    gap: clamp(2rem, 5vw, 5rem);
}

.aurelia-site .hb-customer-detail .hb-confirmation-main {
    display: grid;
    gap: var(--hb-theme-spacing-xl);
}

.aurelia-site .hb-customer-detail .hb-confirmation-card {
    margin: 0;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    border: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
    border-radius: 0;
    background: var(--hb-theme-color-surface);
    box-shadow: none;
}

.aurelia-site .hb-customer-detail .hb-confirmation-card__heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: var(--hb-theme-spacing-lg);
    margin-bottom: var(--hb-theme-spacing-xl);
    padding-bottom: var(--hb-theme-spacing-md);
    border-bottom: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
}

.aurelia-site .hb-customer-detail .hb-confirmation-card__heading > div {
    display: flex;
    align-items: baseline;
    gap: var(--hb-theme-spacing-md);
}

.aurelia-site .hb-customer-detail .hb-confirmation-card__heading h2 {
    margin: 0;
    font-family: var(--hb-theme-typography-family-heading);
    font-size: clamp(1.75rem, 3vw, 2.75rem);
    font-weight: var(--hb-theme-typography-weight-regular);
}

.aurelia-site .hb-customer-detail .hb-confirmation-section-number,
.aurelia-site .hb-customer-detail .hb-confirmation-card__meta {
    color: var(--hb-theme-color-champagne-dark);
    font-size: var(--hb-theme-typography-size-xs);
    font-weight: var(--hb-theme-typography-weight-bold);
    letter-spacing: var(--hb-theme-typography-tracking-label);
}

.aurelia-site .hb-customer-detail .hb-confirmation-stay-grid,
.aurelia-site .hb-customer-detail .hb-confirmation-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--hb-theme-spacing-lg);
}

.aurelia-site .hb-customer-detail .hb-confirmation-stay-grid > div,
.aurelia-site .hb-customer-detail .hb-confirmation-details > div,
.aurelia-site .hb-customer-detail .hb-confirmation-payment__method > div {
    padding: 0 0 var(--hb-theme-spacing-md);
    border-bottom: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
}

.aurelia-site .hb-customer-detail :is(.hb-confirmation-stay-grid, .hb-confirmation-details, .hb-confirmation-payment__method) dt {
    color: var(--hb-theme-color-text-muted);
    font-size: var(--hb-theme-typography-size-xs);
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.aurelia-site .hb-customer-detail :is(.hb-confirmation-stay-grid, .hb-confirmation-details, .hb-confirmation-payment__method) dd {
    margin: var(--hb-theme-spacing-xxs) 0 0;
    color: var(--hb-theme-color-charcoal);
    font-weight: var(--hb-theme-typography-weight-semibold);
}

.aurelia-site .hb-customer-detail .hb-confirmation-room-list,
.aurelia-site .hb-customer-detail .hb-confirmation-services__list {
    display: grid;
    gap: var(--hb-theme-spacing-md);
    margin-top: var(--hb-theme-spacing-xl);
}

.aurelia-site .hb-customer-detail .hb-confirmation-room,
.aurelia-site .hb-customer-detail .hb-confirmation-service {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: var(--hb-theme-spacing-lg);
    padding: var(--hb-theme-spacing-md) 0;
    border: 0;
    border-top: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
    background: transparent;
}

.aurelia-site .hb-customer-detail .hb-confirmation-room__image,
.aurelia-site .hb-customer-detail .hb-confirmation-room__placeholder {
    width: 6rem;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.aurelia-site .hb-customer-detail .hb-confirmation-sidebar {
    position: sticky;
    top: calc(var(--wp-admin--admin-bar--height, 0px) + var(--hb-theme-spacing-xl));
}

.aurelia-site .hb-customer-detail .hb-confirmation-price-card {
    color: rgba(255, 253, 248, 0.74);
    border: 0;
    background: var(--hb-theme-color-charcoal);
}

.aurelia-site .hb-customer-detail .hb-confirmation-price-card :is(h2, h3, strong, th, td) {
    color: var(--hb-theme-color-primary-contrast);
}

.aurelia-site .hb-customer-detail .hb-confirmation-price-card .hb-confirmation-eyebrow {
    color: var(--hb-theme-color-champagne-light);
}

.aurelia-site .hb-customer-detail .hb-confirmation-price-table {
    width: 100%;
    border-collapse: collapse;
}

.aurelia-site .hb-customer-detail .hb-confirmation-price-table th,
.aurelia-site .hb-customer-detail .hb-confirmation-price-table td {
    padding: var(--hb-theme-spacing-md) 0;
    border-bottom: 1px solid rgba(230, 215, 184, 0.24);
}

.aurelia-site .hb-customer-detail .hb-confirmation-price-table td {
    text-align: right;
}

.aurelia-site .hb-customer-detail .hb-confirmation-actions {
    display: grid;
    gap: var(--hb-theme-spacing-sm);
    margin-top: var(--hb-theme-spacing-md);
}

.aurelia-site .hb-customer-detail .hb-confirmation-button {
    width: 100%;
}

.aurelia-site .hb-customer-detail :is(.hb-confirmation-button--secondary, .hb-confirmation-button--quiet) {
    color: var(--hb-theme-color-primary);
    background: transparent;
}

.aurelia-site .hb-customer-detail .hb-confirmation-reference {
    margin-top: var(--hb-theme-spacing-md);
    padding: var(--hb-theme-spacing-md);
    border: var(--hb-theme-border-width) dashed var(--hb-theme-color-border);
    font-size: var(--hb-theme-typography-size-sm);
    text-align: center;
}

/* Historical room-policy snapshots. */
.aurelia-site .hb-customer-policy-snapshots {
    margin: var(--hb-theme-spacing-xxxl) 0 0;
    padding: clamp(1.5rem, 4vw, 3rem);
    border: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
    background: var(--hb-theme-color-surface-alt);
}

.aurelia-site .hb-customer-policy-snapshots__heading h2 {
    margin: 0;
    font-family: var(--hb-theme-typography-family-heading);
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: var(--hb-theme-typography-weight-regular);
}

.aurelia-site .hb-customer-policy-snapshots__group {
    margin-top: var(--hb-theme-spacing-xl);
}

.aurelia-site .hb-customer-policy-snapshots__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--hb-theme-spacing-md);
}

.aurelia-site .hb-customer-policy-snapshot {
    padding: var(--hb-theme-spacing-lg);
    border: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
    border-radius: 0;
    background: var(--hb-theme-color-surface);
}

.aurelia-site .hb-customer-policy-snapshot__top {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: var(--hb-theme-spacing-md);
    padding-bottom: var(--hb-theme-spacing-sm);
    border-bottom: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
}

.aurelia-site .hb-customer-policy-snapshot__revision,
.aurelia-site .hb-customer-policy-snapshot__status {
    color: var(--hb-theme-color-text-muted);
    font-size: var(--hb-theme-typography-size-xs);
}

.aurelia-site .hb-customer-policy-snapshot__status.is-complete {
    color: var(--hb-theme-color-success);
}

.aurelia-site .hb-customer-policy-snapshot__status.is-missing {
    color: var(--hb-theme-color-error);
}

/* Cancellation and refund flow. */
.aurelia-site .hb-cancellation {
    margin-top: var(--hb-theme-spacing-xxxl);
    padding: clamp(1.5rem, 4vw, 3rem);
    border: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
    border-radius: 0;
    background: var(--hb-theme-color-surface);
    box-shadow: none;
}

.aurelia-site .hb-cancellation__heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: var(--hb-theme-spacing-xl);
    margin-bottom: var(--hb-theme-spacing-xl);
}

.aurelia-site .hb-cancellation__heading h3 {
    margin: 0;
    font-family: var(--hb-theme-typography-family-heading);
    font-size: clamp(2.25rem, 4vw, 4rem);
    font-weight: var(--hb-theme-typography-weight-regular);
}

.aurelia-site .hb-cancellation__rules {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-bottom: var(--hb-theme-spacing-xl);
    border-block: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
}

.aurelia-site .hb-cancellation__rules > * {
    padding: var(--hb-theme-spacing-lg);
    border-right: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
}

.aurelia-site .hb-cancellation__rules > *:last-child {
    border-right: 0;
}

.aurelia-site .hb-cancellation__quote,
.aurelia-site .hb-cancellation__result,
.aurelia-site .hb-cancellation__unavailable {
    margin: var(--hb-theme-spacing-lg) 0;
    padding: var(--hb-theme-spacing-xl);
    border: 0;
    border-left: 3px solid var(--hb-theme-color-champagne);
    border-radius: 0;
    background: var(--hb-theme-color-surface-alt);
}

.aurelia-site .hb-cancellation__result-top,
.aurelia-site .hb-cancellation__facts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: var(--hb-theme-spacing-md);
}

.aurelia-site .hb-cancellation__facts {
    margin-top: var(--hb-theme-spacing-lg);
    padding-top: var(--hb-theme-spacing-lg);
    border-top: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
}

.aurelia-site .hb-cancellation__form {
    display: grid;
    gap: var(--hb-theme-spacing-lg);
    margin-top: var(--hb-theme-spacing-xl);
}

.aurelia-site .hb-cancellation__form > label:not(.hb-cancellation__ack) {
    display: grid;
    gap: var(--hb-theme-spacing-xs);
    color: var(--hb-theme-color-charcoal-soft);
    font-size: var(--hb-theme-typography-size-sm);
    font-weight: var(--hb-theme-typography-weight-semibold);
}

.aurelia-site .hb-cancellation__form textarea {
    width: 100%;
    min-height: 8rem;
    padding: var(--hb-theme-spacing-md);
    border: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
    border-radius: 0;
    background: var(--hb-theme-color-surface);
}

.aurelia-site .hb-cancellation__ack {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: var(--hb-theme-spacing-sm);
    padding: var(--hb-theme-spacing-md);
    border: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
    background: var(--hb-theme-color-surface-alt);
}

.aurelia-site .hb-cancellation__ack input {
    width: 1.15rem;
    height: 1.15rem;
    margin-top: 0.25rem;
    accent-color: var(--hb-theme-color-error);
}

.aurelia-site .hb-cancellation__form button {
    justify-self: start;
    border-color: var(--hb-theme-color-error);
    background: var(--hb-theme-color-error);
}

.aurelia-site .hb-cancellation__form button:is(:hover, :focus-visible) {
    border-color: #76231f;
    background: #76231f;
}

.aurelia-site .hb-cancellation__processing-note,
.aurelia-site .hb-cancellation__final-note {
    color: var(--hb-theme-color-text-muted);
    font-size: var(--hb-theme-typography-size-sm);
}

/* Standalone guest-review flow. */
.hb-guest-review-page.aurelia-site {
    min-width: 20rem;
    margin: 0;
    color: var(--hb-theme-color-text);
    background: var(--hb-theme-color-background);
    font-family: var(--hb-theme-typography-family-body);
}

.hb-guest-review-page.aurelia-site .hb-review-shell {
    display: grid;
    width: min(calc(100vw - (2 * var(--hb-theme-container-gutter))), var(--hb-theme-container-content));
    min-height: 100vh;
    margin: 0 auto;
    padding: var(--hb-theme-spacing-section-compact) 0;
    place-items: start stretch;
}

.hb-guest-review-page.aurelia-site .hb-review-card {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: clamp(2rem, 6vw, 6rem);
    border: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
    border-radius: 0;
    background: var(--hb-theme-color-surface);
    box-shadow: var(--aurelia-shadow-soft);
}

.hb-guest-review-page.aurelia-site .hb-review-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.55fr);
    align-items: end;
    gap: var(--hb-theme-spacing-xxl);
    margin-bottom: var(--hb-theme-spacing-xl);
    padding-bottom: var(--hb-theme-spacing-xl);
    border-bottom: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
}

.hb-guest-review-page.aurelia-site .hb-review-heading h1,
.hb-guest-review-page.aurelia-site :is(.hb-review-success, .hb-review-invalid) h1 {
    max-width: 12ch;
    margin: 0;
    font-family: var(--hb-theme-typography-family-heading);
    font-size: clamp(3.25rem, 7vw, 7rem);
    font-weight: var(--hb-theme-typography-weight-regular);
    letter-spacing: var(--hb-theme-typography-tracking-heading);
    line-height: 0.94;
}

.hb-guest-review-page.aurelia-site .hb-review-stay {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 0 0 var(--hb-theme-spacing-xxl);
    border-block: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
}

.hb-guest-review-page.aurelia-site .hb-review-stay > div {
    padding: var(--hb-theme-spacing-lg);
    border-right: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
}

.hb-guest-review-page.aurelia-site .hb-review-stay > div:last-child {
    border-right: 0;
}

.hb-guest-review-page.aurelia-site .hb-review-stay dt {
    color: var(--hb-theme-color-text-muted);
    font-size: var(--hb-theme-typography-size-xs);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hb-guest-review-page.aurelia-site .hb-review-stay dd {
    margin: var(--hb-theme-spacing-xs) 0 0;
    font-family: var(--hb-theme-typography-family-heading);
    font-size: 1.35rem;
}

.hb-guest-review-page.aurelia-site .hb-review-errors {
    margin: 0 0 var(--hb-theme-spacing-xl);
    padding: var(--hb-theme-spacing-md) var(--hb-theme-spacing-lg);
    border-left: 3px solid var(--hb-theme-color-error);
    background: color-mix(in srgb, var(--hb-theme-color-error) 7%, var(--hb-theme-color-surface));
}

.hb-guest-review-page.aurelia-site .hb-review-form,
.hb-guest-review-page.aurelia-site .hb-room-reviews {
    display: grid;
    gap: var(--hb-theme-spacing-xl);
}

.hb-guest-review-page.aurelia-site .hb-room-review-card {
    padding: clamp(1.5rem, 3vw, 2.5rem);
    border: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.hb-guest-review-page.aurelia-site .hb-room-review-card__header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: var(--hb-theme-spacing-lg);
    margin-bottom: var(--hb-theme-spacing-lg);
    padding-bottom: var(--hb-theme-spacing-md);
    border-bottom: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
}

.hb-guest-review-page.aurelia-site .hb-room-review-card__header h2 {
    margin: 0;
    font-family: var(--hb-theme-typography-family-heading);
    font-size: clamp(1.75rem, 3vw, 2.75rem);
    font-weight: var(--hb-theme-typography-weight-regular);
}

.hb-guest-review-page.aurelia-site .hb-room-review-card__meta {
    color: var(--hb-theme-color-text-muted);
    font-size: var(--hb-theme-typography-size-sm);
}

.hb-guest-review-page.aurelia-site .hb-room-review-criteria {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--hb-theme-spacing-md) var(--hb-theme-spacing-xl);
}

.hb-guest-review-page.aurelia-site .hb-room-review-criterion {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: var(--hb-theme-spacing-md);
    padding: var(--hb-theme-spacing-md) 0;
    border-bottom: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
}

.hb-guest-review-page.aurelia-site .hb-review-stars {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 0.1rem;
}

.hb-guest-review-page.aurelia-site .hb-review-stars label {
    color: var(--hb-theme-color-border);
    font-size: 1.65rem;
    line-height: 1;
    transition: color var(--hb-theme-interaction-transition-fast), transform var(--hb-theme-interaction-transition-fast);
}

.hb-guest-review-page.aurelia-site .hb-review-stars label:is(:hover, :focus-within),
.hb-guest-review-page.aurelia-site .hb-review-stars label:hover ~ label,
.hb-guest-review-page.aurelia-site .hb-review-stars input:checked ~ label {
    color: var(--hb-theme-color-champagne-dark);
    transform: translateY(-1px);
}

.hb-guest-review-page.aurelia-site .hb-review-field {
    display: grid;
    gap: var(--hb-theme-spacing-sm);
    color: var(--hb-theme-color-charcoal-soft);
    font-size: var(--hb-theme-typography-size-sm);
    font-weight: var(--hb-theme-typography-weight-semibold);
}

.hb-guest-review-page.aurelia-site .hb-review-field textarea {
    width: 100%;
    min-height: 8rem;
    padding: var(--hb-theme-spacing-md);
    border: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
    border-radius: 0;
    background: var(--hb-theme-color-surface);
}

.hb-guest-review-page.aurelia-site .hb-review-button {
    display: inline-flex;
    min-height: 3.5rem;
    align-items: center;
    justify-content: center;
    justify-self: start;
    padding: var(--hb-theme-spacing-md) var(--hb-theme-spacing-xl);
    color: var(--hb-theme-color-primary-contrast);
    border: var(--hb-theme-border-width) solid var(--hb-theme-color-primary);
    border-radius: 0;
    background: var(--hb-theme-color-primary);
    font-size: var(--hb-theme-typography-size-xs);
    font-weight: var(--hb-theme-typography-weight-bold);
    letter-spacing: var(--hb-theme-typography-tracking-label);
    text-decoration: none;
    text-transform: uppercase;
}

.hb-guest-review-page.aurelia-site .hb-review-button:is(:hover, :focus-visible) {
    color: var(--hb-theme-color-primary-contrast);
    background: var(--hb-theme-color-primary-hover);
}

.hb-guest-review-page.aurelia-site .hb-review-privacy {
    color: var(--hb-theme-color-text-muted);
    font-size: var(--hb-theme-typography-size-sm);
}

.hb-guest-review-page.aurelia-site :is(.hb-review-success, .hb-review-invalid) {
    display: grid;
    max-width: 50rem;
    min-height: 28rem;
    align-content: center;
    justify-items: start;
    gap: var(--hb-theme-spacing-lg);
}

.hb-guest-review-page.aurelia-site .hb-review-success__icon {
    display: grid;
    width: 4rem;
    height: 4rem;
    place-items: center;
    color: var(--hb-theme-color-primary-contrast);
    border-radius: 50%;
    background: var(--hb-theme-color-success);
    font-size: 1.5rem;
}

@media (max-width: 1100px) {
    .aurelia-site :is(.hb-customer-login, .hb-customer-register, .hb-customer-password) {
        grid-template-columns: minmax(0, 0.85fr) minmax(23rem, 1fr);
    }

    .aurelia-site .hb-customer-layout,
    .aurelia-site .hb-customer-detail .hb-confirmation-layout,
    .aurelia-site .aurelia-search-availability .hb-confirmation-layout {
        grid-template-columns: minmax(0, 1fr) minmax(17rem, 20rem);
        gap: var(--hb-theme-spacing-xl);
    }
}

@media (max-width: 900px) {
    .aurelia-site :is(.hb-customer-login, .hb-customer-register, .hb-customer-password) {
        grid-template-columns: minmax(0, 1fr);
    }

    .aurelia-site :is(.hb-customer-login__intro, .hb-customer-register__intro, .hb-customer-password__intro) {
        min-height: 25rem;
    }

    .aurelia-site .hb-customer-layout,
    .aurelia-site .hb-customer-detail .hb-confirmation-layout,
    .aurelia-site .aurelia-search-availability .hb-confirmation-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .aurelia-site .hb-customer-claim,
    .aurelia-site .hb-customer-detail .hb-confirmation-sidebar,
    .aurelia-site .aurelia-search-availability .hb-confirmation-sidebar {
        position: static;
    }

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

    .aurelia-site .hb-customer-summary__card:nth-child(2) {
        border-right: 0;
    }

    .aurelia-site .hb-customer-summary__card:nth-child(-n + 2) {
        border-bottom: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
    }

    .hb-guest-review-page.aurelia-site .hb-review-heading {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 782px) {
    .aurelia-site .hb-customer-dashboard,
    .aurelia-site .hb-customer-login,
    .aurelia-site .hb-customer-register,
    .aurelia-site .hb-customer-password,
    .aurelia-site .hb-customer-detail {
        --aurelia-customer-width: calc(100vw - (2 * var(--hb-theme-container-gutter)));
    }

    .aurelia-site .aurelia-search-availability .hb-booking-confirmation {
        --aurelia-confirmation-width: calc(100vw - (2 * var(--hb-theme-container-gutter)));
    }

    .aurelia-site .hb-customer-header {
        grid-template-columns: minmax(0, 1fr);
        align-items: start;
    }

    .aurelia-site .hb-customer-section-heading,
    .aurelia-site .hb-cancellation__heading {
        align-items: start;
        flex-direction: column;
    }

    .aurelia-site .hb-customer-policy-snapshots__list,
    .aurelia-site .hb-cancellation__rules,
    .hb-guest-review-page.aurelia-site .hb-review-stay,
    .hb-guest-review-page.aurelia-site .hb-room-review-criteria {
        grid-template-columns: minmax(0, 1fr);
    }

    .aurelia-site .hb-cancellation__rules > *,
    .hb-guest-review-page.aurelia-site .hb-review-stay > div {
        border-right: 0;
        border-bottom: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
    }

    .aurelia-site .hb-cancellation__rules > *:last-child,
    .hb-guest-review-page.aurelia-site .hb-review-stay > div:last-child {
        border-bottom: 0;
    }

    .aurelia-site .hb-customer-detail .hb-confirmation-hero,
    .aurelia-site .aurelia-search-availability .hb-confirmation-hero {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 560px) {
    .aurelia-site :is(.hb-customer-login__intro, .hb-customer-register__intro, .hb-customer-password__intro),
    .aurelia-site :is(.hb-customer-login__form, .hb-customer-register__panel, .hb-customer-password__panel),
    .hb-guest-review-page.aurelia-site .hb-review-card {
        padding: var(--hb-theme-spacing-xl);
    }

    .aurelia-site .hb-customer-register__name-grid,
    .aurelia-site .hb-customer-summary,
    .aurelia-site .hb-customer-detail .hb-confirmation-stay-grid,
    .aurelia-site .hb-customer-detail .hb-confirmation-details,
    .aurelia-site .aurelia-search-availability .hb-confirmation-stay-grid,
    .aurelia-site .aurelia-search-availability .hb-confirmation-details,
    .aurelia-site .aurelia-search-availability .hb-confirmation-payment__method {
        grid-template-columns: minmax(0, 1fr);
    }

    .aurelia-site .hb-customer-summary__card {
        border-right: 0;
        border-bottom: var(--hb-theme-border-width) solid var(--hb-theme-color-border);
    }

    .aurelia-site .hb-customer-summary__card:last-child {
        border-bottom: 0;
    }

    .aurelia-site .hb-customer-booking-card__top,
    .aurelia-site .hb-customer-booking-card__bottom,
    .aurelia-site .hb-customer-detail .hb-confirmation-card__heading,
    .aurelia-site .aurelia-search-availability .hb-confirmation-card__heading,
    .hb-guest-review-page.aurelia-site .hb-room-review-card__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .aurelia-site .hb-customer-booking-card__stay {
        grid-template-columns: minmax(0, 1fr);
    }

    .aurelia-site .hb-customer-booking-card__stay > div:last-child {
        text-align: left;
    }

    .aurelia-site .hb-customer-booking-card__arrow {
        transform: rotate(90deg);
    }

    .aurelia-site .hb-customer-detail .hb-confirmation-room,
    .aurelia-site .hb-customer-detail .hb-confirmation-service,
    .aurelia-site .aurelia-search-availability .hb-confirmation-room,
    .aurelia-site .aurelia-search-availability .hb-confirmation-service,
    .hb-guest-review-page.aurelia-site .hb-room-review-criterion {
        grid-template-columns: minmax(0, 1fr);
    }

    .aurelia-site .hb-cancellation__form button,
    .hb-guest-review-page.aurelia-site .hb-review-button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .aurelia-site .hb-customer-booking-card,
    .aurelia-site .hb-customer-filters a::after,
    .hb-guest-review-page.aurelia-site .hb-review-stars label {
        transition-duration: 0.01ms !important;
    }

    .aurelia-site .hb-customer-booking-card:hover,
    .hb-guest-review-page.aurelia-site .hb-review-stars label:is(:hover, :focus-within) {
        transform: none;
    }
}

@media print {
    .aurelia-site .aurelia-search-availability .hb-booking-confirmation,
    .aurelia-site .hb-customer-detail {
        --aurelia-confirmation-width: 100%;
        --aurelia-customer-width: 100%;
        width: 100%;
        margin: 0;
    }

    .aurelia-site .hb-customer-detail__nav,
    .aurelia-site .hb-customer-detail .hb-confirmation-actions,
    .aurelia-site .aurelia-search-availability .hb-confirmation-actions,
    .aurelia-site .hb-cancellation__form,
    .aurelia-site .hb-customer-logout {
        display: none !important;
    }

    .aurelia-site .hb-customer-detail .hb-confirmation-layout,
    .aurelia-site .aurelia-search-availability .hb-confirmation-layout {
        display: block;
    }

    .aurelia-site .hb-customer-detail .hb-confirmation-card,
    .aurelia-site .aurelia-search-availability .hb-confirmation-card,
    .aurelia-site .hb-customer-policy-snapshots,
    .aurelia-site .hb-cancellation {
        break-inside: avoid;
        box-shadow: none;
    }
}
