:root {
    --rrr-blue-deep: #073b8f;
    --rrr-blue: #073b8f;
    --rrr-blue-button: #073b8f;
    --rrr-gold: #ffb700;
    --rrr-green: #07913a;
    --rrr-text: #182230;
    --rrr-muted: #667085;
    --rrr-border: #d9dee8;
    --rrr-soft: #f7f9fc;
    --rrr-white: #fff;
}

body.rrr-template {
    margin: 0;
    overflow-x: hidden;
    background: #fff;
    color: var(--rrr-text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

body.rrr-template *,
body.rrr-template *::before,
body.rrr-template *::after {
    box-sizing: border-box;
}

.rrr-site a { text-decoration: none; }
.rrr-container {
    width: min(1320px, calc(100% - 40px));
    max-width: 1320px;
    margin: 0 auto;
}

/* Header */
.rrr-site-header {
    position: relative;
    z-index: 80;
    width: 100%;
    height: 76px;
    background: var(--rrr-blue-deep);
    color: #fff;
}
.rrr-site-header__inner {
    display: grid;
    height: 76px;
    grid-template-columns: 190px minmax(430px, 1fr) auto;
    align-items: center;
    gap: 28px;
}
.rrr-site-logo,
.rrr-site-logo__asset,
.rrr-site-logo__asset .rh1-logo__image {
    display: flex;
    max-width: 178px;
    align-items: center;
    color: #fff;
}
.rrr-site-logo img,
.rrr-site-logo svg,
.rrr-site-logo__asset img,
.rrr-site-logo__asset svg {
    display: block;
    width: auto;
    max-width: 178px;
    max-height: 48px;
}
.rrr-site-nav {
    display: flex;
    height: 100%;
    align-items: center;
    gap: 34px;
}
.rrr-site-nav a {
    position: relative;
    display: inline-flex;
    height: 100%;
    align-items: center;
    gap: 9px;
    color: #fff;
    font-size: 14px;
    font-weight: 650;
}
.rrr-site-nav a::after {
    position: absolute;
    right: 0;
    bottom: 12px;
    left: 0;
    height: 2px;
    background: var(--rrr-gold);
    content: "";
    opacity: 0;
}
.rrr-site-nav a.is-active::after { opacity: 1; }
.rrr-site-nav svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.55;
}
.rrr-site-tools {
    display: flex;
    align-items: center;
    gap: 18px;
    white-space: nowrap;
}
.rrr-language {
    display: inline-flex;
    width: 22px;
    height: 22px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
}
.rrr-language svg { width: 29px; height: 22px; }
.rrr-currency__trigger,
.rrr-login {
    border: 0;
    background: transparent;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
}
.rrr-currency__trigger {
    display: inline-flex;
    padding: 8px 0;
    align-items: center;
    gap: 7px;
}
.rrr-currency__trigger::after { display: none; }
.rrr-currency__menu {
    min-width: 90px;
    border: 1px solid var(--rrr-border);
    border-radius: 8px;
}

/* Search band */
.rrr-search-band {
    position: relative;
    z-index: 50;
    height: 76px;
    background: var(--rrr-blue-deep);
}
.rrr-search-band__inner { position: relative; height: 100%; }
.rrr-search-form {
    position: absolute;
    right: 0;
    bottom: -36px;
    left: 0;
    min-height: 72px;
    overflow: visible;
    border: 3px solid var(--rrr-gold);
    border-radius: 11px;
    background: #fff;
    box-shadow: none;
}
.rrr-search-form__grid {
    display: grid;
    min-height: 66px;
    grid-template-columns: minmax(265px, 1.08fr) minmax(310px, 1.2fr) minmax(310px, 1.15fr) 185px;
    align-items: stretch;
}
.rrr-search-field {
    position: relative;
    display: flex !important;
    min-width: 0;
    min-height: 66px;
    margin: 0 !important;
    padding: 0 18px;
    align-items: center;
    border: 0 !important;
    border-right: 1px solid #e4e7ec !important;
    background: #fff;
    cursor: pointer;
}
.rrr-search-field > .form-extra-field,
.rrr-search-field.form-date-search { width: 100%; }
.rrr-search-field .dropdown-toggle::after { display: none !important; }
.rrr-search-field__icon {
    display: inline-flex;
    width: 29px;
    height: 29px;
    margin-right: 13px;
    flex: 0 0 29px;
    align-items: center;
    justify-content: center;
    color: #555b65;
}
.rrr-search-field__icon svg,
.rrr-search-submit__icon svg,
.rrr-result-card svg,
.rrr-mobile-map svg,
.rrr-sort__icon svg,
.rrr-mobile-filter svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.rrr-search-field__content { min-width: 0; flex: 1 1 auto; }
.rrr-search-field__content label {
    display: block;
    margin: 0 0 3px;
    color: #475467;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
}
.rrr-search-field__content .render,
.rrr-date-render {
    min-width: 0;
    color: var(--rrr-text);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
}
.rrr-search-field--location .form-extra-field {
    display: flex !important;
    min-width: 0;
    align-items: center;
}
.rrr-search-field--location input[name="location_name"] {
    display: block;
    width: 100%;
    height: 24px;
    margin: 0;
    padding: 0 28px 0 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--rrr-text);
    font-size: 14px;
    font-weight: 500;
    text-overflow: ellipsis;
}
.rrr-search-field--location input[name="location_name"]::placeholder { color: #667085; opacity: 1; }
.rrr-location-clear {
    display: inline-flex;
    width: 26px;
    height: 26px;
    padding: 6px;
    flex: 0 0 26px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #344054;
}
.rrr-location-clear.is-hidden { visibility: hidden; pointer-events: none; }
.rrr-location-clear svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2; }
.rrr-location-menu,
.rrr-guest-menu {
    margin-top: 12px !important;
    border: 1px solid var(--rrr-border) !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(16, 24, 40, .10) !important;
}
.rrr-location-menu { width: min(420px, 90vw) !important; max-height: 390px; overflow: hidden; }
.rrr-location-menu ul { max-height: 360px; margin: 0; padding: 6px 0; overflow-y: auto; list-style: none; }
.rrr-location-menu .item { padding: 10px 16px; font-size: 14px; }
.rrr-search-field--date .check-in-out {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    cursor: pointer;
    opacity: 0 !important;
}
.rrr-date-render { display: flex; min-width: 0; align-items: center; gap: 10px; white-space: nowrap; }
.rrr-date-render .render { display: block; max-width: 120px; overflow: hidden; text-overflow: ellipsis; }
.rrr-date-separator { color: #98a2b3; }
.rrr-search-field--guest > .form-extra-field { display: flex !important; width: 100%; align-items: center; }
.rrr-guest-menu { width: 330px !important; padding: 8px 18px !important; }
.rrr-guest-menu .item { min-height: 70px; padding: 12px 0; border-bottom: 1px solid #eaecf0; }
.rrr-guest-menu .item:last-child { border-bottom: 0; }
.rrr-counter-label { display: flex; flex-direction: column; gap: 3px; }
.rrr-counter-label strong { color: var(--rrr-text); font-size: 14px; }
.rrr-counter-label small { color: var(--rrr-muted); font-size: 12px; }
.rrr-guest-menu .st-number-wrapper { min-width: 112px; }
.rrr-guest-menu .st-input-number { width: 110px !important; }
.rrr-search-submit-wrap { display: flex; padding: 5px; align-items: stretch; }
.rrr-search-submit {
    display: inline-flex;
    width: 100%;
    min-height: 56px;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    border-radius: 7px;
    background: var(--rrr-blue-button);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.rrr-search-submit__icon { width: 20px; height: 20px; }

/* Main */
.rrr-page { min-height: 620px; background: #fff; }
.rrr-main-shell { padding-top: 58px; padding-bottom: 72px; }
.rrr-breadcrumb { margin: 0 0 20px; }
.rrr-breadcrumb ol { display: flex; margin: 0; padding: 0; flex-wrap: wrap; list-style: none; }
.rrr-breadcrumb li { display: inline-flex; align-items: center; color: var(--rrr-text); font-size: 13px; }
.rrr-breadcrumb li:not(:last-child)::after { margin: 0 9px; color: #98a2b3; content: "›"; font-size: 18px; }
.rrr-breadcrumb a { color: var(--rrr-blue); }
.rrr-layout {
    display: grid;
    width: 100%;
    grid-template-columns: 300px minmax(0, 1fr);
    align-items: start;
    gap: 20px;
}

/* Sidebar */
.rrr-sidebar { width: 300px !important; max-width: 300px !important; margin: 0 !important; padding: 0 !important; }
.rrr-sidebar__sticky { position: sticky; top: 18px; }
.rrr-sidebar-close { display: none; }
.rrr-map-card {
    position: relative;
    height: 178px;
    margin: 0 0 8px;
    overflow: hidden;
    border: 1px solid var(--rrr-border);
    border-radius: 8px;
    background-color: #e9f3fb;
    background-image:
        linear-gradient(28deg, transparent 46%, rgba(255,255,255,.96) 47%, rgba(255,255,255,.96) 52%, transparent 53%),
        linear-gradient(152deg, transparent 44%, rgba(255,255,255,.94) 45%, rgba(255,255,255,.94) 50%, transparent 51%),
        linear-gradient(72deg, transparent 48%, rgba(175,204,225,.70) 49%, rgba(175,204,225,.70) 51%, transparent 52%);
    background-size: 130px 105px, 155px 125px, 88px 88px;
}
.rrr-map-card::before,
.rrr-map-card::after { position: absolute; border-radius: 50%; background: #cbe5ce; content: ""; opacity: .75; }
.rrr-map-card::before { top: 14px; right: 25px; width: 72px; height: 46px; }
.rrr-map-card::after { bottom: 15px; left: 24px; width: 60px; height: 42px; }
.rrr-map-card__button {
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 20px 24px;
    align-items: flex-end;
    justify-content: center;
    border: 0;
    background: transparent;
}
.rrr-map-card__label {
    display: inline-flex;
    min-height: 42px;
    padding: 0 22px;
    align-items: center;
    border-radius: 5px;
    background: var(--rrr-blue-button);
    color: #fff;
    font-size: 14px;
    font-weight: 650;
}
.rrr-filter-panel { overflow: hidden; border: 1px solid var(--rrr-border); border-radius: 8px; background: #fff; }
.rrr-filter-title { margin: 0; padding: 14px 16px; border-bottom: 1px solid var(--rrr-border); color: var(--rrr-text); font-size: 15px; font-weight: 700; }
.rrr-filter-panel .sidebar-item { margin: 0 !important; border: 0 !important; border-bottom: 1px solid var(--rrr-border) !important; border-radius: 0 !important; box-shadow: none !important; }
.rrr-filter-panel .sidebar-item:last-child { border-bottom: 0 !important; }
.rrr-filter-panel .item-title { min-height: 48px; padding: 13px 18px 9px !important; color: var(--rrr-text); font-size: 14px; font-weight: 700; }
.rrr-filter-panel .item-content { padding: 8px 18px 20px !important; }
.rrr-filter-panel .item-content ul { margin: 0; padding: 0; list-style: none; }
.rrr-filter-panel .st-icheck-item { margin: 0 0 12px; }
.rrr-filter-panel .st-icheck-item label { display: flex; min-height: 21px; align-items: center; color: #344054; font-size: 13px; }
.rrr-filter-panel .min-max-value { display: flex; margin-top: 10px; justify-content: space-between; color: var(--rrr-muted); font-size: 12px; }
.rrr-filter-panel .price-action { display: flex; margin-top: 18px; padding-top: 16px; align-items: center; justify-content: space-between; border-top: 1px solid #eaecf0; }
.rrr-filter-panel .btn-apply-price-range { min-height: 40px; padding: 0 20px !important; border-radius: 21px !important; background: var(--rrr-blue-button) !important; color: #fff !important; font-weight: 600 !important; }
.rrr-filter-panel .clear-price { color: var(--rrr-blue); font-weight: 600; }
.rrr-filter-panel .irs--flat .irs-bar,
.rrr-filter-panel .irs-bar { background: var(--rrr-blue-button) !important; }
.rrr-filter-panel .irs--flat .irs-handle > i:first-child,
.rrr-filter-panel .irs-handle { border-color: var(--rrr-blue-button) !important; }

/* Results */
.rrr-results { min-width: 0; width: 100%; margin: 0; padding: 0; }
.rrr-toolbar { margin: 0 0 10px; }
.rrr-toolbar__top { display: flex; min-height: 60px; align-items: flex-start; justify-content: space-between; gap: 24px; }
.rrr-result-title { max-width: 760px; margin: 0; color: #111827; font-size: 20px; font-weight: 750; line-height: 1.3; }
.rrr-layout-switch {
    display: inline-flex;
    padding: 3px;
    flex: 0 0 auto;
    border: 1px solid #d5dae2;
    border-radius: 23px;
    background: #f7f7f8;
}
.rrr-layout-switch .layout-item {
    min-height: 36px;
    padding: 0 15px;
    border: 0;
    border-radius: 19px;
    background: transparent;
    color: #344054;
    font-size: 14px;
}
.rrr-layout-switch .layout-item.active { border: 1px solid #98a2b3; background: #fff; color: #111827; }
.rrr-toolbar__bottom { display: flex; min-height: 50px; align-items: center; justify-content: space-between; }
.rrr-sort { position: relative; }
.rrr-sort__trigger {
    display: inline-flex;
    min-height: 42px;
    padding: 0 15px;
    align-items: center;
    gap: 7px;
    border: 1px solid #8d96a3;
    border-radius: 22px;
    background: #fff;
    color: var(--rrr-text);
    font-size: 14px;
}
.rrr-sort__trigger::after { display: none; }
.rrr-sort__icon { width: 20px; height: 20px; }
.rrr-sort__chevron { margin-left: 3px; }
.rrr-sort-menu { min-width: 230px; padding: 8px !important; border: 1px solid var(--rrr-border) !important; border-radius: 9px !important; }
.rrr-sort-option { display: flex; padding: 9px 10px; align-items: center; gap: 9px; color: var(--rrr-text); font-size: 14px; cursor: pointer; }
.rrr-mobile-filter { display: none; }
.rrr-availability-notice {
    display: grid;
    min-height: 58px;
    margin: 0 0 16px;
    padding: 12px 16px;
    grid-template-columns: 22px minmax(0, 1fr) 30px;
    align-items: center;
    gap: 12px;
    border: 1px solid var(--rrr-border);
    border-radius: 8px;
    background: #fff;
}
.rrr-availability-notice__icon { display: inline-flex; width: 22px; height: 22px; color: #111827; }
.rrr-availability-notice__icon svg,
.rrr-availability-notice__close svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; }
.rrr-availability-notice p { margin: 0; color: #111827; font-size: 14px; font-weight: 650; }
.rrr-availability-notice__close { width: 30px; height: 30px; padding: 7px; border: 0; background: transparent; color: #344054; }
.rrr-search-results { position: relative; min-height: 220px; }
.rrr-search-results > .loader-wrapper { z-index: 30; }
.rrr-search-results .service-list-wrapper.list-style,
.rrr-search-results .rental-grid.list-style { display: block !important; margin: 0 !important; }
.rrr-search-results .service-list-wrapper.list-style > .item-service,
.rrr-search-results .rental-grid.list-style > .item-service { width: 100% !important; max-width: none !important; margin: 0 0 16px !important; padding: 0 !important; }
.rrr-search-results .service-list-wrapper.row { margin-right: -8px !important; margin-left: -8px !important; }
.rrr-search-results .service-list-wrapper.row > .item-service { padding-right: 8px !important; padding-left: 8px !important; }

/* Result card */
.rrr-result-card { width: 100%; margin: 0; }
.rrr-result-card__inner {
    display: grid !important;
    min-height: 232px;
    overflow: hidden;
    grid-template-columns: 285px minmax(0, 1fr);
    border: 1px solid var(--rrr-border) !important;
    border-radius: 9px !important;
    background: #fff;
    box-shadow: none !important;
}
.rrr-result-card__image { position: relative; min-height: 232px; overflow: hidden; background: #edf1f6; }
.rrr-result-card__image-link { display: block; width: 100%; height: 100%; }
.rrr-result-card__image img { display: block; width: 100% !important; height: 100% !important; min-height: 232px; object-fit: cover; }
.rrr-result-card__badges { position: absolute; z-index: 3; top: 12px; left: 12px; display: flex; gap: 6px; }
.rrr-badge { display: inline-flex; min-height: 25px; padding: 0 9px; align-items: center; border-radius: 4px; color: #fff; font-size: 12px; font-weight: 700; }
.rrr-badge--featured { background: #e90034; }
.rrr-badge--sale { background: var(--rrr-green); }
.rrr-result-card__wishlist { position: absolute; z-index: 5; top: 10px; right: 10px; }
.rrr-result-card__wishlist .service-add-wishlist,
.rrr-result-card__wishlist a.login {
    display: inline-flex !important;
    width: 44px !important;
    height: 44px !important;
    padding: 10px !important;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #344054 !important;
}
.rrr-result-card__wishlist svg { width: 24px !important; height: 24px !important; }
.rrr-result-card__content {
    display: grid !important;
    min-width: 0;
    padding: 17px 18px !important;
    grid-template-columns: minmax(0, 1fr) 215px;
    gap: 16px;
}
.rrr-result-card__main { min-width: 0; }
.rrr-result-card__title-row { display: flex; min-height: 48px; align-items: flex-start; }
.rrr-result-card__type { margin: 2px 0 7px; color: #475467; font-size: 12px; font-weight: 650; line-height: 1.3; }
.rrr-result-card h3.title { margin: 0 0 4px !important; font-size: 17px !important; line-height: 1.28 !important; }
.rrr-result-card h3.title a { color: var(--rrr-blue-deep) !important; font-weight: 700 !important; }
.rrr-result-card__location { display: flex; margin: 0 0 11px; flex-wrap: wrap; align-items: center; gap: 6px; color: #344054; font-size: 12px; }
.rrr-result-card__location-icon { display: inline-flex; width: 17px; height: 17px; color: var(--rrr-blue-button); }
.rrr-map-link { padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--rrr-blue-button); font-size: 13px; }
.rrr-result-card__features { display: flex; margin: 0 0 12px; padding: 0; flex-wrap: wrap; list-style: none; gap: 8px 16px; }
.rrr-result-card__features li { display: inline-flex; align-items: center; gap: 5px; color: #475467; font-size: 11.5px; }
.rrr-result-card__features svg { width: 17px; height: 17px; }
.rrr-result-card__policies { display: grid; margin: 0; padding: 0; list-style: none; gap: 6px; }
.rrr-policy { display: flex; align-items: flex-start; gap: 7px; color: #344054; font-size: 12px; line-height: 1.35; }
.rrr-policy svg { width: 18px; height: 18px; flex: 0 0 18px; }
.rrr-policy--positive { color: var(--rrr-green); font-weight: 650; }
.rrr-result-card__side { display: flex; min-width: 0; padding-left: 15px; flex-direction: column; align-items: stretch; justify-content: space-between; border-left: 1px solid #eaecf0; }
.rrr-review { display: flex; align-items: flex-start; justify-content: flex-end; gap: 9px; }
.rrr-review__copy { display: flex; min-width: 0; flex-direction: column; align-items: flex-end; text-align: right; }
.rrr-review__copy strong { color: var(--rrr-text); font-size: 13px; }
.rrr-review__copy span { color: var(--rrr-muted); font-size: 12px; }
.rrr-review__score { display: inline-flex; min-width: 44px; height: 40px; padding: 0 7px; align-items: center; justify-content: center; border-radius: 6px 6px 6px 0; background: var(--rrr-blue-deep); color: #fff; font-size: 14px; font-weight: 750; }
.rrr-price { display: flex; margin: auto 0 12px; flex-direction: column; align-items: flex-end; text-align: right; }
.rrr-price__stay { color: var(--rrr-muted); font-size: 12px; }
.rrr-price__old { color: #667085; font-size: 13px; text-decoration: line-through; }
.rrr-price__total { color: #111827; font-size: 20px; font-weight: 550; line-height: 1.25; }
.rrr-availability-button { display: flex; min-height: 42px; padding: 0 14px; align-items: center; justify-content: center; gap: 8px; border-radius: 5px; background: var(--rrr-blue-deep); color: #fff !important; font-size: 13px; font-weight: 650; text-align: center; text-decoration: none !important; }
.rrr-availability-button svg { width: 18px; height: 18px; }
.rrr-pagination { margin-top: 24px; }
.rrr-pagination .page-numbers { display: inline-flex; min-width: 38px; height: 38px; margin: 0 3px; align-items: center; justify-content: center; border: 1px solid var(--rrr-border); border-radius: 6px; color: var(--rrr-text); }
.rrr-pagination .page-numbers.current { border-color: var(--rrr-blue-button); background: var(--rrr-blue-button); color: #fff; }

/* Native grid view cleanup */
.rrr-search-results .services-item.grid > .item { overflow: hidden; border: 1px solid var(--rrr-border) !important; border-radius: 9px !important; box-shadow: none !important; }
.rrr-search-results .services-item.grid .featured-image img { width: 100% !important; height: 205px !important; object-fit: cover; }
.rrr-search-results .services-item.grid .content-item { padding: 14px !important; }

/* Map popup */
.rrr-page .map-view-popup { z-index: 9999; }
.rrr-mobile-map { display: none; }

/* Footer */
.rrr-site-footer { padding: 42px 0 18px; background: var(--rrr-blue-deep); color: #fff; }
.rrr-footer-grid { display: grid; grid-template-columns: 1.35fr repeat(4, 1fr); gap: 40px; }
.rrr-footer-logo,
.rrr-footer-logo__asset,
.rrr-footer-logo__asset .rh1-logo__image { display: inline-flex; max-width: 165px; color: #fff; }
.rrr-footer-logo img,
.rrr-footer-logo svg { max-width: 165px; max-height: 48px; }
.rrr-footer-brand p { max-width: 210px; margin: 18px 0 0; color: rgba(255,255,255,.82); font-size: 13px; line-height: 1.55; }
.rrr-footer-column { display: flex; flex-direction: column; gap: 8px; }
.rrr-footer-column h3 { margin: 0 0 5px; color: #fff; font-size: 14px; font-weight: 700; }
.rrr-footer-column a,
.rrr-footer-column span { color: rgba(255,255,255,.84); font-size: 12px; line-height: 1.45; }
.rrr-footer-bottom { display: flex; margin-top: 30px; padding-top: 17px; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.88); font-size: 12px; }
.rrr-payment-marks { display: flex; align-items: center; gap: 18px; color: #fff; }

@media (max-width: 1180px) {
    .rrr-container { width: min(1180px, calc(100% - 32px)); }
    .rrr-site-header__inner { grid-template-columns: 165px minmax(350px, 1fr) auto; gap: 18px; }
    .rrr-site-nav { gap: 22px; }
    .rrr-search-form__grid { grid-template-columns: minmax(220px, 1fr) minmax(260px, 1.1fr) minmax(250px, 1fr) 166px; }
    .rrr-layout { grid-template-columns: 275px minmax(0, 1fr); }
    .rrr-sidebar { width: 275px !important; max-width: 275px !important; }
    .rrr-result-card__inner { grid-template-columns: 245px minmax(0, 1fr); }
    .rrr-result-card__content { grid-template-columns: minmax(0, 1fr) 190px; }
}

@media (max-width: 991px) {
    .rrr-site-header__inner { grid-template-columns: 150px 1fr auto; }
    .rrr-site-nav { display: none; }
    .rrr-search-band { height: auto; padding: 18px 0; }
    .rrr-search-band__inner { height: auto; }
    .rrr-search-form { position: relative; bottom: auto; }
    .rrr-search-form__grid { grid-template-columns: 1fr 1fr; }
    .rrr-search-submit-wrap { grid-column: span 2; }
    .rrr-main-shell { padding-top: 28px; }
    .rrr-layout { display: block; }
    .rrr-sidebar { display: none; position: fixed; z-index: 10020; inset: 0 auto 0 0; width: min(360px, 92vw) !important; max-width: min(360px, 92vw) !important; padding: 18px !important; overflow-y: auto; background: #fff; }
    .rrr-sidebar__sticky { position: static; }
    .rrr-sidebar-close { display: inline-flex; width: 38px; height: 38px; margin: 0 0 10px auto; padding: 9px; border: 0; background: transparent; }
    .rrr-mobile-filter { display: inline-flex; min-height: 40px; padding: 0 14px; align-items: center; gap: 7px; border: 1px solid var(--rrr-border); border-radius: 6px; background: #fff; }
    .rrr-mobile-filter svg { width: 18px; height: 18px; }
    .rrr-result-card__inner { grid-template-columns: 235px minmax(0, 1fr); }
    .rrr-result-card__content { grid-template-columns: 1fr; }
    .rrr-result-card__side { display: grid; padding: 12px 0 0; grid-template-columns: 1fr 1fr; border-top: 1px solid #eaecf0; border-left: 0; gap: 10px; }
    .rrr-availability-button { grid-column: span 2; }
    .rrr-footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
    .rrr-container { width: calc(100% - 24px); }
    .rrr-site-header { height: 66px; }
    .rrr-site-header__inner { height: 66px; grid-template-columns: 1fr auto; }
    .rrr-site-logo img { max-height: 40px; }
    .rrr-currency { display: none; }
    .rrr-search-form__grid { display: block; }
    .rrr-search-field { min-height: 62px; border-right: 0 !important; border-bottom: 1px solid #e4e7ec !important; }
    .rrr-search-submit-wrap { height: 64px; }
    .rrr-toolbar__top { display: block; }
    .rrr-result-title { margin-bottom: 15px; font-size: 20px; }
    .rrr-layout-switch { margin-bottom: 10px; }
    .rrr-toolbar__bottom { gap: 10px; }
    .rrr-result-card__inner { display: block !important; }
    .rrr-result-card__image { height: 220px; min-height: 220px; }
    .rrr-result-card__image img { min-height: 220px; }
    .rrr-result-card__content { display: block !important; }
    .rrr-result-card__side { margin-top: 14px; }
    .rrr-footer-grid { grid-template-columns: 1fr; gap: 24px; }
    .rrr-footer-bottom { flex-direction: column; align-items: flex-start; gap: 14px; }
}


/* Reservaline visual normalization */
.rrr-site .rrr-search-submit,
.rrr-site .rrr-map-card__label,
.rrr-site .rrr-filter-panel .btn-apply-price-range,
.rrr-site .rrr-filter-panel .btn-more-item,
.rrr-site .rrr-availability-button,
.rrr-site .rrr-pagination .page-numbers.current,
.rrr-site .rrr-review__score {
    background-color: var(--rrr-blue-deep) !important;
}

.rrr-site .rrr-filter-panel .clear-price,
.rrr-site .rrr-filter-panel .btn-apply-price-range,
.rrr-site .rrr-filter-panel .btn-more-item,
.rrr-site .rrr-filter-panel .clear-price:hover,
.rrr-site .rrr-filter-panel .btn-apply-price-range:hover,
.rrr-site .rrr-filter-panel .btn-more-item:hover,
.rrr-site .rrr-filter-panel .clear-price:focus,
.rrr-site .rrr-filter-panel .btn-apply-price-range:focus,
.rrr-site .rrr-filter-panel .btn-more-item:focus {
    text-decoration: none !important;
}

.rrr-site .rrr-filter-panel .btn-apply-price-range {
    border: 0 !important;
    color: #fff !important;
    font-size: 13px !important;
    line-height: 1 !important;
}

.rrr-site .rrr-filter-panel .clear-price {
    color: var(--rrr-blue-deep) !important;
    font-size: 13px !important;
}

.rrr-site .rrr-filter-panel .btn-more-item {
    display: inline-flex !important;
    min-height: 38px;
    margin: 8px 18px 18px !important;
    padding: 0 18px !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 0 !important;
    border-radius: 5px !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 650 !important;
    line-height: 1 !important;
}

.rrr-site .rrr-filter-panel .btn-more-item .stt-icon {
    color: #fff !important;
}

.rrr-result-card__main,
.rrr-result-card__side {
    padding-top: 0;
}
:root {
    --rrr-blue-deep: #073b8f;
    --rrr-blue: #073b8f;
    --rrr-blue-button: #073b8f;
    --rrr-gold: #ffb700;
    --rrr-green: #07913a;
    --rrr-text: #182230;
    --rrr-muted: #667085;
    --rrr-border: #d9dee8;
    --rrr-soft: #f7f9fc;
    --rrr-white: #fff;
}

body.rrr-template {
    margin: 0;
    overflow-x: hidden;
    background: #fff;
    color: var(--rrr-text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

body.rrr-template *,
body.rrr-template *::before,
body.rrr-template *::after {
    box-sizing: border-box;
}

.rrr-site a { text-decoration: none; }
.rrr-container {
    width: min(1320px, calc(100% - 40px));
    max-width: 1320px;
    margin: 0 auto;
}

/* Header */
.rrr-site-header {
    position: relative;
    z-index: 80;
    width: 100%;
    height: 76px;
    background: var(--rrr-blue-deep);
    color: #fff;
}
.rrr-site-header__inner {
    display: grid;
    height: 76px;
    grid-template-columns: 190px minmax(430px, 1fr) auto;
    align-items: center;
    gap: 28px;
}
.rrr-site-logo,
.rrr-site-logo__asset,
.rrr-site-logo__asset .rh1-logo__image {
    display: flex;
    max-width: 178px;
    align-items: center;
    color: #fff;
}
.rrr-site-logo img,
.rrr-site-logo svg,
.rrr-site-logo__asset img,
.rrr-site-logo__asset svg {
    display: block;
    width: auto;
    max-width: 178px;
    max-height: 48px;
}
.rrr-site-nav {
    display: flex;
    height: 100%;
    align-items: center;
    gap: 34px;
}
.rrr-site-nav a {
    position: relative;
    display: inline-flex;
    height: 100%;
    align-items: center;
    gap: 9px;
    color: #fff;
    font-size: 14px;
    font-weight: 650;
}
.rrr-site-nav a::after {
    position: absolute;
    right: 0;
    bottom: 12px;
    left: 0;
    height: 2px;
    background: var(--rrr-gold);
    content: "";
    opacity: 0;
}
.rrr-site-nav a.is-active::after { opacity: 1; }
.rrr-site-nav svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.55;
}
.rrr-site-tools {
    display: flex;
    align-items: center;
    gap: 18px;
    white-space: nowrap;
}
.rrr-language {
    display: inline-flex;
    width: 22px;
    height: 22px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
}
.rrr-language svg { width: 29px; height: 22px; }
.rrr-currency__trigger,
.rrr-login {
    border: 0;
    background: transparent;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
}
.rrr-currency__trigger {
    display: inline-flex;
    padding: 8px 0;
    align-items: center;
    gap: 7px;
}
.rrr-currency__trigger::after { display: none; }
.rrr-currency__menu {
    min-width: 90px;
    border: 1px solid var(--rrr-border);
    border-radius: 8px;
}

/* Search band */
.rrr-search-band {
    position: relative;
    z-index: 50;
    height: 76px;
    background: var(--rrr-blue-deep);
}
.rrr-search-band__inner { position: relative; height: 100%; }
.rrr-search-form {
    position: absolute;
    right: 0;
    bottom: -36px;
    left: 0;
    min-height: 72px;
    overflow: visible;
    border: 3px solid var(--rrr-gold);
    border-radius: 11px;
    background: #fff;
    box-shadow: none;
}
.rrr-search-form__grid {
    display: grid;
    min-height: 66px;
    grid-template-columns: minmax(265px, 1.08fr) minmax(310px, 1.2fr) minmax(310px, 1.15fr) 185px;
    align-items: stretch;
}
.rrr-search-field {
    position: relative;
    display: flex !important;
    min-width: 0;
    min-height: 66px;
    margin: 0 !important;
    padding: 0 18px;
    align-items: center;
    border: 0 !important;
    border-right: 1px solid #e4e7ec !important;
    background: #fff;
    cursor: pointer;
}
.rrr-search-field > .form-extra-field,
.rrr-search-field.form-date-search { width: 100%; }
.rrr-search-field .dropdown-toggle::after { display: none !important; }
.rrr-search-field__icon {
    display: inline-flex;
    width: 29px;
    height: 29px;
    margin-right: 13px;
    flex: 0 0 29px;
    align-items: center;
    justify-content: center;
    color: #555b65;
}
.rrr-search-field__icon svg,
.rrr-search-submit__icon svg,
.rrr-result-card svg,
.rrr-mobile-map svg,
.rrr-sort__icon svg,
.rrr-mobile-filter svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.rrr-search-field__content { min-width: 0; flex: 1 1 auto; }
.rrr-search-field__content label {
    display: block;
    margin: 0 0 3px;
    color: #475467;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
}
.rrr-search-field__content .render,
.rrr-date-render {
    min-width: 0;
    color: var(--rrr-text);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
}
.rrr-search-field--location .form-extra-field {
    display: flex !important;
    min-width: 0;
    align-items: center;
}
.rrr-search-field--location input[name="location_name"] {
    display: block;
    width: 100%;
    height: 24px;
    margin: 0;
    padding: 0 28px 0 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--rrr-text);
    font-size: 14px;
    font-weight: 500;
    text-overflow: ellipsis;
}
.rrr-search-field--location input[name="location_name"]::placeholder { color: #667085; opacity: 1; }
.rrr-location-clear {
    display: inline-flex;
    width: 26px;
    height: 26px;
    padding: 6px;
    flex: 0 0 26px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #344054;
}
.rrr-location-clear.is-hidden { visibility: hidden; pointer-events: none; }
.rrr-location-clear svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2; }
.rrr-location-menu,
.rrr-guest-menu {
    margin-top: 12px !important;
    border: 1px solid var(--rrr-border) !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(16, 24, 40, .10) !important;
}
.rrr-location-menu { width: min(420px, 90vw) !important; max-height: 390px; overflow: hidden; }
.rrr-location-menu ul { max-height: 360px; margin: 0; padding: 6px 0; overflow-y: auto; list-style: none; }
.rrr-location-menu .item { padding: 10px 16px; font-size: 14px; }
.rrr-search-field--date .check-in-out {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    cursor: pointer;
    opacity: 0 !important;
}
.rrr-date-render { display: flex; min-width: 0; align-items: center; gap: 10px; white-space: nowrap; }
.rrr-date-render .render { display: block; max-width: 120px; overflow: hidden; text-overflow: ellipsis; }
.rrr-date-separator { color: #98a2b3; }
.rrr-search-field--guest > .form-extra-field { display: flex !important; width: 100%; align-items: center; }
.rrr-guest-menu { width: 330px !important; padding: 8px 18px !important; }
.rrr-guest-menu .item { min-height: 70px; padding: 12px 0; border-bottom: 1px solid #eaecf0; }
.rrr-guest-menu .item:last-child { border-bottom: 0; }
.rrr-counter-label { display: flex; flex-direction: column; gap: 3px; }
.rrr-counter-label strong { color: var(--rrr-text); font-size: 14px; }
.rrr-counter-label small { color: var(--rrr-muted); font-size: 12px; }
.rrr-guest-menu .st-number-wrapper { min-width: 112px; }
.rrr-guest-menu .st-input-number { width: 110px !important; }
.rrr-search-submit-wrap { display: flex; padding: 5px; align-items: stretch; }
.rrr-search-submit {
    display: inline-flex;
    width: 100%;
    min-height: 56px;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    border-radius: 7px;
    background: var(--rrr-blue-button);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.rrr-search-submit__icon { width: 20px; height: 20px; }

/* Main */
.rrr-page { min-height: 620px; background: #fff; }
.rrr-main-shell { padding-top: 58px; padding-bottom: 72px; }
.rrr-breadcrumb { margin: 0 0 20px; }
.rrr-breadcrumb ol { display: flex; margin: 0; padding: 0; flex-wrap: wrap; list-style: none; }
.rrr-breadcrumb li { display: inline-flex; align-items: center; color: var(--rrr-text); font-size: 13px; }
.rrr-breadcrumb li:not(:last-child)::after { margin: 0 9px; color: #98a2b3; content: "›"; font-size: 18px; }
.rrr-breadcrumb a { color: var(--rrr-blue); }
.rrr-layout {
    display: grid;
    width: 100%;
    grid-template-columns: 300px minmax(0, 1fr);
    align-items: start;
    gap: 20px;
}

/* Sidebar */
.rrr-sidebar { width: 300px !important; max-width: 300px !important; margin: 0 !important; padding: 0 !important; }
.rrr-sidebar__sticky { position: sticky; top: 18px; }
.rrr-sidebar-close { display: none; }
.rrr-map-card {
    position: relative;
    height: 178px;
    margin: 0 0 8px;
    overflow: hidden;
    border: 1px solid var(--rrr-border);
    border-radius: 8px;
    background-color: #e9f3fb;
    background-image:
        linear-gradient(28deg, transparent 46%, rgba(255,255,255,.96) 47%, rgba(255,255,255,.96) 52%, transparent 53%),
        linear-gradient(152deg, transparent 44%, rgba(255,255,255,.94) 45%, rgba(255,255,255,.94) 50%, transparent 51%),
        linear-gradient(72deg, transparent 48%, rgba(175,204,225,.70) 49%, rgba(175,204,225,.70) 51%, transparent 52%);
    background-size: 130px 105px, 155px 125px, 88px 88px;
}
.rrr-map-card::before,
.rrr-map-card::after { position: absolute; border-radius: 50%; background: #cbe5ce; content: ""; opacity: .75; }
.rrr-map-card::before { top: 14px; right: 25px; width: 72px; height: 46px; }
.rrr-map-card::after { bottom: 15px; left: 24px; width: 60px; height: 42px; }
.rrr-map-card__button {
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 20px 24px;
    align-items: flex-end;
    justify-content: center;
    border: 0;
    background: transparent;
}
.rrr-map-card__label {
    display: inline-flex;
    min-height: 42px;
    padding: 0 22px;
    align-items: center;
    border-radius: 5px;
    background: var(--rrr-blue-button);
    color: #fff;
    font-size: 14px;
    font-weight: 650;
}
.rrr-filter-panel { overflow: hidden; border: 1px solid var(--rrr-border); border-radius: 8px; background: #fff; }
.rrr-filter-title { margin: 0; padding: 14px 16px; border-bottom: 1px solid var(--rrr-border); color: var(--rrr-text); font-size: 15px; font-weight: 700; }
.rrr-filter-panel .sidebar-item { margin: 0 !important; border: 0 !important; border-bottom: 1px solid var(--rrr-border) !important; border-radius: 0 !important; box-shadow: none !important; }
.rrr-filter-panel .sidebar-item:last-child { border-bottom: 0 !important; }
.rrr-filter-panel .item-title { min-height: 48px; padding: 13px 18px 9px !important; color: var(--rrr-text); font-size: 14px; font-weight: 700; }
.rrr-filter-panel .item-content { padding: 8px 18px 20px !important; }
.rrr-filter-panel .item-content ul { margin: 0; padding: 0; list-style: none; }
.rrr-filter-panel .st-icheck-item { margin: 0 0 12px; }
.rrr-filter-panel .st-icheck-item label { display: flex; min-height: 21px; align-items: center; color: #344054; font-size: 13px; }
.rrr-filter-panel .min-max-value { display: flex; margin-top: 10px; justify-content: space-between; color: var(--rrr-muted); font-size: 12px; }
.rrr-filter-panel .price-action { display: flex; margin-top: 18px; padding-top: 16px; align-items: center; justify-content: space-between; border-top: 1px solid #eaecf0; }
.rrr-filter-panel .btn-apply-price-range { min-height: 40px; padding: 0 20px !important; border-radius: 21px !important; background: var(--rrr-blue-button) !important; color: #fff !important; font-weight: 600 !important; }
.rrr-filter-panel .clear-price { color: var(--rrr-blue); font-weight: 600; }
.rrr-filter-panel .irs--flat .irs-bar,
.rrr-filter-panel .irs-bar { background: var(--rrr-blue-button) !important; }
.rrr-filter-panel .irs--flat .irs-handle > i:first-child,
.rrr-filter-panel .irs-handle { border-color: var(--rrr-blue-button) !important; }

/* Results */
.rrr-results { min-width: 0; width: 100%; margin: 0; padding: 0; }
.rrr-toolbar { margin: 0 0 10px; }
.rrr-toolbar__top { display: flex; min-height: 60px; align-items: flex-start; justify-content: space-between; gap: 24px; }
.rrr-result-title { max-width: 760px; margin: 0; color: #111827; font-size: 20px; font-weight: 750; line-height: 1.3; }
.rrr-layout-switch {
    display: inline-flex;
    padding: 3px;
    flex: 0 0 auto;
    border: 1px solid #d5dae2;
    border-radius: 23px;
    background: #f7f7f8;
}
.rrr-layout-switch .layout-item {
    min-height: 36px;
    padding: 0 15px;
    border: 0;
    border-radius: 19px;
    background: transparent;
    color: #344054;
    font-size: 14px;
}
.rrr-layout-switch .layout-item.active { border: 1px solid #98a2b3; background: #fff; color: #111827; }
.rrr-toolbar__bottom { display: flex; min-height: 50px; align-items: center; justify-content: space-between; }
.rrr-sort { position: relative; }
.rrr-sort__trigger {
    display: inline-flex;
    min-height: 42px;
    padding: 0 15px;
    align-items: center;
    gap: 7px;
    border: 1px solid #8d96a3;
    border-radius: 22px;
    background: #fff;
    color: var(--rrr-text);
    font-size: 14px;
}
.rrr-sort__trigger::after { display: none; }
.rrr-sort__icon { width: 20px; height: 20px; }
.rrr-sort__chevron { margin-left: 3px; }
.rrr-sort-menu { min-width: 230px; padding: 8px !important; border: 1px solid var(--rrr-border) !important; border-radius: 9px !important; }
.rrr-sort-option { display: flex; padding: 9px 10px; align-items: center; gap: 9px; color: var(--rrr-text); font-size: 14px; cursor: pointer; }
.rrr-mobile-filter { display: none; }
.rrr-availability-notice {
    display: grid;
    min-height: 58px;
    margin: 0 0 16px;
    padding: 12px 16px;
    grid-template-columns: 22px minmax(0, 1fr) 30px;
    align-items: center;
    gap: 12px;
    border: 1px solid var(--rrr-border);
    border-radius: 8px;
    background: #fff;
}
.rrr-availability-notice__icon { display: inline-flex; width: 22px; height: 22px; color: #111827; }
.rrr-availability-notice__icon svg,
.rrr-availability-notice__close svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; }
.rrr-availability-notice p { margin: 0; color: #111827; font-size: 14px; font-weight: 650; }
.rrr-availability-notice__close { width: 30px; height: 30px; padding: 7px; border: 0; background: transparent; color: #344054; }
.rrr-search-results { position: relative; min-height: 220px; }
.rrr-search-results > .loader-wrapper { z-index: 30; }
.rrr-search-results .service-list-wrapper.list-style,
.rrr-search-results .rental-grid.list-style { display: block !important; margin: 0 !important; }
.rrr-search-results .service-list-wrapper.list-style > .item-service,
.rrr-search-results .rental-grid.list-style > .item-service { width: 100% !important; max-width: none !important; margin: 0 0 16px !important; padding: 0 !important; }
.rrr-search-results .service-list-wrapper.row { margin-right: -8px !important; margin-left: -8px !important; }
.rrr-search-results .service-list-wrapper.row > .item-service { padding-right: 8px !important; padding-left: 8px !important; }

/* Result card */
.rrr-result-card { width: 100%; margin: 0; }
.rrr-result-card__inner {
    display: grid !important;
    min-height: 232px;
    overflow: hidden;
    grid-template-columns: 285px minmax(0, 1fr);
    border: 1px solid var(--rrr-border) !important;
    border-radius: 9px !important;
    background: #fff;
    box-shadow: none !important;
}
.rrr-result-card__image { position: relative; min-height: 232px; overflow: hidden; background: #edf1f6; }
.rrr-result-card__image-link { display: block; width: 100%; height: 100%; }
.rrr-result-card__image img { display: block; width: 100% !important; height: 100% !important; min-height: 232px; object-fit: cover; }
.rrr-result-card__badges { position: absolute; z-index: 3; top: 12px; left: 12px; display: flex; gap: 6px; }
.rrr-badge { display: inline-flex; min-height: 25px; padding: 0 9px; align-items: center; border-radius: 4px; color: #fff; font-size: 12px; font-weight: 700; }
.rrr-badge--featured { background: #e90034; }
.rrr-badge--sale { background: var(--rrr-green); }
.rrr-result-card__wishlist { position: absolute; z-index: 5; top: 10px; right: 10px; }
.rrr-result-card__wishlist .service-add-wishlist,
.rrr-result-card__wishlist a.login {
    display: inline-flex !important;
    width: 44px !important;
    height: 44px !important;
    padding: 10px !important;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #344054 !important;
}
.rrr-result-card__wishlist svg { width: 24px !important; height: 24px !important; }
.rrr-result-card__content {
    display: grid !important;
    min-width: 0;
    padding: 17px 18px !important;
    grid-template-columns: minmax(0, 1fr) 215px;
    gap: 16px;
}
.rrr-result-card__main { min-width: 0; }
.rrr-result-card__title-row { display: flex; min-height: 48px; align-items: flex-start; }
.rrr-result-card__type { margin: 2px 0 7px; color: #475467; font-size: 12px; font-weight: 650; line-height: 1.3; }
.rrr-result-card h3.title { margin: 0 0 4px !important; font-size: 17px !important; line-height: 1.28 !important; }
.rrr-result-card h3.title a { color: var(--rrr-blue-deep) !important; font-weight: 700 !important; }
.rrr-result-card__location { display: flex; margin: 0 0 11px; flex-wrap: wrap; align-items: center; gap: 6px; color: #344054; font-size: 12px; }
.rrr-result-card__location-icon { display: inline-flex; width: 17px; height: 17px; color: var(--rrr-blue-button); }
.rrr-map-link { padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--rrr-blue-button); font-size: 13px; }
.rrr-result-card__features { display: flex; margin: 0 0 12px; padding: 0; flex-wrap: wrap; list-style: none; gap: 8px 16px; }
.rrr-result-card__features li { display: inline-flex; align-items: center; gap: 5px; color: #475467; font-size: 11.5px; }
.rrr-result-card__features svg { width: 17px; height: 17px; }
.rrr-result-card__policies { display: grid; margin: 0; padding: 0; list-style: none; gap: 6px; }
.rrr-policy { display: flex; align-items: flex-start; gap: 7px; color: #344054; font-size: 12px; line-height: 1.35; }
.rrr-policy svg { width: 18px; height: 18px; flex: 0 0 18px; }
.rrr-policy--positive { color: var(--rrr-green); font-weight: 650; }
.rrr-result-card__side { display: flex; min-width: 0; padding-left: 15px; flex-direction: column; align-items: stretch; justify-content: space-between; border-left: 1px solid #eaecf0; }
.rrr-review { display: flex; align-items: flex-start; justify-content: flex-end; gap: 9px; }
.rrr-review__copy { display: flex; min-width: 0; flex-direction: column; align-items: flex-end; text-align: right; }
.rrr-review__copy strong { color: var(--rrr-text); font-size: 13px; }
.rrr-review__copy span { color: var(--rrr-muted); font-size: 12px; }
.rrr-review__score { display: inline-flex; min-width: 44px; height: 40px; padding: 0 7px; align-items: center; justify-content: center; border-radius: 6px 6px 6px 0; background: var(--rrr-blue-deep); color: #fff; font-size: 14px; font-weight: 750; }
.rrr-price { display: flex; margin: auto 0 12px; flex-direction: column; align-items: flex-end; text-align: right; }
.rrr-price__stay { color: var(--rrr-muted); font-size: 12px; }
.rrr-price__old { color: #667085; font-size: 13px; text-decoration: line-through; }
.rrr-price__total { color: #111827; font-size: 20px; font-weight: 550; line-height: 1.25; }
.rrr-availability-button { display: flex; min-height: 42px; padding: 0 14px; align-items: center; justify-content: center; gap: 8px; border-radius: 5px; background: var(--rrr-blue-deep); color: #fff !important; font-size: 13px; font-weight: 650; text-align: center; text-decoration: none !important; }
.rrr-availability-button svg { width: 18px; height: 18px; }
.rrr-pagination { margin-top: 24px; }
.rrr-pagination .page-numbers { display: inline-flex; min-width: 38px; height: 38px; margin: 0 3px; align-items: center; justify-content: center; border: 1px solid var(--rrr-border); border-radius: 6px; color: var(--rrr-text); }
.rrr-pagination .page-numbers.current { border-color: var(--rrr-blue-button); background: var(--rrr-blue-button); color: #fff; }

/* Native grid view cleanup */
.rrr-search-results .services-item.grid > .item { overflow: hidden; border: 1px solid var(--rrr-border) !important; border-radius: 9px !important; box-shadow: none !important; }
.rrr-search-results .services-item.grid .featured-image img { width: 100% !important; height: 205px !important; object-fit: cover; }
.rrr-search-results .services-item.grid .content-item { padding: 14px !important; }

/* Map popup */
.rrr-page .map-view-popup { z-index: 9999; }
.rrr-mobile-map { display: none; }

/* Footer */
.rrr-site-footer { padding: 42px 0 18px; background: var(--rrr-blue-deep); color: #fff; }
.rrr-footer-grid { display: grid; grid-template-columns: 1.35fr repeat(4, 1fr); gap: 40px; }
.rrr-footer-logo,
.rrr-footer-logo__asset,
.rrr-footer-logo__asset .rh1-logo__image { display: inline-flex; max-width: 165px; color: #fff; }
.rrr-footer-logo img,
.rrr-footer-logo svg { max-width: 165px; max-height: 48px; }
.rrr-footer-brand p { max-width: 210px; margin: 18px 0 0; color: rgba(255,255,255,.82); font-size: 13px; line-height: 1.55; }
.rrr-footer-column { display: flex; flex-direction: column; gap: 8px; }
.rrr-footer-column h3 { margin: 0 0 5px; color: #fff; font-size: 14px; font-weight: 700; }
.rrr-footer-column a,
.rrr-footer-column span { color: rgba(255,255,255,.84); font-size: 12px; line-height: 1.45; }
.rrr-footer-bottom { display: flex; margin-top: 30px; padding-top: 17px; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.88); font-size: 12px; }
.rrr-payment-marks { display: flex; align-items: center; gap: 18px; color: #fff; }

@media (max-width: 1180px) {
    .rrr-container { width: min(1180px, calc(100% - 32px)); }
    .rrr-site-header__inner { grid-template-columns: 165px minmax(350px, 1fr) auto; gap: 18px; }
    .rrr-site-nav { gap: 22px; }
    .rrr-search-form__grid { grid-template-columns: minmax(220px, 1fr) minmax(260px, 1.1fr) minmax(250px, 1fr) 166px; }
    .rrr-layout { grid-template-columns: 275px minmax(0, 1fr); }
    .rrr-sidebar { width: 275px !important; max-width: 275px !important; }
    .rrr-result-card__inner { grid-template-columns: 245px minmax(0, 1fr); }
    .rrr-result-card__content { grid-template-columns: minmax(0, 1fr) 190px; }
}

@media (max-width: 991px) {
    .rrr-site-header__inner { grid-template-columns: 150px 1fr auto; }
    .rrr-site-nav { display: none; }
    .rrr-search-band { height: auto; padding: 18px 0; }
    .rrr-search-band__inner { height: auto; }
    .rrr-search-form { position: relative; bottom: auto; }
    .rrr-search-form__grid { grid-template-columns: 1fr 1fr; }
    .rrr-search-submit-wrap { grid-column: span 2; }
    .rrr-main-shell { padding-top: 28px; }
    .rrr-layout { display: block; }
    .rrr-sidebar { display: none; position: fixed; z-index: 10020; inset: 0 auto 0 0; width: min(360px, 92vw) !important; max-width: min(360px, 92vw) !important; padding: 18px !important; overflow-y: auto; background: #fff; }
    .rrr-sidebar__sticky { position: static; }
    .rrr-sidebar-close { display: inline-flex; width: 38px; height: 38px; margin: 0 0 10px auto; padding: 9px; border: 0; background: transparent; }
    .rrr-mobile-filter { display: inline-flex; min-height: 40px; padding: 0 14px; align-items: center; gap: 7px; border: 1px solid var(--rrr-border); border-radius: 6px; background: #fff; }
    .rrr-mobile-filter svg { width: 18px; height: 18px; }
    .rrr-result-card__inner { grid-template-columns: 235px minmax(0, 1fr); }
    .rrr-result-card__content { grid-template-columns: 1fr; }
    .rrr-result-card__side { display: grid; padding: 12px 0 0; grid-template-columns: 1fr 1fr; border-top: 1px solid #eaecf0; border-left: 0; gap: 10px; }
    .rrr-availability-button { grid-column: span 2; }
    .rrr-footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
    .rrr-container { width: calc(100% - 24px); }
    .rrr-site-header { height: 66px; }
    .rrr-site-header__inner { height: 66px; grid-template-columns: 1fr auto; }
    .rrr-site-logo img { max-height: 40px; }
    .rrr-currency { display: none; }
    .rrr-search-form__grid { display: block; }
    .rrr-search-field { min-height: 62px; border-right: 0 !important; border-bottom: 1px solid #e4e7ec !important; }
    .rrr-search-submit-wrap { height: 64px; }
    .rrr-toolbar__top { display: block; }
    .rrr-result-title { margin-bottom: 15px; font-size: 20px; }
    .rrr-layout-switch { margin-bottom: 10px; }
    .rrr-toolbar__bottom { gap: 10px; }
    .rrr-result-card__inner { display: block !important; }
    .rrr-result-card__image { height: 220px; min-height: 220px; }
    .rrr-result-card__image img { min-height: 220px; }
    .rrr-result-card__content { display: block !important; }
    .rrr-result-card__side { margin-top: 14px; }
    .rrr-footer-grid { grid-template-columns: 1fr; gap: 24px; }
    .rrr-footer-bottom { flex-direction: column; align-items: flex-start; gap: 14px; }
}


/* Reservaline visual normalization */
.rrr-site .rrr-search-submit,
.rrr-site .rrr-map-card__label,
.rrr-site .rrr-filter-panel .btn-apply-price-range,
.rrr-site .rrr-filter-panel .btn-more-item,
.rrr-site .rrr-availability-button,
.rrr-site .rrr-pagination .page-numbers.current,
.rrr-site .rrr-review__score {
    background-color: var(--rrr-blue-deep) !important;
}

.rrr-site .rrr-filter-panel .clear-price,
.rrr-site .rrr-filter-panel .btn-apply-price-range,
.rrr-site .rrr-filter-panel .btn-more-item,
.rrr-site .rrr-filter-panel .clear-price:hover,
.rrr-site .rrr-filter-panel .btn-apply-price-range:hover,
.rrr-site .rrr-filter-panel .btn-more-item:hover,
.rrr-site .rrr-filter-panel .clear-price:focus,
.rrr-site .rrr-filter-panel .btn-apply-price-range:focus,
.rrr-site .rrr-filter-panel .btn-more-item:focus {
    text-decoration: none !important;
}

.rrr-site .rrr-filter-panel .btn-apply-price-range {
    border: 0 !important;
    color: #fff !important;
    font-size: 13px !important;
    line-height: 1 !important;
}

.rrr-site .rrr-filter-panel .clear-price {
    color: var(--rrr-blue-deep) !important;
    font-size: 13px !important;
}

.rrr-site .rrr-filter-panel .btn-more-item {
    display: inline-flex !important;
    min-height: 38px;
    margin: 8px 18px 18px !important;
    padding: 0 18px !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 0 !important;
    border-radius: 5px !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 650 !important;
    line-height: 1 !important;
}

.rrr-site .rrr-filter-panel .btn-more-item .stt-icon {
    color: #fff !important;
}

.rrr-result-card__main,
.rrr-result-card__side {
    padding-top: 0;
}

/* Reservaline result page refinements: compact search, white filters and two-line titles */
.rrr-site .rrr-filter-panel,
.rrr-site .rrr-filter-title,
.rrr-site .rrr-filter-panel .sidebar-item,
.rrr-site .rrr-filter-panel .item-title,
.rrr-site .rrr-filter-panel .item-content {
    background-color: #fff !important;
}

.rrr-site .rrr-filter-title {
    color: #111827 !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
}

.rrr-site .rrr-filter-panel .item-title {
    color: #111827 !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
}

.rrr-search-form {
    right: auto;
    left: 50%;
    width: min(1160px, 100%);
    border: 0;
    transform: translateX(-50%);
    isolation: isolate;
}

.rrr-search-form::before {
    position: absolute;
    z-index: 20;
    inset: 0;
    border: 3px solid var(--rrr-gold);
    border-radius: 11px;
    content: "";
    pointer-events: none;
}

.rrr-search-form__grid {
    position: relative;
    z-index: 1;
    border-radius: 11px;
    background: #fff;
}

.rrr-result-title {
    color: #111827 !important;
    font-size: 18px !important;
    line-height: 1.28 !important;
}

.rrr-result-card h3.title {
    display: -webkit-box;
    min-height: 38px;
    max-height: 38px;
    margin: 0 0 4px !important;
    overflow: hidden;
    color: #111827 !important;
    font-size: 15px !important;
    line-height: 1.27 !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.rrr-result-card h3.title a,
.rrr-result-card h3.title a:hover,
.rrr-result-card h3.title a:focus {
    display: -webkit-box;
    overflow: hidden;
    color: #111827 !important;
    font-size: inherit !important;
    line-height: inherit !important;
    text-decoration: none !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.rrr-result-card__title-row {
    min-height: 45px;
}

/* Never show the WordPress page name/title on this isolated result template. */
body.rrr-template .page-title:not(.rrr-result-title),
body.rrr-template .entry-title,
body.rrr-template .st-page-title,
body.rrr-template .title-page,
body.rrr-template .banner-title,
body.rrr-template .wp-block-post-title,
body.rrr-template #st-content-wrapper > h1:not(.rrr-result-title),
body.rrr-template #st-content-wrapper > .container > h1:not(.rrr-result-title) {
    display: none !important;
}

@media (max-width: 1180px) {
    .rrr-search-form {
        width: min(1080px, 100%);
    }
}

@media (max-width: 991px) {
    .rrr-search-form {
        left: auto;
        width: 100%;
        transform: none;
    }
}

@media (max-width: 767px) {
    .rrr-result-title {
        font-size: 17px !important;
    }

    .rrr-result-card h3.title {
        min-height: 36px;
        max-height: 36px;
        font-size: 14px !important;
        line-height: 1.28 !important;
    }
}

/* Compact Booking-like refinement: continuous search border, smaller typography and two-line titles. */
body.rrr-template {
    font-size: 13px;
}

/* Keep the gold border fully visible: no white layer can overlap it. */
.rrr-site .rrr-search-form {
    right: auto !important;
    left: 50% !important;
    width: min(1060px, calc(100% - 32px)) !important;
    min-height: 64px !important;
    overflow: hidden !important;
    border: 3px solid var(--rrr-gold) !important;
    border-radius: 10px !important;
    background: var(--rrr-gold) !important;
    transform: translateX(-50%) !important;
    isolation: auto !important;
}

.rrr-site .rrr-search-form::before,
.rrr-site .rrr-search-form::after {
    display: none !important;
    content: none !important;
}

.rrr-site .rrr-search-form__grid {
    z-index: auto !important;
    min-height: 58px !important;
    grid-template-columns: minmax(220px, 1fr) minmax(250px, 1.08fr) minmax(250px, 1.05fr) 156px !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 7px !important;
    background: #fff !important;
}

.rrr-site .rrr-search-field {
    min-height: 58px !important;
    padding: 0 14px !important;
    background: #fff !important;
}

.rrr-site .rrr-search-field__icon {
    width: 25px !important;
    height: 25px !important;
    margin-right: 10px !important;
    flex-basis: 25px !important;
}

.rrr-site .rrr-search-field__content label {
    margin-bottom: 2px !important;
    font-size: 10.5px !important;
    line-height: 1.15 !important;
}

.rrr-site .rrr-search-field__content .render,
.rrr-site .rrr-date-render,
.rrr-site .rrr-search-field--location input[name="location_name"] {
    font-size: 12.5px !important;
    line-height: 1.25 !important;
}

.rrr-site .rrr-date-render {
    gap: 7px !important;
}

.rrr-site .rrr-date-render .render {
    max-width: 105px !important;
}

.rrr-site .rrr-search-submit-wrap {
    padding: 4px !important;
}

.rrr-site .rrr-search-submit {
    min-height: 50px !important;
    padding: 0 15px !important;
    border-radius: 6px !important;
    font-size: 13.5px !important;
}

.rrr-site .rrr-search-submit__icon {
    width: 17px !important;
    height: 17px !important;
}

/* Compact page typography. */
.rrr-site .rrr-breadcrumb li {
    font-size: 12px !important;
}

.rrr-site .rrr-filter-title {
    padding: 12px 14px !important;
    font-size: 13px !important;
}

.rrr-site .rrr-filter-panel .item-title {
    min-height: 43px !important;
    padding: 11px 15px 8px !important;
    font-size: 12.5px !important;
}

.rrr-site .rrr-filter-panel .st-icheck-item label {
    font-size: 12px !important;
    line-height: 1.3 !important;
}

.rrr-site .rrr-filter-panel .min-max-value,
.rrr-site .rrr-filter-panel .clear-price,
.rrr-site .rrr-filter-panel .btn-apply-price-range,
.rrr-site .rrr-filter-panel .btn-more-item {
    font-size: 12px !important;
}

.rrr-site .rrr-result-title {
    font-size: 17px !important;
    line-height: 1.25 !important;
}

.rrr-site .rrr-layout-switch button,
.rrr-site .rrr-sort-trigger,
.rrr-site .rrr-sort-option {
    font-size: 12.5px !important;
}

.rrr-site .rrr-availability-notice p {
    font-size: 12.5px !important;
    line-height: 1.35 !important;
}

/* Exactly two title lines at most (one wrap); the remainder is ellipsized. */
.rrr-site .rrr-result-card__title-row {
    min-height: 36px !important;
}

.rrr-site .rrr-result-card h3.title {
    display: block !important;
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    margin: 0 0 3px !important;
    overflow: hidden !important;
    font-size: 14px !important;
    line-height: 17px !important;
}

.rrr-site .rrr-result-card h3.title a,
.rrr-site .rrr-result-card h3.title a:hover,
.rrr-site .rrr-result-card h3.title a:focus {
    display: -webkit-box !important;
    max-height: 34px !important;
    overflow: hidden !important;
    color: #111827 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 17px !important;
    text-overflow: ellipsis !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
}

.rrr-site .rrr-result-card__type {
    margin: 1px 0 6px !important;
    font-size: 11.5px !important;
}

.rrr-site .rrr-result-card__location,
.rrr-site .rrr-map-link {
    font-size: 11.5px !important;
}

.rrr-site .rrr-result-card__features li {
    font-size: 11px !important;
}

.rrr-site .rrr-policy {
    font-size: 11.5px !important;
}

.rrr-site .rrr-review__copy strong {
    font-size: 12px !important;
}

.rrr-site .rrr-review__copy span,
.rrr-site .rrr-price__stay {
    font-size: 11px !important;
}

.rrr-site .rrr-review__score {
    min-width: 40px !important;
    height: 36px !important;
    font-size: 13px !important;
}

.rrr-site .rrr-price__old {
    font-size: 12px !important;
}

.rrr-site .rrr-price__total {
    font-size: 18px !important;
}

.rrr-site .rrr-availability-button {
    min-height: 39px !important;
    font-size: 12px !important;
}

@media (max-width: 1180px) {
    .rrr-site .rrr-search-form {
        width: min(980px, calc(100% - 28px)) !important;
    }

    .rrr-site .rrr-search-form__grid {
        grid-template-columns: minmax(205px, 1fr) minmax(225px, 1.05fr) minmax(225px, 1fr) 148px !important;
    }
}

@media (max-width: 991px) {
    .rrr-site .rrr-search-form {
        right: 0 !important;
        left: 0 !important;
        width: 100% !important;
        transform: none !important;
    }

    .rrr-site .rrr-search-form__grid {
        grid-template-columns: 1fr 1fr !important;
    }
}

@media (max-width: 767px) {
    .rrr-site .rrr-search-form__grid {
        display: block !important;
    }

    .rrr-site .rrr-result-title {
        font-size: 16px !important;
    }

    .rrr-site .rrr-result-card h3.title,
    .rrr-site .rrr-result-card h3.title a {
        height: 32px !important;
        min-height: 32px !important;
        max-height: 32px !important;
        font-size: 13.5px !important;
        line-height: 16px !important;
    }
}

/* Functional dropdown restoration without changing the compact search dimensions. */
.rrr-site .rrr-search-band,
.rrr-site .rrr-search-band__inner,
.rrr-site .rrr-search-form,
.rrr-site .rrr-search-form__grid,
.rrr-site .rrr-search-field {
    overflow: visible !important;
}

.rrr-site .rrr-search-form {
    z-index: 200 !important;
    width: min(1060px, calc(100% - 32px)) !important;
    min-height: 64px !important;
}

.rrr-site .rrr-search-form__grid {
    position: relative !important;
    z-index: 1 !important;
    min-height: 58px !important;
    grid-template-columns: minmax(220px, 1fr) minmax(250px, 1.08fr) minmax(250px, 1.05fr) 156px !important;
}

.rrr-site .rrr-search-field {
    min-height: 58px !important;
    padding: 0 14px !important;
}

.rrr-site .rrr-search-field__content label {
    font-size: 10.5px !important;
}

.rrr-site .rrr-search-field__content .render,
.rrr-site .rrr-date-render,
.rrr-site .rrr-search-field--location input[name="location_name"] {
    font-size: 12.5px !important;
}

.rrr-site .rrr-search-submit {
    min-height: 50px !important;
    font-size: 13.5px !important;
}

.rrr-site .rrr-search-field--location,
.rrr-site .rrr-search-field--guest {
    z-index: 20 !important;
}

.rrr-site .rrr-search-field--date {
    z-index: 10 !important;
}

.rrr-site .rrr-search-field--location {
    border-radius: 7px 0 0 7px !important;
}

.rrr-site .rrr-search-submit-wrap {
    border-radius: 0 7px 7px 0 !important;
    background: #fff !important;
}

.rrr-site .rrr-location-menu,
.rrr-site .rrr-guest-menu {
    position: absolute !important;
    top: calc(100% + 7px) !important;
    bottom: auto !important;
    left: 0 !important;
    z-index: 10080 !important;
    margin: 0 !important;
    transform: none !important;
}

.rrr-site .rrr-search-field--guest .rrr-guest-menu {
    right: 0 !important;
    left: auto !important;
}

.rrr-site .rrr-location-menu.show,
.rrr-site .rrr-guest-menu.show {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.rrr-site .rrr-location-menu .st-scrollbar,
.rrr-site .rrr-guest-menu {
    pointer-events: auto !important;
}

.rrr-site .rrr-main-shell {
    position: relative;
    z-index: 1;
}

/* Keep accommodation titles smaller and limited to two lines. */
body.rrr-template .rrr-result-card__title-row,
body.rrr-template .rrr-result-card__title-row > div,
body.rrr-template .rrr-result-card__title,
body.rrr-template .rrr-result-card h3.title {
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
    margin: 0 !important;
    overflow: hidden !important;
}

body.rrr-template .rrr-result-card__title-link,
body.rrr-template .rrr-result-card__title-link:hover,
body.rrr-template .rrr-result-card__title-link:focus {
    display: -webkit-box !important;
    height: 32px !important;
    max-height: 32px !important;
    overflow: hidden !important;
    color: #111827 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 16px !important;
    text-decoration: none !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
}

@media (max-width: 1180px) {
    .rrr-site .rrr-search-form {
        width: min(980px, calc(100% - 28px)) !important;
    }

    .rrr-site .rrr-search-form__grid {
        grid-template-columns: minmax(205px, 1fr) minmax(225px, 1.05fr) minmax(225px, 1fr) 148px !important;
    }
}

@media (max-width: 991px) {
    .rrr-site .rrr-search-form {
        right: 0 !important;
        left: 0 !important;
        width: 100% !important;
        transform: none !important;
    }

    .rrr-site .rrr-search-form__grid {
        grid-template-columns: 1fr 1fr !important;
    }

    .rrr-site .rrr-search-field--location {
        border-radius: 7px 0 0 0 !important;
    }

    .rrr-site .rrr-search-field--guest .rrr-guest-menu {
        right: auto !important;
        left: 0 !important;
    }
}

@media (max-width: 767px) {
    .rrr-site .rrr-search-form__grid {
        display: block !important;
    }

    .rrr-site .rrr-search-field--location,
    .rrr-site .rrr-search-submit-wrap {
        border-radius: 0 !important;
    }
}

/* ========================================================================
   Final alignment: same Reservaline header/footer as the homepage,
   wide result content and compact two-line accommodation titles.
   ======================================================================== */

body.rh1-results-template .rrr-results-header {
    position: relative !important;
    z-index: 1000 !important;
    width: 100% !important;
    height: 74px !important;
    background: #073b8f !important;
    box-shadow: none !important;
}

body.rh1-results-template .rrr-results-header .rh1-header__inner {
    height: 74px !important;
}

body.rh1-results-template .rrr-search-band {
    position: relative !important;
    z-index: 250 !important;
    min-height: 82px !important;
    background: #073b8f !important;
}

.rrr-wide-container {
    width: min(1600px, calc(100% - 24px)) !important;
    max-width: 1600px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

body.rh1-results-template .rrr-search-band__inner {
    display: flex !important;
    min-height: 82px !important;
    align-items: flex-end !important;
    justify-content: center !important;
}

body.rh1-results-template .rrr-search-form {
    bottom: -28px !important;
    width: min(1020px, calc(100% - 32px)) !important;
}

body.rh1-results-template .rrr-main-shell {
    width: min(1600px, calc(100% - 24px)) !important;
    max-width: 1600px !important;
    padding-top: 52px !important;
    padding-bottom: 56px !important;
}

body.rh1-results-template .rrr-layout {
    grid-template-columns: 286px minmax(0, 1fr) !important;
    gap: 16px !important;
}

body.rh1-results-template .rrr-sidebar {
    width: 286px !important;
    max-width: 286px !important;
}

body.rh1-results-template .rrr-result-card__inner {
    grid-template-columns: 270px minmax(0, 1fr) !important;
}

body.rh1-results-template .rrr-result-card__content {
    padding: 14px 15px !important;
    grid-template-columns: minmax(0, 1fr) 195px !important;
    gap: 14px !important;
}

body.rh1-results-template .rrr-result-card__title-row,
body.rh1-results-template .rrr-result-card__title-row > div,
body.rh1-results-template .rrr-result-card h3.rrr-result-card__title {
    display: block !important;
    width: 100% !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    margin: 0 !important;
    overflow: hidden !important;
}

body.rh1-results-template .rrr-result-card h3.rrr-result-card__title,
body.rh1-results-template .rrr-result-card h3.rrr-result-card__title a,
body.rh1-results-template .rrr-result-card .rrr-result-card__title-link,
body.rh1-results-template .rrr-result-card .rrr-result-card__title-link:hover,
body.rh1-results-template .rrr-result-card .rrr-result-card__title-link:focus {
    color: #111827 !important;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 15px !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
}

body.rh1-results-template .rrr-result-card .rrr-result-card__title-link,
body.rh1-results-template .rrr-result-card .rrr-result-card__title-link:hover,
body.rh1-results-template .rrr-result-card .rrr-result-card__title-link:focus {
    display: -webkit-box !important;
    width: 100% !important;
    height: 30px !important;
    max-height: 30px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
}

body.rh1-results-template .rrr-result-card__type {
    margin-top: 3px !important;
    font-size: 10.5px !important;
    line-height: 1.2 !important;
}

body.rh1-results-template .rrr-result-title {
    font-size: 15px !important;
    line-height: 1.25 !important;
}

body.rh1-results-template .rrr-result-card__location,
body.rh1-results-template .rrr-map-link,
body.rh1-results-template .rrr-policy,
body.rh1-results-template .rrr-review__copy strong,
body.rh1-results-template .rrr-availability-button {
    font-size: 11px !important;
}

body.rh1-results-template .rrr-result-card__features li,
body.rh1-results-template .rrr-review__copy span,
body.rh1-results-template .rrr-price__stay {
    font-size: 10.5px !important;
}

body.rh1-results-template .rrr-price__total {
    font-size: 17px !important;
}

body.rh1-results-template .rrr-results-footer {
    margin-top: 0 !important;
}

@media (max-width: 1280px) {
    .rrr-wide-container,
    body.rh1-results-template .rrr-main-shell {
        width: calc(100% - 28px) !important;
    }

    body.rh1-results-template .rrr-layout {
        grid-template-columns: 270px minmax(0, 1fr) !important;
    }

    body.rh1-results-template .rrr-sidebar {
        width: 270px !important;
        max-width: 270px !important;
    }

    body.rh1-results-template .rrr-result-card__inner {
        grid-template-columns: 245px minmax(0, 1fr) !important;
    }

    body.rh1-results-template .rrr-result-card__content {
        grid-template-columns: minmax(0, 1fr) 180px !important;
    }
}

@media (max-width: 991px) {
    body.rh1-results-template .rrr-search-band {
        min-height: auto !important;
        padding: 14px 0 !important;
    }

    body.rh1-results-template .rrr-search-band__inner {
        min-height: auto !important;
        align-items: stretch !important;
    }

    body.rh1-results-template .rrr-search-form {
        bottom: auto !important;
        width: 100% !important;
    }

    body.rh1-results-template .rrr-main-shell {
        padding-top: 24px !important;
    }
}

/* ========================================================================
   FINAL CORRECTION — 2026-07-18
   - The search-results body follows the exact content width of the homepage
     header/hero/footer (1120px desktop container).
   - Accommodation titles stay compact and never exceed two lines.
   - This block only corrects layout/typography; pricing remains PHP-native.
   ======================================================================== */
body.rh1-results-template .rrr-search-band__inner,
body.rh1-results-template .rrr-main-shell,
body.rh1-results-template .rrr-wide-container {
    width: min(1120px, calc(100% - 48px)) !important;
    max-width: 1120px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

body.rh1-results-template .rrr-search-form {
    width: min(1020px, 100%) !important;
    max-width: 1020px !important;
}

body.rh1-results-template .rrr-layout {
    grid-template-columns: 272px minmax(0, 1fr) !important;
    gap: 18px !important;
}

body.rh1-results-template .rrr-sidebar {
    width: 272px !important;
    max-width: 272px !important;
}

body.rh1-results-template .rrr-result-card__inner {
    grid-template-columns: 238px minmax(0, 1fr) !important;
}

body.rh1-results-template .rrr-result-card__content {
    grid-template-columns: minmax(0, 1fr) 172px !important;
    gap: 12px !important;
    padding: 13px 14px !important;
}

body.rh1-results-template #st-content-wrapper .rrr-result-card__title-row,
body.rh1-results-template #st-content-wrapper .rrr-result-card__title-row > div,
body.rh1-results-template #st-content-wrapper .rrr-result-card h3.title,
body.rh1-results-template #st-content-wrapper .rrr-result-card h3.rrr-result-card__title {
    display: block !important;
    width: 100% !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    margin: 0 !important;
    overflow: hidden !important;
    font-size: 12px !important;
    line-height: 15px !important;
}

body.rh1-results-template #st-content-wrapper .rrr-result-card h3.title > a,
body.rh1-results-template #st-content-wrapper .rrr-result-card .rrr-result-card__title-link,
body.rh1-results-template #st-content-wrapper .rrr-result-card .rrr-result-card__title-link:hover,
body.rh1-results-template #st-content-wrapper .rrr-result-card .rrr-result-card__title-link:focus {
    display: -webkit-box !important;
    width: 100% !important;
    height: 30px !important;
    max-height: 30px !important;
    overflow: hidden !important;
    color: #111827 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 15px !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
}

body.rh1-results-template #st-content-wrapper .rrr-result-card__type {
    margin-top: 3px !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
}

@media (max-width: 1180px) {
    body.rh1-results-template .rrr-search-band__inner,
    body.rh1-results-template .rrr-main-shell,
    body.rh1-results-template .rrr-wide-container {
        width: min(1040px, calc(100% - 36px)) !important;
    }

    body.rh1-results-template .rrr-layout {
        grid-template-columns: 258px minmax(0, 1fr) !important;
        gap: 16px !important;
    }

    body.rh1-results-template .rrr-sidebar {
        width: 258px !important;
        max-width: 258px !important;
    }

    body.rh1-results-template .rrr-result-card__inner {
        grid-template-columns: 220px minmax(0, 1fr) !important;
    }

    body.rh1-results-template .rrr-result-card__content {
        grid-template-columns: minmax(0, 1fr) 164px !important;
    }
}

@media (max-width: 991px) {
    body.rh1-results-template .rrr-search-band__inner,
    body.rh1-results-template .rrr-main-shell,
    body.rh1-results-template .rrr-wide-container {
        width: calc(100% - 32px) !important;
        max-width: none !important;
    }
}

/* ========================================================================
   MODE LISTE STABLE — 2026-07-19
   Neutralise les largeurs flex natives de Traveler et impose la structure
   maquette : image / informations / avis-prix. Ce bloc est volontairement
   limité au modèle Reservaline afin de ne pas toucher aux pages natives.
   ======================================================================== */
body.rh1-results-template #modern-search-result .service-list-wrapper.list-style,
body.rh1-results-template #modern-search-result .rental-grid.list-style {
    display: block !important;
    width: 100% !important;
}

body.rh1-results-template #modern-search-result .service-list-wrapper.list-style > .item-service,
body.rh1-results-template #modern-search-result .rental-grid.list-style > .item-service {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
}

body.rh1-results-template #modern-search-result .rrr-result-card,
body.rh1-results-template #modern-search-result .rrr-result-card > .rrr-result-card__inner {
    width: 100% !important;
    max-width: none !important;
}

body.rh1-results-template #modern-search-result .rrr-result-card > .rrr-result-card__inner {
    display: grid !important;
    min-height: 250px !important;
    grid-template-columns: 280px minmax(0, 1fr) !important;
    align-items: stretch !important;
    overflow: hidden !important;
}

body.rh1-results-template #modern-search-result .rrr-result-card .featured-image.rrr-result-card__image {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 100% !important;
    min-height: 250px !important;
    padding: 0 !important;
}

body.rh1-results-template #modern-search-result .rrr-result-card .rrr-result-card__image-link,
body.rh1-results-template #modern-search-result .rrr-result-card .rrr-result-card__image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 250px !important;
    object-fit: cover !important;
}

body.rh1-results-template #modern-search-result .rrr-result-card .content-item.rrr-result-card__content {
    display: grid !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    padding: 18px 18px 16px !important;
    grid-template-columns: minmax(0, 1fr) 210px !important;
    align-items: stretch !important;
    gap: 18px !important;
}

body.rh1-results-template #modern-search-result .rrr-result-card__main {
    display: flex !important;
    min-width: 0 !important;
    flex-direction: column !important;
}

body.rh1-results-template #modern-search-result .rrr-result-card__title-row,
body.rh1-results-template #modern-search-result .rrr-result-card__title-row > div,
body.rh1-results-template #modern-search-result .rrr-result-card h3.rrr-result-card__title {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
}

body.rh1-results-template #modern-search-result .rrr-result-card .rrr-result-card__title-link {
    display: -webkit-box !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 40px !important;
    overflow: hidden !important;
    color: #073b8f !important;
    font-size: 16px !important;
    font-weight: 750 !important;
    line-height: 20px !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
}

body.rh1-results-template #modern-search-result .rrr-result-card__location {
    margin: 8px 0 12px !important;
    gap: 6px 8px !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
}

body.rh1-results-template #modern-search-result .rrr-result-card__features {
    display: flex !important;
    width: 100% !important;
    margin: 0 0 12px !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 10px 14px !important;
    overflow: hidden !important;
}

body.rh1-results-template #modern-search-result .rrr-result-card__features li {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
    font-size: 11px !important;
}

body.rh1-results-template #modern-search-result .rrr-result-card__type {
    margin: 0 0 10px !important;
    color: #182230 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

body.rh1-results-template #modern-search-result .rrr-result-card__policies {
    margin-top: auto !important;
    gap: 5px !important;
}

body.rh1-results-template #modern-search-result .rrr-policy {
    font-size: 11.5px !important;
    line-height: 1.35 !important;
}

body.rh1-results-template #modern-search-result .rrr-policy--positive {
    color: #07913a !important;
}

body.rh1-results-template #modern-search-result .rrr-policy--deposit {
    color: #b54708 !important;
    font-weight: 650 !important;
}

body.rh1-results-template #modern-search-result .rrr-result-card__side {
    display: flex !important;
    width: 210px !important;
    min-width: 210px !important;
    max-width: 210px !important;
    padding-left: 18px !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: space-between !important;
    border-left: 1px solid #e4e7ec !important;
}

body.rh1-results-template #modern-search-result .rrr-review {
    display: flex !important;
    min-height: 43px !important;
    align-items: flex-start !important;
    justify-content: flex-end !important;
    gap: 9px !important;
}

body.rh1-results-template #modern-search-result .rrr-review__copy strong {
    color: #182230 !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
}

body.rh1-results-template #modern-search-result .rrr-review__copy span {
    font-size: 11px !important;
}

body.rh1-results-template #modern-search-result .rrr-review__score {
    display: inline-flex !important;
    min-width: 42px !important;
    height: 42px !important;
    align-items: center !important;
    justify-content: center !important;
    background: #073b8f !important;
    color: #fff !important;
}

body.rh1-results-template #modern-search-result .rrr-price {
    margin: auto 0 12px !important;
}

body.rh1-results-template #modern-search-result .rrr-price__stay,
body.rh1-results-template #modern-search-result .rrr-price__from {
    color: #667085 !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
}

body.rh1-results-template #modern-search-result .rrr-price__total {
    margin-top: 2px !important;
    color: #111827 !important;
    font-size: 21px !important;
    font-weight: 600 !important;
}

body.rh1-results-template #modern-search-result .rrr-availability-button {
    width: 100% !important;
    min-height: 44px !important;
    background: #073b8f !important;
}

@media (max-width: 1180px) {
    body.rh1-results-template #modern-search-result .rrr-result-card > .rrr-result-card__inner {
        grid-template-columns: 245px minmax(0, 1fr) !important;
    }

    body.rh1-results-template #modern-search-result .rrr-result-card .content-item.rrr-result-card__content {
        grid-template-columns: minmax(0, 1fr) 185px !important;
        gap: 14px !important;
    }

    body.rh1-results-template #modern-search-result .rrr-result-card__side {
        width: 185px !important;
        min-width: 185px !important;
        max-width: 185px !important;
    }
}

@media (max-width: 991px) {
    body.rh1-results-template #modern-search-result .rrr-result-card > .rrr-result-card__inner {
        grid-template-columns: 230px minmax(0, 1fr) !important;
    }

    body.rh1-results-template #modern-search-result .rrr-result-card .content-item.rrr-result-card__content {
        grid-template-columns: 1fr !important;
    }

    body.rh1-results-template #modern-search-result .rrr-result-card__side {
        display: grid !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        padding: 12px 0 0 !important;
        grid-template-columns: 1fr 1fr !important;
        border-top: 1px solid #e4e7ec !important;
        border-left: 0 !important;
        gap: 10px !important;
    }

    body.rh1-results-template #modern-search-result .rrr-availability-button {
        grid-column: 1 / -1 !important;
    }
}

@media (max-width: 767px) {
    body.rh1-results-template #modern-search-result .rrr-result-card > .rrr-result-card__inner {
        display: block !important;
    }

    body.rh1-results-template #modern-search-result .rrr-result-card .featured-image.rrr-result-card__image,
    body.rh1-results-template #modern-search-result .rrr-result-card .rrr-result-card__image img {
        min-height: 220px !important;
        height: 220px !important;
    }

    body.rh1-results-template #modern-search-result .rrr-result-card__features {
        flex-wrap: wrap !important;
        overflow: visible !important;
    }
}

/* ========================================================================
   RESTAURATION DU MODE MOSAIQUE — 2026-07-19
   Le HTML de la carte Reservaline était encore présent, mais ses styles
   dédiés avaient disparu. Ce bloc restaure uniquement la présentation de la
   vue Mosaïque, sans modifier le mode Liste, l'AJAX, les filtres ou les prix.
   ======================================================================== */
body.rh1-results-template #modern-search-result .service-list-wrapper.row,
body.rh1-results-template #modern-search-result .rental-grid.row {
    display: grid !important;
    width: 100% !important;
    margin: 0 !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    gap: 16px !important;
}

body.rh1-results-template #modern-search-result .service-list-wrapper.row::before,
body.rh1-results-template #modern-search-result .service-list-wrapper.row::after,
body.rh1-results-template #modern-search-result .rental-grid.row::before,
body.rh1-results-template #modern-search-result .rental-grid.row::after {
    display: none !important;
    content: none !important;
}

body.rh1-results-template #modern-search-result .service-list-wrapper.row > .item-service,
body.rh1-results-template #modern-search-result .rental-grid.row > .item-service {
    display: flex !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: none !important;
}

body.rh1-results-template #modern-search-result .rrr-grid-card,
body.rh1-results-template #modern-search-result .rrr-grid-card__inner {
    width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;
}

body.rh1-results-template #modern-search-result .rrr-grid-card__inner {
    display: flex !important;
    overflow: hidden !important;
    flex-direction: column !important;
    border: 1px solid #d9dee8 !important;
    border-radius: 9px !important;
    background: #fff !important;
    box-shadow: none !important;
}

body.rh1-results-template #modern-search-result .rrr-grid-card__image {
    position: relative !important;
    width: 100% !important;
    height: 176px !important;
    min-height: 176px !important;
    overflow: hidden !important;
    flex: 0 0 176px !important;
    background: #edf1f6 !important;
}

body.rh1-results-template #modern-search-result .rrr-grid-card__image-link,
body.rh1-results-template #modern-search-result .rrr-grid-card__image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

body.rh1-results-template #modern-search-result .rrr-grid-card__image img {
    min-height: 0 !important;
    object-fit: cover !important;
}

body.rh1-results-template #modern-search-result .rrr-grid-card__image-placeholder {
    display: flex !important;
    width: 100% !important;
    height: 100% !important;
    align-items: center !important;
    justify-content: center !important;
    color: #073b8f !important;
}

body.rh1-results-template #modern-search-result .rrr-grid-card__image-placeholder svg {
    width: 38px !important;
    height: 38px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.7 !important;
}

body.rh1-results-template #modern-search-result .rrr-grid-card__badges {
    position: absolute !important;
    z-index: 3 !important;
    top: 10px !important;
    left: 10px !important;
    display: flex !important;
    gap: 5px !important;
}

body.rh1-results-template #modern-search-result .rrr-grid-card__wishlist {
    position: absolute !important;
    z-index: 4 !important;
    top: 9px !important;
    right: 9px !important;
}

body.rh1-results-template #modern-search-result .rrr-grid-card__wishlist .service-add-wishlist,
body.rh1-results-template #modern-search-result .rrr-grid-card__wishlist a.login {
    display: inline-flex !important;
    width: 34px !important;
    height: 34px !important;
    margin: 0 !important;
    padding: 7px !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(7, 59, 143, .14) !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #344054 !important;
    box-shadow: none !important;
}

body.rh1-results-template #modern-search-result .rrr-grid-card__wishlist svg {
    display: block !important;
    width: 19px !important;
    height: 19px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.8 !important;
}

body.rh1-results-template #modern-search-result .rrr-grid-card__wishlist .lds-dual-ring {
    display: none;
}

body.rh1-results-template #modern-search-result .rrr-grid-card__content {
    display: flex !important;
    min-width: 0 !important;
    padding: 11px 12px 12px !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
}

body.rh1-results-template #modern-search-result .rrr-grid-card__heading {
    display: grid !important;
    min-width: 0 !important;
    margin: 0 0 5px !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: start !important;
    gap: 7px !important;
}

body.rh1-results-template #modern-search-result .rrr-grid-card h3.rrr-grid-card__title {
    width: 100% !important;
    min-width: 0 !important;
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
    margin: 0 !important;
    overflow: hidden !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    line-height: 16px !important;
}

body.rh1-results-template #modern-search-result .rrr-grid-card h3.rrr-grid-card__title a,
body.rh1-results-template #modern-search-result .rrr-grid-card h3.rrr-grid-card__title a:hover,
body.rh1-results-template #modern-search-result .rrr-grid-card h3.rrr-grid-card__title a:focus {
    display: -webkit-box !important;
    width: 100% !important;
    height: 32px !important;
    max-height: 32px !important;
    overflow: hidden !important;
    color: #111827 !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    text-decoration: none !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
}

body.rh1-results-template #modern-search-result .rrr-grid-card__rating {
    display: inline-flex !important;
    min-width: max-content !important;
    min-height: 18px !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    gap: 3px !important;
    color: #ffb700 !important;
    font-size: 10.5px !important;
    font-weight: 700 !important;
    line-height: 18px !important;
    white-space: nowrap !important;
}

body.rh1-results-template #modern-search-result .rrr-grid-card__rating-icon {
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    color: #ffb700 !important;
    font-size: 14px !important;
    line-height: 1 !important;
}

body.rh1-results-template #modern-search-result .rrr-grid-card__rating-count {
    color: #667085 !important;
    font-size: 9.5px !important;
    font-weight: 500 !important;
}

body.rh1-results-template #modern-search-result .rrr-grid-card__address {
    width: 100% !important;
    margin: 0 0 8px !important;
    overflow: hidden !important;
    color: #667085 !important;
    font-size: 10.5px !important;
    line-height: 1.3 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

body.rh1-results-template #modern-search-result .rrr-grid-card__features {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 9px !important;
    padding: 0 !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 6px 10px !important;
    overflow: hidden !important;
    list-style: none !important;
}

body.rh1-results-template #modern-search-result .rrr-grid-card__features li {
    display: inline-flex !important;
    min-width: 0 !important;
    flex: 0 1 auto !important;
    align-items: center !important;
    gap: 4px !important;
    color: #475467 !important;
    font-size: 9.5px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
}

body.rh1-results-template #modern-search-result .rrr-grid-card__features svg {
    display: block !important;
    width: 13px !important;
    height: 13px !important;
    flex: 0 0 13px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.7 !important;
}

body.rh1-results-template #modern-search-result .rrr-grid-card__policies {
    display: grid !important;
    width: 100% !important;
    margin: 0 0 9px !important;
    padding: 0 !important;
    list-style: none !important;
    gap: 4px !important;
}

body.rh1-results-template #modern-search-result .rrr-grid-card__policies li {
    display: flex !important;
    min-width: 0 !important;
    align-items: flex-start !important;
    gap: 5px !important;
    color: #344054 !important;
    font-size: 9.5px !important;
    line-height: 1.3 !important;
}

body.rh1-results-template #modern-search-result .rrr-grid-card__policies li.is-positive,
body.rh1-results-template #modern-search-result .rrr-grid-card__policies .rrr-policy-cancellation.is-positive {
    color: #07913a !important;
    font-weight: 650 !important;
}

body.rh1-results-template #modern-search-result .rrr-grid-card__policies li.is-deposit {
    color: #b54708 !important;
    font-weight: 650 !important;
}

body.rh1-results-template #modern-search-result .rrr-grid-card__policies svg {
    display: block !important;
    width: 12px !important;
    height: 12px !important;
    flex: 0 0 12px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2 !important;
}

body.rh1-results-template #modern-search-result .rrr-grid-card__price {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    margin-top: auto !important;
    align-items: baseline !important;
    gap: 4px !important;
    color: #111827 !important;
    white-space: nowrap !important;
}

body.rh1-results-template #modern-search-result .rrr-grid-card__price-label {
    color: #667085 !important;
    font-size: 9.5px !important;
    font-weight: 500 !important;
}

