/* Search and property layouts: compact controls, visible comparisons and supplier content. */
body[data-view="resultsView"], body[data-view="hotelDetailView"] { background: #f7f8fa; }
.results-search-anchor { background: #202649; padding: 12px max(24px, calc((100vw - 1240px) / 2)); border: 0; }
.results-search-anchor .editorial-destination-row { grid-template-columns: minmax(170px, 1.35fr) minmax(300px, 1.4fr) minmax(175px, .9fr) 145px; gap: 8px; align-items: stretch; }
.results-search-anchor .editorial-destination-wrapper, .results-search-anchor .editorial-date-field, .results-search-anchor .guest-selector-wrapper { padding: 7px 12px; border-radius: 5px; border: 1px solid #d8ddeb; min-height: 68px; }
.results-search-anchor .editorial-destination-wrapper > label, .results-search-anchor .editorial-date-field > label, .results-search-anchor .guest-selector-wrapper > label { font-size: 11px; margin: 0; line-height: 15px; letter-spacing: 0; }
.results-search-anchor .editorial-destination-input, .results-search-anchor .editorial-date-field input, .results-search-anchor .guest-selector-trigger { height: 36px; min-height: 36px; padding: 0; font-size: 18px; line-height: 36px; }
.results-search-anchor .guest-selector-trigger { line-height: 1.25; }
.results-search-anchor .editorial-submit-btn { grid-column: auto; align-self: center; min-height: 48px; height: 48px; border-radius: 24px; font-size: 17px; }
.results-search-anchor .editorial-date-row { gap: 0; }
.results-search-anchor .editorial-date-field:first-child { border-radius: 5px 0 0 5px; }
.results-search-anchor .editorial-date-field:last-child { border-radius: 0 5px 5px 0; border-left: 0; }
#resultsView .results-section { padding-top: 24px; }
.results-layout { grid-template-columns: 248px minmax(0, 1fr); gap: 20px; }
.results-list { min-width: 0; }
.results-promise { display: flex; align-items: center; gap: 13px; padding: 17px 20px; margin-bottom: 20px; border: 1px solid #ccd9ef; border-radius: 8px; background: #eef4ff; }
.results-promise .promise-icon { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 34px; border-radius: 50%; color: #fff; background: #0756e9; font-size: 20px; }
.results-promise strong { font-size: 16px; color: #163567; }
.results-promise p { margin: 4px 0 0; font-size: 12px; color: #53627a; line-height: 1.5; }
.results-toolbar { align-items: flex-end; flex-wrap: wrap; gap: 14px; margin-bottom: 16px; }
.results-toolbar h2 { font-size: 22px; margin-bottom: 5px; line-height: 1.3; }
.results-toolbar #resultsCount { font-size: 13px !important; }
.results-toolbar .sort-select { font-size: 13px; min-width: 180px; border-radius: 6px; }
.results-toolbar .pref-trigger-btn { font-size: 12px; padding: 10px; }
.area-map { background: #e6eef5; border: 1px solid #d0d9e6; border-radius: 8px; overflow: hidden; min-height: 186px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.area-map a { width: 100%; text-align: center; padding: 11px 15px; background: #0756e9; color: #fff; text-decoration: none; font-size: 13px; font-weight: 700; }
.area-map:not(.has-map) a { width: auto; border-radius: 22px; }
.hotel-name-search { margin: 16px 0; }
.hotel-name-search label { display: block; font-size: 12px; font-weight: 700; margin-bottom: 8px; }
.hotel-name-search input { background: #fff; border: 1px solid #cbd4e1; border-radius: 22px; width: 100%; padding: 12px 15px; font-size: 13px; color: var(--ink); }
.results-sidebar .filters-panel { border: 0; border-radius: 0; background: transparent; }
.results-sidebar .filters-toggle { padding: 12px 0; }
.results-sidebar .filters-content { padding: 16px 0; }
.results-sidebar .filter-group { border-bottom: 1px solid #dce1e9; padding-bottom: 18px; margin-bottom: 18px !important; }
.results-sidebar .filter-group label { font-size: 13px; }
.results-sidebar .price-inputs input { width: 96px; flex: 1; background: #fff; }
.results-sidebar .amenity-btn { font-size: 13px; line-height: 1.45; }
.results-sidebar .star-btn { padding: 7px; }
.hotel-grid { gap: 15px; }
.stay-card { grid-template-columns: 250px minmax(0, 1fr) 195px; grid-template-areas: "image content price"; min-height: 244px; border-color: #cdd5e2; border-radius: 8px; box-shadow: 0 1px 2px #1d2d4510; }
.stay-card:hover { border-color: #7999cd; box-shadow: 0 3px 12px #1d2d4512; }
.stay-image { grid-area: image; min-height: 244px; }
.stay-image .save-btn { width: 35px; min-height: 35px; padding: 0; border-radius: 50%; font-size: 25px; color: #223046; }
.stay-image .save-btn.saved { color: #0756e9; }
.stay-content { grid-area: content; padding: 17px 16px; }
.stay-title h3 { font-size: 20px; letter-spacing: -.35px; margin-bottom: 6px; }
.stay-stars { font-size: 13px; color: #a6500e; margin-bottom: 6px; }
.stay-location { font-size: 12px; color: #0756e9; margin: 0 0 12px; line-height: 1.4; }
.stay-facilities { gap: 4px; margin-bottom: 10px; }
.stay-facilities:empty { display: none; }
.stay-facilities span { font-size: 10px; padding: 4px 6px; border: 1px solid #dce5f0; background: #f7f9fc; border-radius: 3px; }
.stay-room-name { font-size: 12px; font-weight: 650; margin: auto 0 5px; line-height: 1.4; }
.stay-board { font-size: 11px; margin: 0 0 5px; }
.stay-policy { font-size: 11px; line-height: 1.45; margin-top: 0; }
.stay-price { grid-area: price; padding: 16px; flex-direction: column; align-items: flex-end; border-top: 0; border-left: 1px solid #dce1e9; gap: 20px; }
.stay-price .stay-rating { display: flex; align-items: flex-start; gap: 8px; }
.stay-rating b { order: -1; width: 35px; height: 32px; font-size: 17px; border-radius: 5px 5px 0 5px; }
.stay-rating span { font-size: 12px; font-weight: 700; color: #0756e9; }
.stay-rating small { font-size: 11px; font-weight: 400; margin-top: 3px; }
.stay-price-bottom { width: 100%; }
.stay-price .stay-amount { color: #dc303c; font-size: 27px; text-align: right; }
.stay-amount small { font-size: 10px; line-height: 1.5; }
.stay-price .primary-button { float: none; width: 100%; min-height: 40px; border-radius: 5px; margin-top: 12px; font-size: 12px; }
.stay-due { font-size: 10px; line-height: 1.4; }
/* Property overview and real room content. */
.hotel-detail-view { padding-top: 18px; }
.property-gallery { position: relative; display: grid; grid-template-columns: 2fr 3fr; gap: 6px; height: 330px; margin-bottom: 16px; border-radius: 9px; background: transparent; }
.property-gallery.single-photo { display: block; }
.property-gallery .carousel-container { height: 330px; min-width: 0; border-radius: 0; }
.property-gallery .property-photo-thumbnails { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 6px; margin: 0; padding: 0; height: 330px; }
.property-gallery .property-photo-thumbnails button { width: 100%; height: 100%; min-height: 0; padding: 0; position: relative; border: 0; border-radius: 0; overflow: hidden; }
.property-gallery .property-photo-thumbnails img { width: 100%; height: 100%; object-fit: cover; }
.property-gallery .property-photo-thumbnails[data-count="1"] { grid-template: 1fr / 1fr; }
.property-gallery .property-photo-thumbnails[data-count="2"] { grid-template: 1fr / 1fr 1fr; }
.property-gallery .property-photo-thumbnails[data-count="3"] { grid-template: 1fr / repeat(3, minmax(0, 1fr)); }
.property-gallery .property-photo-thumbnails[data-count="4"] { grid-template-columns: 1fr 1fr; }
.property-gallery .property-photo-thumbnails[data-count="5"] button:last-child { grid-column: span 2; }
.all-photos-button { position: absolute; bottom: 14px; left: 16px; z-index: 6; border: 0; border-radius: 20px; background: #fff; color: #0756e9; padding: 9px 15px; font-size: 12px; font-weight: 700; box-shadow: 0 2px 8px #14274535; }

.property-nav { top: 8px; gap: 24px; border-radius: 5px; margin-bottom: 18px; padding: 12px 18px; }
.property-nav a { font-size: 13px; font-weight: 650; }
.property-nav [hidden] { display: none; }
.property-nav .primary-button { border-radius: 22px; margin-left: 0; }
.property-nav-price { margin-left: auto; text-align: right; font-size: 10px; white-space: nowrap; }
.property-nav-price b { color: #dc303c; font-size: 22px; margin-left: 4px; }
.property-nav-price small { display: block; font-size: 9px; color: var(--ink-light); margin-top: 2px; }
.property-overview { grid-template-columns: minmax(0, 1fr) 320px; border: 0; padding: 0; gap: 18px; background: transparent; margin-bottom: 20px; }
.property-overview .hotel-info { grid-column: 1; grid-row: 1; min-width: 0; background: #fff; border: 1px solid #d6dce7; border-radius: 6px; padding: 22px; }
.property-aside { grid-column: 2; grid-row: 1; min-width: 0; display: flex; flex-direction: column; gap: 14px; }
.property-aside > * { margin: 0; }
.property-aside .hotel-fit-card, .property-aside .hotel-fit-cta-card { padding: 18px; border-radius: 6px; }
.property-review-summary { padding: 18px; border: 1px solid #d6dce7; border-radius: 6px; background: #fff; }
.property-score { display: flex; gap: 12px; align-items: center; color: #0756e9; }
.property-score > b { font-size: 30px; background: #0756e9; color: #fff; min-width: 57px; padding: 5px; text-align: center; border-radius: 7px 7px 0 7px; }
.property-score strong { display: block; font-size: 18px; }
.property-score a { font-size: 12px; margin-top: 4px; display: block; color: #566984; }
.property-review-excerpt { margin-top: 18px; border-top: 1px solid #e5e8ee; padding-top: 14px; font-size: 12px; }
.property-review-excerpt strong { font-size: 12px; }
.property-review-excerpt p { line-height: 1.5; color: #48566e; margin: 10px 0; }
.property-review-excerpt p span { font-weight: 700; }
.review-plus { color: #067440; }
.review-minus { color: #b54d08; }
.property-review-excerpt small { color: #69788e; font-size: 10px; }
.property-review-excerpt a { display: block; font-size: 11px; margin-top: 10px; color: #0756e9; }
.review-translate, .property-review-excerpt .review-translate { display: block; width: fit-content; margin-top: 8px; padding: 4px 0; font-size: 12px; font-weight: 600; font-style: normal; line-height: 1.5; color: #0756e9; }
.review-translate:hover { text-decoration: underline; }
.review-translate:focus-visible { outline: 2px solid #0756e9; outline-offset: 3px; border-radius: 2px; }
.property-overview .hotel-meta { margin: 0; min-height: 28px; display: flex; align-items: center; gap: 10px; }
.property-overview .hotel-stars { font-size: 14px; color: #a6500e; }
.property-overview #detailSaveBtn { position: static; margin-left: auto; width: auto; height: 32px; min-height: 32px; display: inline-flex; align-items: center; gap: 5px; padding: 6px 10px; }
.property-overview #detailSaveBtn svg { width: 15px; height: 15px; }
.property-overview .detail-name-heading { font-size: 29px; margin: 10px 0; }
.property-overview .hotel-location { margin-bottom: 5px; }
.property-map-link { color: #0756e9; font-size: 12px; display: inline-block; margin-bottom: 15px; }
.property-overview .hotel-description { font-size: 13px; line-height: 1.7; }
.property-highlights { margin-top: 22px; padding-top: 20px; border-top: 1px solid #e1e6ee; }
.property-highlights h2, .supplier-summary h2 { font-size: 18px; margin: 0 0 12px; }
.property-highlights .hotel-facilities { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0 0 12px; }
.property-highlights .facility-tag { background: none; border: 0; padding: 0; font-size: 12px; color: #344860; }
.property-highlights .facility-tag::before { content: '✓'; color: #067440; margin-right: 7px; }
.property-highlights a { font-size: 12px; color: #0756e9; }
.supplier-summary { margin-top: 24px; padding-top: 20px; border-top: 1px solid #e1e6ee; }
.supplier-summary-source { color: #65748b; font-size: 11px; line-height: 1.5; margin-bottom: 14px; }
.supplier-summary-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.supplier-summary-columns h3 { font-size: 13px; margin: 0 0 8px; color: #067440; }
.supplier-summary-columns > div:last-child h3 { color: #b24e0b; }
.supplier-summary-columns ul { margin: 0; padding-left: 17px; font-size: 12px; line-height: 1.6; }
.supplier-summary details { margin-top: 16px; font-size: 11px; color: #64748b; }
.supplier-summary summary, .room-facts summary { color: #0756e9; cursor: pointer; }
.supplier-categories { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.supplier-categories > div { display: grid; grid-template-columns: 1fr auto; gap: 5px; }
.supplier-categories meter { grid-column: 1/-1; width: 100%; height: 8px; }
.property-section, #hotelDetailView .room-types-section { padding: 24px; border: 1px solid #d6dce7; border-radius: 6px; background: #fff; margin: 20px 0; }
.property-section h2, #hotelDetailView .room-types-section h2 { font-size: 23px; margin: 0 0 10px; }
.property-section p, .room-stay-summary { color: #526279; font-size: 13px; line-height: 1.7; }
.property-section small { font-size: 11px; color: #69788c; }
.property-facility-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px 22px; margin-top: 22px; }
.property-facility-list span { font-size: 12px; color: #3b4e67; }
.nearby-places { display: grid; grid-template-columns: 1fr 1fr; gap: 0 35px; margin: 20px 0; }
.nearby-places > div { display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid #e4e8ef; padding: 12px 0; font-size: 12px; }
.nearby-places b { white-space: nowrap; font-weight: 600; color: #0756e9; }
.property-times { display: flex; gap: 50px; margin: 20px 0; }
.property-times span { display: block; font-size: 12px; color: #63728a; margin-bottom: 6px; }
.property-times strong { font-size: 15px; }
#propertyInstructions p { white-space: pre-line; }
#roomTypesContainer, #detailName, #reviewInsights, #reviewsList, .property-section { scroll-margin-top: 90px; }
.room-stay-summary { font-weight: 600; margin: 8px 0; }
#hotelDetailView .room-section-note { font-size: 12px; margin-bottom: 20px; color: #617188; line-height: 1.6; }
.room-offer { grid-template-columns: minmax(0, 1fr) 215px; border-color: #cdd7e5; border-radius: 6px; margin-top: 14px; }
.room-offer-content { padding: 18px; min-width: 0; }
.room-offer-line { display: flex; gap: 18px; align-items: flex-start; }
.room-offer-line + .room-offer-line { margin-top: 18px; padding-top: 18px; }
.room-photo { position: relative; width: 190px; flex: 0 0 190px; border: 0; border-radius: 5px; padding: 0; background: #e8edf4; overflow: hidden; }
.room-photo img { width: 100%; height: 150px; object-fit: cover; display: block; }
.room-photo span { position: absolute; bottom: 8px; left: 8px; border-radius: 15px; background: #fff; padding: 5px 8px; font-size: 10px; color: #0756e9; }
.room-facts { min-width: 0; flex: 1; }
.room-facts h3 { font-size: 17px; line-height: 1.4; margin: 4px 0 8px; }
.room-facts .eyebrow { font-size: 9px; letter-spacing: .7px; }
.room-facts p { font-size: 12px; line-height: 1.5; margin: 6px 0; }
.room-facts .room-board { color: #067440; font-weight: 650; }
.room-facts .room-details, .room-facts .room-cancellation { margin-top: 10px; font-size: 11px; line-height: 1.6; }
.room-cancellation ul { padding-left: 16px; }
.room-amenities { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 10px; }
.room-amenities span { padding: 4px 6px; border-radius: 3px; background: #f1f5f9; font-size: 10px; }
.room-offer-price { padding: 20px; background: #f8fbff; justify-content: center; }
.room-offer-price b { color: #dc303c; font-size: 28px; }
.room-offer-price small { font-size: 10px; line-height: 1.5; }
.room-offer-price .room-price-label { font-size: 12px; color: #475d79; }
.room-offer-price button { font-size: 12px; border-radius: 5px; margin: 15px 0 6px; width: 100%; }
@media (max-width: 1200px) {
    .results-layout { grid-template-columns: 215px minmax(0, 1fr); gap: 16px; }
    .stay-card { grid-template-columns: 205px minmax(0, 1fr) 172px; }
    .stay-content, .stay-price { padding: 14px; }
    .stay-title h3 { font-size: 18px; }
    .property-nav { gap: 17px; }
    .property-overview { grid-template-columns: minmax(0, 1fr) 290px; }
    .room-photo { width: 160px; flex-basis: 160px; }
}
@media (max-width: 950px) {
    .results-search-anchor .editorial-destination-row { grid-template-columns: minmax(150px, 1fr) minmax(260px, 1.5fr) minmax(160px, 1fr); }
    .results-search-anchor .editorial-submit-btn { grid-column: 1/-1; border-radius: 5px; height: 38px; min-height: 38px; }
    .results-layout { grid-template-columns: 190px minmax(0, 1fr); }
    .stay-card { grid-template-columns: 175px minmax(0, 1fr); grid-template-areas: "price price" "image content"; }
    .stay-price { grid-column: 1/-1; flex-direction: row; align-items: center; border-left: 0; border-top: 1px solid #dce1e9; }
    .stay-image { grid-row: auto; min-height: 210px; }
    .stay-price-bottom { width: 185px; }
    .stay-price .primary-button { margin-top: 7px; }
    .property-gallery, .property-gallery .carousel-container, .property-gallery .property-photo-thumbnails { height: 280px; }
    .property-gallery { grid-template-columns: 1fr 1fr; }
    .property-gallery .property-photo-thumbnails { grid-template-columns: 1fr 1fr; }
    .property-photo-thumbnails button:nth-child(n+5) { display: none; }
    .property-gallery .property-photo-thumbnails[data-count="5"] button:last-child { grid-column: auto; }
    .property-nav { gap: 20px; }
    .property-nav-price { display: none; }
    .property-nav .primary-button { margin-left: auto; }
    .property-overview { grid-template-columns: minmax(0, 1fr) 255px; }
    .property-overview .hotel-info { padding: 18px; }
    .property-overview .detail-name-heading { font-size: 25px; }
    .room-offer { grid-template-columns: minmax(0, 1fr) 190px; }
    .room-photo { width: 140px; flex-basis: 140px; }
    .room-photo img { height: 140px; }
}
@media (max-width: 700px) {
    .results-search-anchor { padding: 12px 15px; }
    .results-search-anchor .editorial-destination-row { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 7px; }
    .results-search-anchor .editorial-destination-wrapper, .results-search-anchor .editorial-date-row { grid-column: 1/-1; }
    .results-search-anchor .guest-selector-wrapper { grid-column: 1; }
    .results-search-anchor .editorial-submit-btn { grid-column: 2; height: 58px; min-height: 58px; border-radius: 5px; }
    .results-search-anchor .editorial-destination-wrapper, .results-search-anchor .editorial-date-field, .results-search-anchor .guest-selector-wrapper { min-height: 62px; padding: 5px 10px; }
    .results-search-anchor .guest-selector-trigger { font-size: 16px; }
    #resultsView .results-section { padding-top: 16px; }
    .results-layout { display: block; }
    .results-sidebar { margin-bottom: 14px; display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: start; }
    .results-map { grid-column: 2; grid-row: 1; height: 40px; border: 0; background: transparent; margin-top: 24px; overflow: visible; }
    .results-map iframe { display: none; }
    .results-map a { position: static; transform: none; padding: 11px; font-size: 11px; border-radius: 5px; box-shadow: none; }
    .hotel-name-search { grid-column: 1; grid-row: 1; margin: 0; }
    .hotel-name-search label { font-size: 11px; }
    .hotel-name-search input { padding: 11px 13px; border-radius: 5px; font-size: 12px; }
    .results-sidebar .filters-panel { grid-column: 1/-1; background: #fff; border: 1px solid #d4dce7; border-radius: 5px; }
    .results-sidebar .filters-toggle { padding: 11px 14px; }
    .results-sidebar .filters-content { padding: 14px; }
    .results-promise { padding: 12px; gap: 10px; margin-bottom: 15px; }
    .results-promise strong { font-size: 13px; }
    .results-promise p { font-size: 11px; }
    .results-toolbar { display: block; }
    .results-toolbar h2 { font-size: 20px; }
    .results-toolbar > div:last-child { justify-content: space-between; margin-top: 12px; }
    .results-toolbar .sort-select { min-width: 0; max-width: none; flex: 1; }
    .stay-card { grid-template-columns: 120px minmax(0, 1fr); border-radius: 6px; min-height: 0; }
    .stay-image { min-height: 195px; grid-row: auto; }
    .stay-content { padding: 13px 11px; }
    .stay-title h3 { font-size: 16px; line-height: 1.3; }
    .stay-stars { font-size: 11px; }
    .stay-location { font-size: 10px; margin-bottom: 8px; }
    .stay-facilities span { font-size: 9px; padding: 3px 4px; }
    .stay-room-name { font-size: 11px; }
    .stay-policy, .stay-board { font-size: 10px; }
    .stay-price { display: flex; grid-column: 1/-1; padding: 12px; gap: 10px; }
    .stay-price > div { display: block; width: auto; }
    .stay-price .stay-rating { display: flex; align-items: center; gap: 6px; }
    .stay-rating b { width: 32px; height: 30px; font-size: 15px; }
    .stay-rating span { font-size: 11px; }
    .stay-rating small { font-size: 9px; }
    .stay-price .stay-price-bottom { flex: 0 0 150px; }
    .stay-price .stay-amount { font-size: 25px; }
    .stay-amount small { font-size: 9px; }
    .stay-price .primary-button { font-size: 11px; min-height: 35px; padding: 8px; }
    .hotel-detail-view { padding-top: 15px; }
    .property-gallery { grid-template-columns: 1fr; height: auto; gap: 5px; }
    .property-gallery .carousel-container { height: 245px; }
    .property-gallery .property-photo-thumbnails { grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: 1fr; height: 65px; gap: 5px; }
    .property-gallery .property-photo-thumbnails[data-count] { grid-template: 1fr / repeat(4, minmax(0, 1fr)); }
    .all-photos-button { bottom: 82px; font-size: 11px; }
    .property-nav { gap: 20px; padding: 12px 14px; margin-bottom: 14px; top: 0; border-radius: 0; }
    .property-nav a { font-size: 12px; flex: 0 0 auto; }
    .property-nav .primary-button { display: inline-flex; min-height: 34px; padding: 8px 14px; }
    .property-overview { display: flex; flex-direction: column; gap: 14px; padding: 0; border: 0; }
    .property-overview .hotel-info { width: 100%; order: 0; padding: 18px; }
    .property-aside { width: 100%; order: 1; }
    .property-overview .detail-name-heading { font-size: 26px; }
    .supplier-summary-columns { gap: 14px; }
    .supplier-summary-columns li { margin-bottom: 5px; }
    .property-section, #hotelDetailView .room-types-section { padding: 18px; margin: 16px 0; }
    .property-section h2, #hotelDetailView .room-types-section h2 { font-size: 21px; }
    .property-facility-list { grid-template-columns: 1fr 1fr; gap: 14px; }
    .property-facility-list span { font-size: 11px; }
    .nearby-places { grid-template-columns: 1fr; }
    .property-times { gap: 20px; justify-content: space-between; }
    .property-times strong { font-size: 13px; }
    .room-offer { display: block; }
    .room-offer-content { padding: 14px; }
    .room-offer-line { flex-direction: column; gap: 12px; }
    .room-photo { width: 100%; flex: auto; }
    .room-photo img { height: 180px; }
    .room-facts { width: 100%; }
    .room-offer-price { padding: 16px; border-left: 0; border-top: 1px solid #d5dfed; align-items: flex-end; }
    .room-offer-price b { font-size: 27px; }
    .room-offer-price button { min-height: 42px; }
}

/* Evidence and booking reassurance share the existing card hierarchy. */
.review-summary { margin-top: 20px; padding: 20px; border: 1px solid var(--border, #e0e4e8); border-radius: 12px; background: #f8faf9; }
.review-summary h2 { margin: 0 0 8px; font-size: 20px; }
.review-summary-source, .review-summary-fallback { font-size: 12px; color: #54605b; }
.review-summary-topics { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 12px; }
.review-summary-topic { min-width: 0; }
.review-summary-topic > strong, .review-summary-topic > span, .review-summary-topic small { display: block; }
.review-summary-topic > strong { font-size: 12px; color: #40564b; margin-bottom: 4px; }
.review-summary-topic small { font-size: 11px; color: #54605b; margin-top: 4px; }
.review-summary details { margin-top: 6px; font-size: 12px; }
.review-summary summary, .supplier-summary > summary { cursor: pointer; }
.review-summary blockquote { margin: 10px 0; padding-left: 10px; border-left: 2px solid #bbcfc3; overflow-wrap: anywhere; }
.review-summary a, .review-summary-fallback a { font-size: 12px; text-decoration: underline; }
.review-summary-compact { padding: 10px 12px; margin-top: 12px; }
.review-summary-compact .review-summary-topics { gap: 10px; }
.review-summary-compact .review-summary-topic > span { font-size: 13px; }
.review-summary-fallback { margin-top: 12px; }
.supplier-summary > summary { font-weight: 600; font-size: 14px; }
.room-quote-status { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; margin: 12px 0; font-size: 13px; color: #52615a; }
.room-quote-status .text-button { flex-shrink: 0; border: 0; background: transparent; color: #245d43; text-decoration: underline; cursor: pointer; padding: 10px 0; }
.booking-support { margin: 20px 0 0; padding: 16px; border: 1px solid #dbe5de; border-radius: 10px; background: #f8faf9; font-size: 13px; line-height: 1.6; }
.booking-support p { margin: 6px 0; }
.booking-support > div { display: flex; flex-wrap: wrap; gap: 6px 18px; }
.booking-support a { color: #245d43; text-decoration: underline; overflow-wrap: anywhere; }
.booking-support-roles { font-size: 12px; color: #54605b; }
@media (max-width: 600px) {
    .review-summary { padding: 14px; }
    .review-summary-topics { grid-template-columns: 1fr; }
    .room-quote-status { display: block; }
}

#primaryReviewSummary, #reviewInsights { scroll-margin-top: 100px; }
#reviewInsights .trust-strip[hidden] { display: none; }

.review-summary-compact .review-summary-topic > strong { display: inline; margin-right: 4px; }
.review-summary-compact .review-summary-topic > span { display: inline; }
.review-summary-compact .review-summary-source { margin: 0 0 8px; }

.price-total { white-space: nowrap; font-size: 13px; }
.price-total b { font-size: 27px; color: #dc303c; }
.price-basis, .price-trust, .price-due { display: block; line-height: 1.5; color: var(--ink-light); }
.stay-amount .price-basis, .property-hero-price .price-basis { font-size: 12px; }
.stay-amount .price-trust, .property-hero-price .price-trust { font-size: 11px; font-weight: 400; }
.stay-amount .price-due, .property-hero-price .price-due { font-size: 11px; }
.price-updating, .price-unavailable { display: inline-block; color: var(--ink-light); font-size: 13px; line-height: 1.5; white-space: normal; }
.price-updating { padding: 10px 22px; background: #e6e9ee; min-width: 150px; }
.property-skeleton > .price-updating { margin-bottom: 16px; }
.property-hero-price { margin: 0 0 16px; }
.property-nav-price { flex-shrink: 0; max-width: 240px; white-space: normal; }
.property-nav-price .price-trust { max-width: 210px; font-weight: 400; }

@media (max-width: 900px) {
    .property-nav { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 6px 12px; }
    .property-nav-links { grid-column: 1 / -1; }
    .property-nav-price { display: block; text-align: left; margin-left: 0; }
    .property-nav-price b { margin-left: 0; }
    .property-nav .primary-button { grid-column: 2; }
    #askTheGuests, #reviewInsights, #roomTypesContainer { scroll-margin-top: 155px; }
}

@media (max-width: 360px) {
    .results-search-anchor .editorial-date-row { gap: 8px; }
    .results-search-anchor .editorial-date-field:first-child,
    .results-search-anchor .editorial-date-field:last-child { border: 1px solid #d8ddeb; border-radius: 5px; }
}

.score-attribution { display: block; margin-top: 6px; color: #65748b; font-size: 11px; line-height: 1.5; }
