/* Reservation selection page only. No changes to the guest-details form. */
.booking-search-page { padding-top: 80px; background: #fff; color: #232333; }
.booking-breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; padding: 25px 0 26px; color: #82768e; font-size: 11px; line-height: 1.6; }
.booking-breadcrumb a { display: inline-flex; align-items: center; min-height: 0 !important; padding: 0 !important; color: #82768e; }
.booking-breadcrumb i { color: #b5aabe; font-size: 8px; }
.booking-breadcrumb [aria-current] { color: #584b69; }
.booking-intro { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 12px 0 35px; }
.booking-intro > div { min-width: 0; }
.booking-kicker { display: block; margin-bottom: 13px; color: #7d619f; font-size: 10px; font-weight: 600; line-height: 1.6; letter-spacing: 1.4px; }
.booking-intro h1 { margin: 0 0 17px; color: #232333; font-size: clamp(32px, 3.2vw, 43px); font-weight: 600; line-height: 1.25; letter-spacing: -1px; }
.booking-intro p { max-width: 670px; margin: 0; color: #7b6f87; font-size: 14px; line-height: 1.85; }
.booking-progress { display: flex; align-items: flex-start; gap: 26px; flex-shrink: 0; margin: 0; padding: 0; list-style: none; }
.booking-progress li { display: grid; gap: 8px; color: #9a8aa5; font-size: 10px; line-height: 1.6; }
.booking-progress span { color: #b7a9c2; font-size: 17px; font-weight: 500; font-variant-numeric: tabular-nums; }
.booking-progress [aria-current] { color: #6b4e9e; font-weight: 500; }
.booking-progress [aria-current] span { color: #6b4e9e; }
.booking-search-page .booking-search-panel { padding: 23px !important; border: 1px solid #e2d8ed; border-radius: 15px; background: #fff; scroll-margin-top: 110px; }
.booking-search-form { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) auto; align-items: start; gap: 20px; margin: 0; }
.booking-search-field { display: flex; flex-direction: column; gap: 9px; min-width: 0; }
.booking-search-page .booking-search-field label { display: flex !important; align-items: center; gap: 8px; margin: 0 !important; color: #766184 !important; font-size: 11px; font-weight: 500 !important; line-height: 1.6; letter-spacing: normal !important; text-transform: none !important; }
.booking-search-field label i { color: #9678af; font-size: 13px; }
.booking-search-page .booking-search-field input, .booking-search-page .booking-search-field select { width: 100%; min-width: 0; max-width: 100%; min-height: 48px; margin: 0; padding: 12px 13px; border: 1px solid #dfd6e9 !important; border-radius: 9px !important; background-color: #fff !important; color: #51405e; font: inherit; font-size: 13px; line-height: 1.7; box-shadow: none !important; }
.booking-search-field input::placeholder { color: #9787a2; opacity: 1; }
.booking-search-page .booking-search-field input:focus, .booking-search-page .booking-search-field select:focus { border-color: #9677b4 !important; outline: 2px solid #ede5f5 !important; outline-offset: 1px; }
.booking-search-field input[readonly], .booking-search-field select { cursor: pointer; }
.booking-button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 48px; padding: 12px 19px; border: 1px solid #6b4e9e; border-radius: 10px; background: #6b4e9e; color: #fff; font: inherit; font-size: 12px; font-weight: 500; line-height: 1.7; text-align: center; cursor: pointer; }
.booking-button i { flex-shrink: 0; }
.booking-button:hover { color: #fff; background: #5e438e; border-color: #5e438e; }
.booking-button-outline { color: #6b4e9e; background: #fff; border-color: #ded3eb; }
.booking-button-outline:hover { color: #5e438e; background: #fff; border-color: #a88cc8; }
.booking-search-caption { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-top: 16px; }
.booking-search-caption p { display: flex; align-items: baseline; gap: 7px; margin: 0; color: #8b7d96; font-size: 11px; line-height: 1.8; }
.booking-search-caption p i { color: #a38bb4; }
.booking-search-caption a { flex-shrink: 0; min-height: 0 !important; color: #8c729e; font-size: 11px; line-height: 1.8; text-decoration: underline; text-underline-offset: 3px; }
.booking-search-error, .booking-selection-notice, .booking-unchecked { margin: 17px 0 0; padding-top: 15px; border-top: 1px solid #eee8f4; color: #a04458; font-size: 12px; line-height: 1.8; }
.booking-selection-notice { color: #7b6f87; }
.booking-search-page [hidden] { display: none !important; }
.booking-search-page .booking-results { padding: 38px 0 37px !important; scroll-margin-top: 105px; }
.booking-results-heading { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-bottom: 28px; }
.booking-results-heading .booking-kicker { margin-bottom: 9px; font-size: 9px; }
.booking-results-heading h2 { margin: 0; color: #372a41; font-size: 26px; font-weight: 600; line-height: 1.4; letter-spacing: -.5px; }
.booking-results-heading p { max-width: 780px; margin: 11px 0 0; color: #8a7896; font-size: 12px; line-height: 1.85; }
.booking-result-count { flex-shrink: 0; color: #8b7799; font-size: 12px; line-height: 1.7; }
.booking-unchecked { margin: -10px 0 23px; padding: 0; border: 0; }
.booking-options { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.booking-options.is-stale { opacity: .5; pointer-events: none; }
.booking-option { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid #e4ddec; border-radius: 16px; background: #fff; }
.booking-option-photo { position: relative; display: block; aspect-ratio: 8 / 5; overflow: hidden; background: #f5f2f8; }
.booking-option-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.booking-photo-placeholder { display: grid; place-items: center; width: 100%; height: 100%; color: #a78dbd; font-size: 32px; }
.booking-view { position: absolute; left: 13px; bottom: 13px; display: inline-flex; align-items: center; gap: 6px; max-width: calc(100% - 26px); padding: 7px 9px; border-radius: 7px; background: rgba(255, 255, 255, .97); color: #665673; font-size: 10px; line-height: 1.5; }
.booking-view i { color: #9777b0; }
.booking-option-body { display: flex; flex: 1; flex-direction: column; min-width: 0; padding: 18px; }
.booking-option-body h3 { margin: 0 0 10px; color: #202332; font-size: 21px; font-weight: 600; line-height: 1.4; letter-spacing: -.45px; }
.booking-option-body h3 a { color: inherit; }
.booking-option-description { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; min-height: 3.4em; margin: 0; color: #817b8c; font-size: 12px; line-height: 1.7; }
.booking-option-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 12px; margin-top: 17px; padding-bottom: 16px; border-bottom: 1px solid #f0ecf5; color: #7e6e8c; font-size: 10px; line-height: 1.6; }
.booking-option-meta span { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.booking-option-meta i { color: #9678af; font-size: 12px; }
.booking-option-features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 7px; margin: 16px 0 20px; padding: 0; list-style: none; }
.booking-option-features li { display: flex; align-items: center; gap: 6px; min-width: 0; color: #81738d; font-size: 10px; line-height: 1.4; }
.booking-option-features i { display: grid; place-items: center; flex: 0 0 27px; width: 27px; height: 27px; border-radius: 7px; background: #f5f1fa; color: #84659e; font-size: 12px; }
.booking-option-features span { overflow-wrap: anywhere; }
.booking-option-bottom { margin-top: auto; padding-top: 18px; border-top: 1px solid #f0ecf5; }
.booking-option-price { display: grid; gap: 5px; }
.booking-option-price > span { color: #93829f; font-size: 10px; line-height: 1.5; }
.booking-option-price strong { color: #6b4e9e; font-size: 26px; font-weight: 600; line-height: 1.2; letter-spacing: -.6px; font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.booking-option-price small { color: #96859f; font-size: 10px; line-height: 1.7; }
.booking-option-bottom > a { width: 100%; min-height: 43px; margin-top: 17px; padding: 10px 14px; font-size: 11px; }
.booking-price-note { margin: 20px 0 0; color: #90809b; font-size: 11px; line-height: 1.85; }
.booking-empty { padding: 36px 24px; border: 1px dashed #ded1e9; border-radius: 15px; text-align: center; }
.booking-empty-icon { display: grid; place-items: center; width: 48px; height: 48px; margin: 0 auto 19px; border-radius: 12px; background: #f5f0fa; color: #8c6bac; font-size: 21px; }
.booking-empty h3 { margin: 0 0 12px; color: #493652; font-size: 22px; font-weight: 600; line-height: 1.45; }
.booking-empty p { max-width: 560px; margin: 0 auto 23px; color: #8a7795; font-size: 13px; line-height: 1.85; }
.booking-empty-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.booking-support { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 31px 0 52px; border-top: 1px solid #eee8f4; }
.booking-support h2 { margin: 0; color: #48344f; font-size: 22px; font-weight: 600; line-height: 1.4; letter-spacing: -.4px; }
.booking-support p { margin: 10px 0 0; color: #8b7895; font-size: 12px; line-height: 1.8; }
.booking-support > a { flex-shrink: 0; }
.booking-search-page a, .booking-search-page a:hover, .booking-search-page button, .booking-search-page button:hover, .booking-option, .booking-option:hover, .booking-search-page img, .booking-search-page i { box-shadow: none !important; transform: none !important; animation: none !important; transition: none; }
.booking-search-page a:focus-visible, .booking-search-page button:focus-visible { outline: 2px solid #8b6ab1; outline-offset: 4px; }
/* The same availability calendar is used on desktop and touch screens. */
.booking-search-form .stay-dates { min-width: 0; font-family: inherit; }
.booking-search-form .stay-calendar-panel { width: 100%; max-width: 370px; box-sizing: border-box; }
.booking-search-form .stay-date-feedback { margin: 11px 1px 0; }
.booking-search-form .stay-field-label { font-size: 10px; font-weight: 500; letter-spacing: .3px; }
.booking-search-form .stay-field-value { font-size: 15px; font-weight: 500; }
.booking-search-form .booking-search-field { min-height: 86px; padding: 14px; gap: 5px; border: 1px solid #dcd4e7; border-radius: 12px; box-sizing: border-box; }
.booking-search-form .booking-search-field label { font-size: 10px; }
.booking-search-page .booking-search-form .booking-search-field select { min-height: 30px; padding: 2px 22px 2px 0; border: 0 !important; border-radius: 3px !important; font-size: 15px; }
.booking-search-form > .booking-button { min-height: 52px; margin-top: 17px; }
@media (max-width: 1100px) { .booking-intro { align-items: flex-start; flex-direction: column; gap: 24px; } .booking-progress { gap: 32px; } .booking-progress li { display: flex; align-items: center; gap: 9px; } }
@media (max-width: 1024px) { .booking-options { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; } .booking-option-body { padding: 22px; } .booking-option-meta, .booking-option-features li { font-size: 11px; } }
@media (max-width: 991px) { .booking-search-page { padding-top: 70px; } }
@media (max-width: 900px) {
    .booking-search-form { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
    .booking-search-form .stay-dates { grid-column: 1 / -1; }
}
@media (max-width: 768px) {
    .booking-search-page { padding-top: 60px; }
    .booking-breadcrumb { padding: 20px 0 22px; font-size: 10px; }
    .booking-intro { padding: 4px 0 28px; }
    .booking-kicker { font-size: 9px; }
    .booking-intro h1 { font-size: 33px; letter-spacing: -.8px; }
    .booking-intro p { font-size: 13px; }
    .booking-search-page .booking-search-panel { padding: 19px !important; scroll-margin-top: 85px; }
    .booking-search-page .booking-search-field input, .booking-search-page .booking-search-field select { font-size: 16px; padding: 11px; }
    .booking-search-page .booking-results { padding: 29px 0 31px !important; scroll-margin-top: 85px; }
    .booking-results-heading { align-items: flex-start; gap: 16px; }
    .booking-results-heading h2 { font-size: 23px; }
    .booking-result-count { padding-top: 25px; font-size: 10px; }
    .booking-support { align-items: flex-start; flex-direction: column; gap: 20px; padding: 27px 0 38px; }
    .booking-support h2 { font-size: 21px; }
}
@media (max-width: 600px) {
    .booking-options { grid-template-columns: minmax(0, 1fr); gap: 23px; }
    .booking-option-body { padding: 20px; }
    .booking-search-form { grid-template-columns: minmax(0, 1fr); gap: 17px; }
    .booking-search-form > .booking-button { margin-top: 0; }
    .booking-search-page .booking-search-form .booking-search-field select { font-size: 16px; }
    .booking-search-caption { flex-direction: column; gap: 13px; }
    .booking-search-caption a { padding: 5px 0; }
    .booking-progress { justify-content: space-between; width: 100%; gap: 12px; }
    .booking-progress li { display: grid; gap: 4px; font-size: 9px; }
    .booking-progress span { font-size: 15px; }
    .booking-results-heading { flex-direction: column; gap: 11px; }
    .booking-result-count { padding-top: 0; }
    .booking-empty { padding: 30px 19px; }
    .booking-empty h3 { font-size: 20px; }
    .booking-price-note { font-size: 10px; }
}
@media (max-width: 380px) {
    .booking-search-form .stay-date-field { padding: 13px 9px; }
    .booking-search-form .stay-field-label { gap: 5px; font-size: 9px; }
    .booking-search-form .stay-field-value { font-size: 13px; }
    .booking-search-form .stay-calendar-panel { padding: 10px 7px; }
    .booking-search-form .stay-calendar-legend { font-size: 10px; gap: 10px 6px; }
}