body.rh1-results-template #modern-search-result .rrr-grid-card__price-old {
    color: #667085 !important;
    font-size: 9.5px !important;
    text-decoration: line-through !important;
}

body.rh1-results-template #modern-search-result .rrr-grid-card__price strong {
    color: #111827 !important;
    font-size: 14px !important;
    font-weight: 750 !important;
    line-height: 1.2 !important;
}

body.rh1-results-template #modern-search-result .rrr-grid-card__availability {
    display: inline-flex !important;
    width: 100% !important;
    min-height: 34px !important;
    margin-top: 9px !important;
    padding: 0 10px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    border-radius: 5px !important;
    background: #073b8f !important;
    color: #fff !important;
    font-size: 10.5px !important;
    font-weight: 650 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-decoration: none !important;
}

body.rh1-results-template #modern-search-result .rrr-grid-card__availability:hover,
body.rh1-results-template #modern-search-result .rrr-grid-card__availability:focus {
    background: #052f73 !important;
    color: #fff !important;
    text-decoration: none !important;
}

body.rh1-results-template #modern-search-result .rrr-grid-card__availability svg {
    display: block !important;
    width: 13px !important;
    height: 13px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2 !important;
}

body.rh1-results-template #modern-search-result .rrr-grid-card .service-avatar,
body.rh1-results-template #modern-search-result .rrr-grid-card .author,
body.rh1-results-template #modern-search-result .rrr-grid-card .avatar {
    display: none !important;
}

@media (max-width: 1180px) {
    body.rh1-results-template #modern-search-result .service-list-wrapper.row,
    body.rh1-results-template #modern-search-result .rental-grid.row {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    body.rh1-results-template #modern-search-result .service-list-wrapper.row,
    body.rh1-results-template #modern-search-result .rental-grid.row {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body.rh1-results-template #modern-search-result .rrr-grid-card__image {
        height: 205px !important;
        min-height: 205px !important;
        flex-basis: 205px !important;
    }
}
/* ========================================================================
   FINAL STABLE FIX — AJAX list/grid toggle + traveller review filter
   - Keeps Traveler's native span.layout-item selectors, so switching views
     happens through st_filter_rental_ajax without a full page reload.
   - Normalizes the toggle and review stars against conflicting theme rules.
   ======================================================================== */
body.rh1-results-template .rrr-toolbar__top {
    align-items: flex-start !important;
}

body.rh1-results-template .rrr-layout-switch.layout {
    display: inline-flex !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 3px !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2px !important;
    overflow: visible !important;
    border: 1px solid #d8dee8 !important;
    border-radius: 24px !important;
    background: #f6f7f9 !important;
    box-shadow: none !important;
}

body.rh1-results-template .rrr-layout-switch.layout .layout-item {
    display: inline-flex !important;
    width: auto !important;
    min-width: 88px !important;
    max-width: none !important;
    min-height: 34px !important;
    margin: 0 !important;
    padding: 0 12px !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    overflow: visible !important;
    border: 1px solid transparent !important;
    border-radius: 19px !important;
    background: transparent !important;
    color: #344054 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    cursor: pointer !important;
    box-shadow: none !important;
}

body.rh1-results-template .rrr-layout-switch.layout .layout-item.active {
    border-color: #cbd3df !important;
    background: #ffffff !important;
    color: #073b8f !important;
}

body.rh1-results-template .rrr-layout-switch.layout .rrr-layout-switch__icon,
body.rh1-results-template .rrr-layout-switch.layout .rrr-layout-switch__icon svg {
    display: block !important;
    width: 15px !important;
    min-width: 15px !important;
    max-width: 15px !important;
    height: 15px !important;
    min-height: 15px !important;
    max-height: 15px !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 15px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.8 !important;
}

body.rh1-results-template .rrr-review-filter .item-content {
    padding: 8px 18px 18px !important;
}

body.rh1-results-template .rrr-review-filter__list {
    display: flex !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-direction: column !important;
    gap: 10px !important;
    list-style: none !important;
}

body.rh1-results-template .rrr-review-filter__item {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.rh1-results-template .rrr-review-filter__label {
    display: grid !important;
    width: 100% !important;
    min-height: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
    grid-template-columns: 22px auto minmax(0, 1fr) !important;
    align-items: center !important;
    justify-content: start !important;
    column-gap: 9px !important;
    color: #344054 !important;
    font-size: 12.5px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    cursor: pointer !important;
}

body.rh1-results-template .rrr-review-filter__label > input {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

body.rh1-results-template .rrr-review-filter__label .checkmark {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    display: block !important;
    width: 20px !important;
    min-width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
    border: 1px solid #aeb8c7 !important;
    border-radius: 4px !important;
    background: #fff !important;
}

body.rh1-results-template .rrr-review-filter__label input:checked + .checkmark {
    border-color: #073b8f !important;
    background: #073b8f !important;
}

body.rh1-results-template .rrr-review-filter__label input:checked + .checkmark::after {
    position: absolute !important;
    top: 3px !important;
    left: 6px !important;
    display: block !important;
    width: 6px !important;
    height: 10px !important;
    border: solid #fff !important;
    border-width: 0 2px 2px 0 !important;
    content: "" !important;
    transform: rotate(45deg) !important;
}

body.rh1-results-template .rrr-filter-stars {
    display: inline-flex !important;
    width: auto !important;
    min-width: 0 !important;
    height: 15px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
    gap: 1px !important;
    white-space: nowrap !important;
}

body.rh1-results-template .rrr-filter-stars .rrr-filter-star {
    display: block !important;
    width: 14px !important;
    min-width: 14px !important;
    max-width: 14px !important;
    height: 14px !important;
    min-height: 14px !important;
    max-height: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 14px !important;
    stroke: #ffb700 !important;
    stroke-width: 1.25 !important;
}

body.rh1-results-template .rrr-filter-stars .rrr-filter-star.is-filled {
    fill: #ffb700 !important;
}

body.rh1-results-template .rrr-filter-stars .rrr-filter-star.is-empty {
    fill: #ffffff !important;
}

body.rh1-results-template .rrr-filter-star-count {
    display: block !important;
    min-width: 0 !important;
    overflow: hidden !important;
    color: #475467 !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

@media (max-width: 767px) {
    body.rh1-results-template .rrr-layout-switch.layout .layout-item {
        min-width: 76px !important;
        padding: 0 9px !important;
        font-size: 12px !important;
    }
}


/* Shared stay type selector: inside .rrr-main-shell, below the floating search form. */
body.rh1-results-template .rsc-type-tabs-shell {
    position: relative;
    z-index: 3;
    margin: 0 0 18px;
}
body.rh1-results-template .rsc-type-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
body.rh1-results-template .rsc-type-tab {
    display: inline-flex;
    min-height: 38px;
    padding: 8px 15px;
    align-items: center;
    border: 1px solid #dbe3ee;
    border-radius: 999px;
    background: #fff;
    color: #24324a;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
}
body.rh1-results-template .rsc-type-tab:hover,
body.rh1-results-template .rsc-type-tab:focus,
body.rh1-results-template .rsc-type-tab.is-active {
    border-color: #073b8f;
    color: #073b8f;
    text-decoration: none;
}
body.rh1-results-template .rsc-type-tab.is-active {
    background: #eef4ff;
}

/* Keep −, value and + close together without changing Traveler's counter logic. */
body.rh1-results-template .rrr-guest-menu .select-wrapper,
body.rh1-results-template .rrr-guest-menu .st-number-wrapper {
    width: 88px !important;
    min-width: 88px !important;
}
body.rh1-results-template .rrr-guest-menu .st-number-wrapper {
    display: flex !important;
    float: none !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
}
body.rh1-results-template .rrr-guest-menu .st-number-wrapper .prev,
body.rh1-results-template .rrr-guest-menu .st-number-wrapper .next {
    display: inline-flex !important;
    float: none !important;
    width: 25px !important;
    min-width: 25px !important;
    height: 25px !important;
    flex: 0 0 25px !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
}
body.rh1-results-template .rrr-guest-menu .st-number-wrapper .prev svg,
body.rh1-results-template .rrr-guest-menu .st-number-wrapper .next svg {
    width: 10px !important;
    height: 10px !important;
}
body.rh1-results-template .rrr-guest-menu .st-number-wrapper input.st-input-number {
    float: none !important;
    width: 24px !important;
    min-width: 24px !important;
    height: 25px !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 24px !important;
    text-align: center !important;
}

@media (max-width: 767px) {
    body.rh1-results-template .rsc-type-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 2px;
    }
    body.rh1-results-template .rsc-type-tab {
        flex: 0 0 auto;
        white-space: nowrap;
    }
}

/* Hotel cards share the exact Reservaline result-card structure. */
.rrr-grid-card--hotel .rrr-badge--hotel,
.rrr-result-card--hotel .rrr-badge--hotel {
    background: var(--rrr-blue, #073b8f);
}

.rrr-grid-card--hotel .rrr-hotel-stars,
.rrr-result-card--hotel .rrr-hotel-stars {
    display: flex;
    align-items: center;
    gap: 2px;
    margin: 0 0 7px;
    color: #efb60b;
    font-size: 13px;
    line-height: 1;
}

.rrr-grid-card--hotel .rrr-grid-card__price small,
.rrr-result-card--hotel .rrr-price__unit {
    margin-left: 4px;
    color: #758198;
    font-size: 11px;
    font-weight: 600;
}

/* v24: visible loading state while Traveler switches List/Grid. */
body.rh1-results-template #modern-search-result {
    position: relative;
}

body.rh1-results-template #modern-search-result .rrr-results-loading-overlay {
    position: absolute;
    inset: 0;
    z-index: 80;
    display: none;
    min-height: 240px;
    align-items: flex-start;
    justify-content: center;
    padding-top: 72px;
    background: rgba(255, 255, 255, .86);
    backdrop-filter: blur(2px);
}

body.rh1-results-template #modern-search-result.rrr-is-loading .rrr-results-loading-overlay {
    display: flex;
}

body.rh1-results-template #modern-search-result.rrr-is-loading .service-list-wrapper {
    opacity: .38;
    pointer-events: none;
}

body.rh1-results-template .rrr-results-loading-overlay__panel {
    display: inline-flex;
    min-width: 210px;
    min-height: 54px;
    padding: 12px 18px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 1px solid #dbe5f2;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(7, 59, 143, .14);
    color: #073b8f;
    font-size: 14px;
    font-weight: 700;
}

body.rh1-results-template .rrr-results-loading-overlay__spinner {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    border: 2px solid #d9e5f4;
    border-top-color: #073b8f;
    border-radius: 50%;
    animation: rrr-results-loading-spin .7s linear infinite;
}

@keyframes rrr-results-loading-spin {
    to { transform: rotate(360deg); }
}

/* vBooking mobile: functional mixed Traveler map and filter polish. */
body.rrr-template .rrr-filter-panel .rrr-filter-stars .rrr-filter-star,
body.rh1-results-template .rrr-filter-panel .rrr-filter-stars .rrr-filter-star,
body.rrr-template .rrr-sidebar .rrr-filter-stars .rrr-filter-star {
    color: #ffb700 !important;
    fill: #ffb700 !important;
    stroke: #ffb700 !important;
}

body.rrr-template .rrr-filter-panel .btn-more-item,
body.rh1-results-template .rrr-filter-panel .btn-more-item {
    display: inline-flex !important;
    width: auto !important;
    max-width: calc(100% - 36px) !important;
    min-width: max-content !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    gap: 7px !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
}

body.rrr-template .rrr-filter-panel .btn-more-item .stt-icon,
body.rh1-results-template .rrr-filter-panel .btn-more-item .stt-icon {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    justify-content: center !important;
}

.rrr-results-map-panel {
    display: none;
}

@media (max-width: 767.98px) {
    html.rrr-results-map-open,
    body.rrr-results-map-open {
        overflow: hidden !important;
        overscroll-behavior: none !important;
    }

    body.rrr-template .rrr-results-map-panel {
        position: fixed !important;
        inset: 0 !important;
        z-index: 1100000 !important;
        display: none !important;
        width: 100% !important;
        height: 100dvh !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        background: #eef2f7 !important;
    }

    body.rrr-template .rrr-results-map-panel.is-open {
        display: grid !important;
        grid-template-rows: auto minmax(0, 1fr) !important;
    }

    body.rrr-template .rrr-results-map-panel__header {
        position: relative !important;
        z-index: 4 !important;
        display: grid !important;
        min-height: 66px !important;
        padding: max(10px, env(safe-area-inset-top, 0px)) 12px 10px !important;
        grid-template-columns: 42px minmax(0, 1fr) auto !important;
        align-items: center !important;
        gap: 10px !important;
        border-bottom: 1px solid #dfe5ec !important;
        background: #ffffff !important;
        box-shadow: 0 2px 10px rgba(15, 23, 42, 0.08) !important;
    }

    body.rrr-template .rrr-results-map-panel__header > div {
        min-width: 0 !important;
    }

    body.rrr-template .rrr-results-map-panel__header strong,
    body.rrr-template .rrr-results-map-panel__header span {
        display: block !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    body.rrr-template .rrr-results-map-panel__header strong {
        color: #172033 !important;
        font-size: 15px !important;
        font-weight: 800 !important;
        line-height: 1.25 !important;
    }

    body.rrr-template .rrr-results-map-panel__header span {
        margin-top: 2px !important;
        color: #697386 !important;
        font-size: 11px !important;
        font-weight: 600 !important;
        line-height: 1.2 !important;
    }

    body.rrr-template .rrr-results-map-panel__close {
        display: inline-flex !important;
        width: 40px !important;
        height: 40px !important;
        margin: 0 !important;
        padding: 0 !important;
        align-items: center !important;
        justify-content: center !important;
        border: 1px solid #dce3ec !important;
        border-radius: 50% !important;
        background: #ffffff !important;
        color: #172033 !important;
        box-shadow: none !important;
    }

    body.rrr-template .rrr-results-map-panel__close svg {
        display: block !important;
        width: 21px !important;
        height: 21px !important;
        fill: none !important;
        stroke: currentColor !important;
        stroke-width: 2 !important;
        stroke-linecap: round !important;
        stroke-linejoin: round !important;
    }

    body.rrr-template .rrr-results-map-panel__list {
        display: inline-flex !important;
        min-height: 38px !important;
        margin: 0 !important;
        padding: 0 14px !important;
        align-items: center !important;
        justify-content: center !important;
        border: 0 !important;
        border-radius: 8px !important;
        background: #073b8f !important;
        color: #ffffff !important;
        font-size: 13px !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        white-space: nowrap !important;
    }

    body.rrr-template .rrr-results-map-panel__canvas {
        position: relative !important;
        z-index: 1 !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
        background: #dfe7ef !important;
    }

    body.rrr-template .rrr-results-map-panel__empty {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        z-index: 3 !important;
        width: min(88%, 330px) !important;
        padding: 18px !important;
        border: 1px solid #dce3ec !important;
        border-radius: 14px !important;
        background: rgba(255, 255, 255, 0.97) !important;
        box-shadow: 0 12px 34px rgba(15, 23, 42, 0.16) !important;
        color: #172033 !important;
        text-align: center !important;
        transform: translate(-50%, -50%) !important;
    }

    body.rrr-template .rrr-results-map-panel__empty[hidden] {
        display: none !important;
    }

    body.rrr-template .rrr-results-map-panel__empty strong {
        display: block !important;
        font-size: 15px !important;
        font-weight: 800 !important;
    }

    body.rrr-template .rrr-results-map-panel__empty p {
        margin: 7px 0 0 !important;
        color: #667085 !important;
        font-size: 12px !important;
        line-height: 1.45 !important;
    }

    body.rrr-template .rrr-results-map-card {
        display: grid !important;
        width: min(270px, 72vw) !important;
        grid-template-columns: 82px minmax(0, 1fr) !important;
        gap: 10px !important;
        overflow: hidden !important;
        border-radius: 10px !important;
        background: #ffffff !important;
        color: #172033 !important;
    }

    body.rrr-template .rrr-results-map-card > img {
        width: 82px !important;
        height: 92px !important;
        object-fit: cover !important;
    }

    body.rrr-template .rrr-results-map-card__body {
        display: flex !important;
        min-width: 0 !important;
        padding: 9px 9px 9px 0 !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 5px !important;
    }

    body.rrr-template .rrr-results-map-card__body strong,
    body.rrr-template .rrr-results-map-card__body span {
        display: -webkit-box !important;
        overflow: hidden !important;
        -webkit-box-orient: vertical !important;
    }

    body.rrr-template .rrr-results-map-card__body strong {
        color: #172033 !important;
        font-size: 13px !important;
        font-weight: 800 !important;
        line-height: 1.25 !important;
        -webkit-line-clamp: 2 !important;
    }

    body.rrr-template .rrr-results-map-card__body span {
        color: #667085 !important;
        font-size: 10.5px !important;
        line-height: 1.3 !important;
        -webkit-line-clamp: 2 !important;
    }

    body.rrr-template .rrr-results-map-card__body a {
        margin-top: auto !important;
        color: #073b8f !important;
        font-size: 11px !important;
        font-weight: 800 !important;
        line-height: 1.2 !important;
        text-decoration: none !important;
        white-space: nowrap !important;
    }

    body.rrr-template .gm-style .gm-style-iw-c {
        padding: 0 !important;
        border-radius: 11px !important;
    }

    body.rrr-template .gm-style .gm-style-iw-d {
        overflow: hidden !important;
    }

    body.rrr-template .mapboxgl-popup-content {
        padding: 0 !important;
        border-radius: 11px !important;
    }
}


/* Reservaline v81: mobile search controls visibility. */
@media (max-width: 767.98px) {
    body.rrr-template .rrr-booking-search-summary__button,
    body.rrr-template [data-rrr-mobile-search-open] {
        pointer-events: auto !important;
        touch-action: manipulation !important;
    }

    body.rrr-template .rrr-mobile-search-panel.is-open,
    body.rrr-template [data-rrr-mobile-search-panel].is-open {
        display: block !important;
        inset: 0 !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        position: fixed !important;
        visibility: visible !important;
        z-index: 2147483000 !important;
    }

    body.rrr-template .rrr-mobile-search-panel .rrr-search-form,
    body.rrr-template .rrr-mobile-search-panel .rrr-search-form__grid,
    body.rrr-template .rrr-mobile-search-panel .rrr-search-field {
        overflow: visible !important;
    }

    body.rrr-template .rrr-mobile-search-panel .rrr-search-field--location {
        position: relative !important;
        z-index: 30 !important;
    }

    body.rrr-template .rrr-mobile-search-panel .rrr-location-menu.show {
        display: block !important;
        left: 0 !important;
        max-height: min(52vh, 430px) !important;
        opacity: 1 !important;
        overflow: hidden !important;
        pointer-events: auto !important;
        position: absolute !important;
        right: 0 !important;
        top: calc(100% + 6px) !important;
        transform: none !important;
        visibility: visible !important;
        width: 100% !important;
        z-index: 2147483200 !important;
    }

    body.rrr-template .rrr-mobile-search-panel .rrr-location-menu .st-scrollbar {
        max-height: min(50vh, 410px) !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }

    body.rrr-template .daterangepicker,
    body.rrr-template .st-calendar-popup {
        z-index: 2147483300 !important;
    }
}

/* Reservaline v83 recovery: keep the mobile search sheet interactive. */
@media (max-width: 767.98px) {
    html.rrr-mobile-search-open,
    body.rrr-mobile-search-open {
        overflow: hidden !important;
    }

    body.rrr-template .rrr-mobile-search-panel.is-open {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        position: fixed !important;
        inset: 0 !important;
        z-index: 2147483000 !important;
    }

    body.rrr-template .rrr-mobile-search-panel .rrr-search-form,
    body.rrr-template .rrr-mobile-search-panel .rrr-search-form__grid,
    body.rrr-template .rrr-mobile-search-panel .rrr-search-field,
    body.rrr-template .rrr-mobile-search-panel .form-extra-field,
    body.rrr-template .rrr-mobile-search-panel input,
    body.rrr-template .rrr-mobile-search-panel button {
        pointer-events: auto !important;
    }

    body.rrr-template .rrr-mobile-search-panel .rrr-search-field {
        position: relative !important;
        overflow: visible !important;
    }

    body.rrr-template .rrr-mobile-search-panel .rrr-location-menu.rrr-force-open,
    body.rrr-template .rrr-mobile-search-panel .rrr-guest-menu.rrr-force-open {
        display: block !important;
        position: relative !important;
        inset: auto !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        margin: 8px 0 0 !important;
        transform: none !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        z-index: 5 !important;
    }

    body.rrr-template .rrr-mobile-search-panel .rrr-location-menu.rrr-force-open {
        max-height: min(46dvh, 430px) !important;
        overflow: hidden !important;
    }

    body.rrr-template .rrr-mobile-search-panel .rrr-location-menu.rrr-force-open .st-scrollbar {
        max-height: min(44dvh, 410px) !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }

    body.rrr-template .rrr-mobile-search-panel .rrr-guest-menu.rrr-force-open {
        padding: 8px 14px 12px !important;
        border: 1px solid #dfe5ed !important;
        border-radius: 12px !important;
        background: #ffffff !important;
        box-shadow: none !important;
    }

    body.rrr-mobile-search-open .daterangepicker,
    body.rrr-mobile-search-open .daterangepicker.dropdown-menu,
    body.rrr-mobile-search-open .st-calendar-popup {
        z-index: 2147483600 !important;
        pointer-events: auto !important;
    }
}

/* Reservaline functionality recovery: progressive mobile search and counters. */
@media (max-width: 767.98px) {
    body.rrr-template #rrr-mobile-search-panel:target,
    body.rrr-template #rrr-mobile-search-panel.is-open {
        display: block !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    body.rrr-template .rrr-guest-menu .st-number-wrapper {
        display: grid !important;
        width: 118px !important;
        min-width: 118px !important;
        grid-template-columns: 34px 42px 34px !important;
        gap: 4px !important;
        align-items: center !important;
    }

    body.rrr-template .rrr-guest-counter {
        display: inline-flex !important;
        width: 34px !important;
        min-width: 34px !important;
        height: 34px !important;
        min-height: 34px !important;
        margin: 0 !important;
        padding: 0 !important;
        align-items: center !important;
        justify-content: center !important;
        border: 1px solid #cfd7e3 !important;
        border-radius: 50% !important;
        background: #ffffff !important;
        color: #073b8f !important;
        font-size: 21px !important;
        font-weight: 500 !important;
        line-height: 1 !important;
        box-shadow: none !important;
    }

    body.rrr-template .rrr-guest-menu .st-input-number {
        width: 42px !important;
        min-width: 42px !important;
        height: 34px !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        color: #172033 !important;
        text-align: center !important;
        font-size: 15px !important;
        font-weight: 800 !important;
        box-shadow: none !important;
    }

    body.rrr-template .rrr-location-menu.show,
    body.rrr-template .rrr-guest-menu.show {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }
}


/* Reservaline v74: native accommodation destinations and one guest counter set. */
@media (max-width: 767.98px) {
    body.rrr-template .rrr-guest-menu .rrr-guest-counter {
        display: none !important;
    }

    body.rrr-template .rrr-guest-menu .select-wrapper {
        width: 132px !important;
        min-width: 132px !important;
        flex: 0 0 132px !important;
        overflow: visible !important;
    }

    body.rrr-template .rrr-guest-menu .st-number-wrapper {
        display: grid !important;
        width: 132px !important;
        min-width: 132px !important;
        grid-template-columns: 36px 48px 36px !important;
        grid-template-rows: 36px !important;
        column-gap: 6px !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: visible !important;
    }

    body.rrr-template .rrr-guest-menu .st-number-wrapper > .prev,
    body.rrr-template .rrr-guest-menu .st-number-wrapper > .next {
        display: inline-flex !important;
        position: static !important;
        float: none !important;
        width: 36px !important;
        min-width: 36px !important;
        height: 36px !important;
        min-height: 36px !important;
        margin: 0 !important;
        padding: 0 !important;
        align-items: center !important;
        justify-content: center !important;
        border: 1px solid #cfd7e3 !important;
        border-radius: 50% !important;
        background: #ffffff !important;
        box-shadow: none !important;
        transform: none !important;
    }

    body.rrr-template .rrr-guest-menu .st-number-wrapper > .prev {
        grid-column: 1 !important;
        grid-row: 1 !important;
    }

    body.rrr-template .rrr-guest-menu .st-number-wrapper > input.st-input-number {
        grid-column: 2 !important;
        grid-row: 1 !important;
        display: block !important;
        position: static !important;
        float: none !important;
        width: 48px !important;
        min-width: 48px !important;
        height: 36px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        color: #172033 !important;
        text-align: center !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        line-height: 36px !important;
        box-shadow: none !important;
    }

    body.rrr-template .rrr-guest-menu .st-number-wrapper > .next {
        grid-column: 3 !important;
        grid-row: 1 !important;
    }

    body.rrr-template .rrr-guest-menu .st-number-wrapper > .prev ~ .prev,
    body.rrr-template .rrr-guest-menu .st-number-wrapper > .next ~ .next {
        display: none !important;
    }
}


/* Reservaline live destination hierarchy: Country -> City/children. */
body.rrr-template .rrr-location-menu .rrr-location-item {
    align-items: center;
    display: flex;
    gap: 9px;
    min-height: 42px;
    padding-left: calc(16px + (var(--rrr-location-depth, 0) * 24px)) !important;
    padding-right: 16px !important;
}
body.rrr-template .rrr-location-menu .rrr-location-country {
    background: #f8fafc;
    color: #101828;
    font-weight: 700;
}
body.rrr-template .rrr-location-menu .rrr-location-city {
    background: #fff;
    color: #344054;
    font-weight: 400;
}
body.rrr-template .rrr-location-menu .rrr-location-city .rrr-location-item__icon {
    opacity: .58;
    transform: scale(.88);
}
body.rrr-template .rrr-location-menu .rrr-location-item:hover,
body.rrr-template .rrr-location-menu .rrr-location-item:focus {
    background: #eef4ff !important;
    color: #073b8f !important;
}
