body.page-families #aoMainWrapper { padding-top: 50px; }
@media (max-width: 992px) {
    body.page-families #aoMainWrapper { padding-top: 0; padding-left: 0; padding-right: 0; }
}
body.page-families #bs-example-navbar-collapse-3,
body.page-families .breadcrumb_inner { display: none; }

body.page-families .family-landing-hero {
    background: transparent; margin-top: 110px; padding: 0; overflow-x: hidden; overflow-y: visible;
    box-sizing: border-box; width: 100%; max-width: 100vw;
}
body.page-families .family-hero-breadcrumb-wrap { padding: 0; max-width: none; margin: 0; }
body.page-families .family-hero-visual-bottom-cap .family-hero-breadcrumb--under-rating { margin: 0; width: 100%; }
body.page-families .family-hero-visual-bottom-cap .family-hero-breadcrumb { margin: 0; font-size: 11px; line-height: 1.35; }
body.page-families .family-landing-hero .family-hero-split-custom {
    display: flex; flex-direction: column; gap: 0; width: 100%; max-width: none; margin: 0 auto;
    padding: 0 clamp(16px, 4vw, 56px); box-sizing: border-box; overflow: visible; position: relative;
}
body.page-families .family-hero-left-col,
body.page-families .family-hero-right-col { min-width: 0; box-sizing: border-box; }
body.page-families .family-hero-right-col { display: flex; flex-direction: column; gap: 0; }
body.page-families .family-hero-copy-head { min-width: 0; padding: 4px 0 8px 8px; box-sizing: border-box; }
body.page-families .family-hero-features-wrap {
    width: 100%; max-width: min(100%, 1180px); padding: 18px clamp(14px, 4vw, 40px) 28px;
    margin: 16px auto 0; box-sizing: border-box;
}
body.page-families .family-hero-visual {
    position: relative; z-index: 0; width: 100%; overflow: hidden; border-radius: 12px;
    box-shadow: 0 8px 24px rgba(41, 58, 136, 0.12); background: #e8ecf4; aspect-ratio: 5 / 4;
}
body.page-families .family-hero-visual picture,
body.page-families .family-hero-visual img {
    position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover;
    object-position: 50% 50%; pointer-events: none;
}
body.page-families .family-hero-visual-bottom-cap {
    position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
    padding: 20px 14px 14px; padding-bottom: max(14px, env(safe-area-inset-bottom, 0px));
    background: linear-gradient(to top, rgba(15, 23, 42, 0.82) 0%, rgba(15, 23, 42, 0.45) 45%, transparent 100%);
    box-sizing: border-box; color: rgba(255, 255, 255, 0.9);
}
body.page-families .family-hero-visual-bottom-cap .family-hero-breadcrumb,
body.page-families .family-hero-visual-bottom-cap .family-hero-breadcrumb a {
    pointer-events: auto; color: rgba(255, 255, 255, 0.95);
}
body.page-families .family-hero-visual-bottom-cap .family-hero-breadcrumb a:hover,
body.page-families .family-hero-visual-bottom-cap .family-hero-breadcrumb a:focus {
    color: #fff; text-decoration: underline;
}
body.page-families .family-hero-rating-below {
    margin: 0 0 6px; font-size: 12px; color: #333; font-weight: 600; line-height: 1.35;
    background: #ffff;
    padding: 10px;
    border-radius: 6px;
}
body.page-families .family-hero-badge {
    position: absolute; top: 16px; left: 16px; z-index: 3; pointer-events: auto; background: #f9cd00; color: #1a265c;
    font-weight: 700; font-size: 13px; padding: 8px 14px; border-radius: 999px; max-width: calc(100% - 32px);
    line-height: 1.25; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
body.page-families .family-hero-kicker {
    display: inline-block; width: fit-content; max-width: 100%; margin: 4px 0 16px; padding: 8px 14px; border-radius: 4px;
    background: #e6f0ff; color: #1a2e6e; font-size: 12px; font-weight: 700; text-transform: uppercase;
}
body.page-families .family-hero-title { font-size: 34px; line-height: 1.2; color: #1a2e6e; font-weight: 700; margin: 0 0 16px; }
body.page-families .family-hero-intro { font-size: 18px; line-height: 1.5; color: #2a2a2a; margin-bottom: 24px; white-space: pre-line; }
body.page-families .family-hero-rating-below i.fa{
        color: #ffcc00;
        margin: 2px;
}body.page-families .family-hero-rating-below i.fa.fa-star-half{
        margin-right:10px;
}
@media (min-width: 992px) {
    body.page-families .family-landing-hero {
        padding: 48px 2% 40px 5%; box-sizing: border-box; min-height: 80vh; background-color: #eef1f6;
    }
    body.page-families .family-landing-hero .family-hero-split-custom {
        --family-hero-col-gap: clamp(20px, 2.5vw, 36px); display: grid !important; grid-template-columns: 5fr 3fr;
        align-items: start; column-gap: var(--family-hero-col-gap); width: 100%; max-width: none;
        padding: clamp(16px, 2vw, 28px); box-sizing: border-box; background: transparent; border-radius: 16px;
    }
    body.page-families .family-hero-left-col {
        display: flex; flex-direction: column; align-items: flex-start; min-width: 0; min-height: 0; width: 100%;
    }
    body.page-families .family-hero-right-col {
        display: flex; flex-direction: column; gap: 16px; min-width: 0; min-height: 0; width: 100%; padding: 0; box-sizing: border-box;
    }
    body.page-families .family-hero-visual {
        flex: 0 0 auto; align-self: flex-start; width: 100%; min-width: 0; min-height: 635px;
        box-sizing: border-box; aspect-ratio: auto; border-radius: 14px; box-shadow: 0 8px 24px rgba(41, 58, 136, 0.1);
    }
    body.page-families .family-hero-visual picture,
    body.page-families .family-hero-visual img { width: 100%; height: 100%; object-fit: cover; }
    body.page-families .family-hero-copy-head { padding: 0; }
    body.page-families .family-hero-copy-head .family-hero-intro { margin-bottom: 0; }
    body.page-families .family-hero-features .col-md-3 { width: 25%; }
    body.page-families .family-hero-features-wrap {
        max-width: min(100%, 1320px);
    }
    body.page-families .family-hero-features-panel {
        padding: clamp(26px, 3vh, 40px) clamp(24px, 3vw, 48px) clamp(28px, 3.2vh, 44px); border-radius: 14px;
    }
    body.page-families .family-hero-feature { gap: 14px; align-items: center; }
    body.page-families .family-hero-feature-icon {
        flex: 0 0 44px; width: 44px; height: 44px; border-radius: 10px; font-size: 17px;
    }
    body.page-families .family-hero-feature h3 { font-size: 15px; margin: 0 0 4px; }
    body.page-families .family-hero-feature p { font-size: 13px; }
}
@media (min-width: 1024px) and (max-width: 1920px) {
    body.page-families .family-landing-hero { padding: 32px 2% 36px 5%; box-sizing: border-box; }
    body.page-families .family-landing-hero .family-hero-split-custom {
        --family-hero-col-gap: clamp(12px, 1.75vw, 24px); column-gap: var(--family-hero-col-gap);
    }
    body.page-families .family-hero-copy-head .family-hero-kicker { margin-bottom: 4px; padding: 3px 10px; font-size: 11px; }
    body.page-families .family-hero-copy-head .family-hero-title { font-size: clamp(18px, 1.75vw, 26px); margin-bottom: 4px; }
    body.page-families .family-hero-copy-head .family-hero-intro { font-size: 13px; margin-bottom: 6px; }
}

body.page-families .family-booking-card-shell.family-booking-form-container { overflow: visible; position: relative; z-index: 2; }
body.page-families .family-booking-card-shell {
    width: 100%; max-width: 100%; min-width: 0; background: #fff; border: 1px solid #e1e5ea; border-radius: 14px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08), 0 1px 3px rgba(15, 23, 42, 0.06);
    overflow: visible; margin-top: 4px; padding: 26px 28px 28px; box-sizing: border-box;
}
body.page-families .family-booking-card-shell #cityTool {
    background: transparent; border: none; padding: 0 0 4px; margin: 0; position: relative; overflow: visible;
}
body.page-families .family-booking-card-shell #cityForm { display: flex; flex-direction: column; align-items: stretch; overflow: visible; }
body.page-families .family-booking-card-shell #cityTool .bookingform.inputContainer {
    flex-direction: column; align-items: stretch; gap: 0; border-bottom: none !important; padding: 0; margin: 0; max-width: 100%; width: 100%; overflow: visible;
}
/* house.css bookingform border-bottom — removed for family card */
body.page-families .family-booking-card-shell #cityTool .bookingform--family-card.bookingform { border-bottom: none !important; }
body.page-families .family-booking-card-shell #cityTool .bookingform--family-card {
    width: 100%; flex-direction: column; flex-wrap: nowrap; align-items: stretch; gap: 0; overflow: visible; position: relative;
}
body.page-families .family-booking-card-shell #cityTool .bookingform--family-card > .family-city-top-grid,
body.page-families .family-booking-card-shell #cityTool .bookingform--family-card > .city-tool-btn-container {
    flex: 0 0 auto; align-self: stretch; width: 100%; max-width: 100%; min-width: 0; overflow: visible;
}
body.page-families .family-booking-card-shell #cityTool .bookingform--family-card > .family-city-guest-steppers {
    flex: 0 0 auto; align-self: stretch; width: 100%; max-width: 100%; min-width: 100%; overflow: visible; box-sizing: border-box;
    float: none; margin-top: 18px; padding-top: 0;
}

body.page-families .family-booking-card-shell .family-city-top-grid {
    display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr); gap: 0; align-items: stretch;
    width: 100%; min-width: 0; box-sizing: border-box; border: 1px solid #e0e0e0; border-radius: 12px;
    background: #fff; overflow: visible; position: relative; z-index: 30; isolation: isolate;
}
/* z-index: hotel vs date row; JS toggles .family-location-dropdown-open / .family-hero-datepicker-open */
body.page-families .family-booking-card-shell .family-city-cell--hotel { position: relative; }
body.page-families .family-booking-card-shell .family-city-cell--daterange { position: relative; min-width: 0; }
body.page-families .family-booking-card-shell .family-city-top-grid.family-location-dropdown-open .family-city-cell--hotel { z-index: 80; }
body.page-families .family-booking-card-shell .family-city-top-grid.family-location-dropdown-open .family-city-cell--daterange { z-index: 12; }
body.page-families.family-hero-datepicker-open .family-booking-card-shell .family-city-cell--hotel { z-index: 1 !important; }
body.page-families.family-hero-datepicker-open .family-booking-card-shell .family-city-cell--daterange { z-index: 400 !important; }
body.page-families.family-hero-datepicker-open .headerContainer { z-index: 100001 !important; }

body.page-families .family-booking-card-shell .family-city-cell {
    padding: 10px 14px 12px; min-width: 0; min-height: 0; border-right: 1px solid #e0e0e0;
    display: flex; flex-direction: column; justify-content: center; align-self: stretch; gap: 6px; overflow: visible;
}
body.page-families .family-booking-card-shell .family-city-cell:last-child { border-right: none; }
body.page-families .family-booking-card-shell .family-city-cell--hotel .locationContainer {
    min-width: 0 !important; max-width: 100%; width: 100%; margin: 0; padding: 0 !important; border: none !important;
    border-radius: 0; background: transparent !important; box-sizing: border-box; flex: 0 1 auto;
    display: flex; flex-direction: column; align-items: stretch;
}
body.page-families .family-booking-card-shell .locationContainer .select-styled .active-city {
    width: 100% !important; max-width: 100%; box-sizing: border-box;
}
body.page-families .family-booking-card-shell .family-city-cell--hotel .select-styled {
    padding: 0 26px 0 0; min-width: 0; width: 100%; box-sizing: border-box;
}
body.page-families .family-booking-card-shell .family-city-cell--hotel .select-styled .fa-map-marker { display: none !important; }
body.page-families .family-booking-card-shell .family-city-cell--hotel .select-styled .fa-chevron-down { right: 2px; }
body.page-families .family-booking-card-shell .family-city-field-label {
    font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: #6b7280; margin: 0; line-height: 1.2;
    flex: 0 0 auto;
}
body.page-families .family-booking-card-shell .family-city-cell .select-styled {
    border: none; background: transparent; padding: 0 26px 0 0; position: relative; width: 100%; min-width: 0; margin: 0; box-sizing: border-box;
}
body.page-families .family-booking-card-shell .family-city-cell .select-styled .active-city {
    font-size: 15px; font-weight: 700; color: #111; line-height: 1.3;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
body.page-families .family-booking-card-shell .family-city-cell .select-styled .fa-chevron-down {
    position: absolute; right: 0; top: 50%; margin-top: -7px; font-size: 13px; color: #5c6b8a; pointer-events: none;
}
body.page-families .family-booking-card-shell #cityTool .locationContainer .select-options {
    position: absolute; left: 0; width: 100%; z-index: 5000; overflow: visible; background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

body.page-families .family-booking-card-shell .family-city-cell--daterange > .family-city-field-label { padding: 0; flex: 0 0 auto; }
body.page-families .family-booking-card-shell .family-city-calendar--range {
    position: relative; z-index: 0; width: 100%; margin: 0; padding: 0; border: none; background: transparent;
    box-sizing: border-box; min-height: 0; flex: 0 1 auto; display: flex; align-items: center;
}
body.page-families .family-booking-card-shell .family-city-calendar--range .fa-calendar {
    position: absolute; left: 0; top: 50%; transform: translateY(-50%); font-size: 15px; color: #64748b;
    z-index: 2; pointer-events: none; width: 22px; text-align: center;
}
body.page-families .family-booking-card-shell .family-city-calendar--range #newCalendar {
    display: block; flex: 1 1 auto; width: 100%; min-width: 0; margin: 0; padding: 6px 32px 6px 28px;
    font-size: 15px; font-weight: 700; color: #111 !important; line-height: 1.35; text-align: left;
    border: none !important; border-radius: 0; background: transparent !important; box-sizing: border-box;
    cursor: pointer; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-height: 38px;
    outline: none !important; box-shadow: none;
}
body.page-families .family-booking-card-shell .family-city-calendar--range.calendarContainer-easepick.focus > input#newCalendar {
    background: #f1f5f9 !important; color: #111 !important; box-shadow: inset 0 0 0 1px #e2e8f0 !important;
}
body.page-families .family-booking-card-shell .family-city-calendar--range.calendarContainer-easepick.warning > input#newCalendar {
    background: #fef2f2 !important; box-shadow: inset 0 0 0 1px #fecaca !important; color: #991b1b !important;
}
body.page-families .family-booking-card-shell .family-city-cell--daterange.family-city-cell--error #newCalendar { color: #b91c1c !important; }
body.page-families .family-booking-card-shell .family-city-calendar--range .family-picker-chevron {
    pointer-events: auto !important; cursor: pointer; color: #64748b !important;
}
/* Hide easepick focus speech-bubble pseudo-elements */
body.page-families .family-booking-card-shell .calendarContainer-easepick.family-city-calendar--range.focus::before,
body.page-families .family-booking-card-shell .calendarContainer-easepick.family-city-calendar--range.focus::after {
    display: none !important; content: none !important; border: none !important; visibility: hidden !important;
}

/* Desktop booking card — must follow base #newCalendar */
@media (min-width: 992px) {
    body.page-families .family-booking-card-shell { padding: 16px 18px 20px; margin-top: 2px; }
    body.page-families .family-booking-card-shell #cityTool .bookingform--family-card > .family-city-guest-steppers { margin-top: 14px; }
    body.page-families .family-booking-card-shell .family-city-top-grid {
        border-radius: 8px; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
    body.page-families .family-booking-card-shell .family-city-cell { padding: 6px 12px 8px; gap: 4px; }
    body.page-families .family-booking-card-shell .family-city-cell--daterange > .family-city-field-label { padding: 6px 0 0; }
    body.page-families .family-booking-card-shell .family-city-calendar--range #newCalendar {
        min-height: 36px; padding: 5px 30px 5px 24px;
    }
}

body.page-families .family-booking-card-shell #cityTool .bookingform--family-card .family-city-guest-steppers .family-adult-inline.adultContainer,
body.page-families .family-booking-card-shell #cityTool .bookingform--family-card .family-city-guest-steppers .family-adult-inline.cityPageInput {
    float: none; clear: both; width: 100%; max-width: none; text-align: left;
}
body.page-families .family-booking-card-shell #cityTool .bookingform--family-card .family-city-guest-steppers .personChoiceContainer {
    overflow: visible; max-width: none; min-width: 0; box-sizing: border-box;
}
body.page-families .family-booking-card-shell #cityTool .bookingform--family-card .family-city-guest-steppers .adult-inputs,
body.page-families .family-booking-card-shell #cityTool .bookingform--family-card .family-city-guest-steppers .childContainer.family-child-row {
    display: flex; flex-wrap: nowrap; align-items: center; justify-content: space-between;
    float: none; width: 100%; max-width: 100%; box-sizing: border-box; padding: 12px 0; min-height: 48px; border-bottom: none;
}
body.page-families .family-booking-card-shell #cityTool .bookingform--family-card .family-city-guest-steppers .adult-inputs > label.chooseAdults {
    flex: 1 1 auto; min-width: 0; max-width: 58%; width: auto; margin: 0;
}
body.page-families .family-booking-card-shell #cityTool .bookingform--family-card .family-city-guest-steppers .childContainer .family-child-label-wrap {
    flex: 1 1 auto; min-width: 0; max-width: 58%; display: flex; flex-direction: column; align-items: flex-start; gap: 2px;
}
body.page-families .family-booking-card-shell #cityTool .bookingform--family-card .family-city-guest-steppers .cl_newChoicebox {
    flex: 0 0 auto; display: flex; flex-wrap: nowrap; align-items: center; justify-content: flex-end; gap: 10px;
    min-width: 8.5rem; max-width: 42%; box-sizing: border-box;
}
body.page-families .family-booking-card-shell #cityTool .bookingform--family-card .family-city-guest-steppers .cl_newChoicebox br.clear { display: none; }
body.page-families .family-booking-card-shell #cityTool .bookingform--family-card .family-city-guest-steppers .anzLessContainer,
body.page-families .family-booking-card-shell #cityTool .bookingform--family-card .family-city-guest-steppers .anzMoreContainer {
    display: flex; align-items: center; justify-content: center; flex: 0 0 auto;
}
body.page-families .family-booking-card-shell #cityTool .bookingform--family-card .family-city-guest-steppers .childContainer.col-xs-12 {
    float: none; width: 100%; padding-left: 0; padding-right: 0; margin-left: 0; margin-right: 0;
}
body.page-families .family-booking-card-shell .family-city-guest-steppers .chooseAdults,
body.page-families .family-booking-card-shell .family-city-guest-steppers .chooseChilds {
    font-size: 15px; font-weight: 400; color: #111; line-height: 1.35;
}
body.page-families .family-booking-card-shell .family-city-guest-steppers .family-child-hint {
    font-size: 12px; font-weight: 400; color: #6b7280; line-height: 1.35; margin: 0;
}
body.page-families .family-booking-card-shell .family-city-guest-steppers .input_choice {
    font-weight: 700; font-size: 15px; color: #111; text-align: center; border: none!important; background: transparent; min-width: 28px;
}
body.page-families .family-booking-card-shell .family-adult-inline .peoplesInput,
body.page-families .family-booking-card-shell .family-adult-inline .user-icon,
body.page-families .family-booking-card-shell .family-adult-inline .arrow-down { display: none; }
body.page-families .family-booking-card-shell .family-adult-inline .personChoiceContainer {
    display: block !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important;
    width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; box-shadow: none !important;
    background: transparent !important; border-radius: 0; z-index: 3; height: auto !important; visibility: visible !important;
}

body.page-families .family-booking-card-shell .family-city-guest-steppers .personChoiceContainer .anz_less,
body.page-families .family-booking-card-shell .family-city-guest-steppers .personChoiceContainer .anz_more {
    background: #fff; border: 1px solid #c5cde0; border-radius: 50%; width: 36px; height: 36px; min-width: 36px; min-height: 36px;
    display: inline-flex; align-items: center; justify-content: center; cursor: pointer; box-sizing: border-box;
}
body.page-families .family-booking-card-shell .family-city-guest-steppers .personChoiceContainer .anz_less::before,
body.page-families .family-booking-card-shell .family-city-guest-steppers .personChoiceContainer .anz_more::before { display: none; content: none; }
body.page-families .family-booking-card-shell .family-city-guest-steppers .personChoiceContainer .anz_less::after {
    content: "\2212"; color: #5c6b8a; font-size: 17px; font-weight: 600; line-height: 1;
}
body.page-families .family-booking-card-shell .family-city-guest-steppers .personChoiceContainer .anz_more::after {
    content: "+"; color: #5c6b8a; font-size: 18px; font-weight: 600; line-height: 1;
}

body.page-families .family-booking-card-shell .city-tool-btn:first-child { display: none; }
body.page-families .family-booking-card-shell #cityTool #cityCategoryFilter { display: none; }
body.page-families .family-booking-card-shell #cityTool .city-tool-btn-container {
    width: 100%; flex-direction: column-reverse; gap: 0; margin-top: 20px; padding-top: 20px; border-top: 1px solid #e8eaef;
}
body.page-families .family-booking-card-shell #cityTool .cityBtn {
    width: 100%; min-width: 0 !important; background: #ffcc00; border: none; color: #111; font-weight: 700; font-size: 15px;
    border-radius: 8px; padding: 16px 20px !important; min-height: 48px !important; box-sizing: border-box; text-decoration: none !important;
}
body.page-families .family-booking-card-shell #cityTool .cityBtn:hover,
body.page-families .family-booking-card-shell #cityTool .cityBtn:focus { text-decoration: none !important; }
body.page-families .family-booking-card-shell #cityTool .family-city-submit-btn {
    display: inline-flex; align-items: center; justify-content: center; width: 100%; text-decoration: none !important;
}
body.page-families .family-booking-card-shell #cityTool .family-city-submit-btn::before {
    content: "\f002"; font-family: FontAwesome; font-size: 15px; font-weight: normal; margin-right: 10px;
}
body.page-families .family-booking-card-shell .family-hero-trust {
    list-style: none; margin: 0; padding: 16px 0 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px 24px;
}
body.page-families .family-booking-card-shell .family-hero-trust li {
    position: relative; padding-left: 20px; font-size: 12px; color: #4b5563; line-height: 1.35;
}
body.page-families .family-booking-card-shell .family-hero-trust--card li::before {
    content: "\f00c"; font-family: FontAwesome; font-size: 10px; color: #22c55e; position: absolute; left: 0; top: 2px;
}
body.page-families .family-booking-card-shell .personCloseButton.cancelBtn { display: none !important; }

body.page-families .family-hero-features-panel {
    background: #fff; border: 1px solid #e1e5ea; border-radius: 14px; padding: 22px 20px 26px;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.07); margin: 0 auto; max-width: 100%; box-sizing: border-box;
}
body.page-families .family-hero-features .row { margin-left: -8px; margin-right: -8px; }
body.page-families .family-hero-features [class*="col-"] { padding-left: 8px; padding-right: 8px; }
body.page-families .family-hero-feature { display: flex; gap: 12px; align-items: center; min-height: 0; }
body.page-families .family-hero-feature-icon {
    flex: 0 0 40px; width: 40px; height: 40px; border-radius: 10px; background: #e6f0ff;
    display: flex; align-items: center; justify-content: center; color: #001a4d; font-size: 16px;
}
body.page-families .family-hero-feature h3 {
    font-size: 14px; line-height: 1.28; margin: 0 0 3px; color: #1a2e6e; font-weight: 700;
}
body.page-families .family-hero-feature p { font-size: 12px; line-height: 1.38; margin: 0; color: #5c6b8a; }

@media (max-width: 991px) {
    body.page-families .family-booking-card-shell .family-city-top-grid { grid-template-columns: 1fr; }
    body.page-families .family-booking-card-shell .family-city-cell { border-right: none; border-bottom: 1px solid #e0e0e0; }
    body.page-families .family-booking-card-shell .family-city-cell:last-child { border-bottom: none; }
    body.page-families .family-booking-card-shell .family-city-cell--hotel { border-radius: 8px 8px 0 0; }
    body.page-families .family-booking-card-shell .family-city-cell--daterange { border-radius: 0 0 8px 8px; }
    body.page-families .family-booking-card-shell .family-city-cell--daterange > .family-city-field-label { padding: 4px 0 0; }
    body.page-families .family-booking-card-shell .family-city-calendar--range { padding: 0 0 4px; }
    body.page-families .family-landing-hero {
        margin-top: 40px; padding: max(100px, calc(76px + env(safe-area-inset-top, 0px))) 0 16px;
        min-height: 0; background: transparent;
    }
    body.page-families .family-landing-hero .family-hero-split-custom {
        display: flex !important; flex-direction: column; --family-hero-pad-x: clamp(12px, 4vw, 20px);
        padding: 0 var(--family-hero-pad-x); gap: 0; width: 100%; max-width: 100%; min-width: 0; margin: 0;
        box-sizing: border-box; overflow-x: hidden;
    }
    body.page-families .family-hero-left-col,
    body.page-families .family-hero-right-col {
        width: 100%; max-width: 100%; min-width: 0; box-sizing: border-box;
    }
    body.page-families .family-hero-left-col { order: 1; margin-bottom: 14px; }
    body.page-families .family-hero-visual { aspect-ratio: 4 / 3; border-radius: 12px; }
    body.page-families .family-hero-visual img { object-position: center center; }
    body.page-families .family-hero-right-col {
        order: 2; gap: 0; background: transparent; border-radius: 0; padding: 0; overflow-x: hidden;
    }
    body.page-families .family-hero-copy-head {
        padding: 0; margin: 0 0 12px; width: 100%; max-width: 100%; box-sizing: border-box;
    }
    body.page-families .family-hero-visual-bottom-cap { padding: 16px 12px 12px; }
    body.page-families .family-hero-rating-below { font-size: 11px; }
    body.page-families .family-hero-visual-bottom-cap .family-hero-breadcrumb { font-size: 10px; }
    body.page-families .family-hero-features-wrap {
        max-width: 100%; padding: 14px clamp(12px, 4vw, 20px) 22px; margin-top: 10px;
    }
    body.page-families .family-hero-features-panel { padding: 20px 16px 26px; border-radius: 14px; }
    body.page-families .family-hero-features .col-xs-12:not(:last-child) { margin-bottom: 16px; }
    body.page-families .family-hero-feature { gap: 12px; align-items: flex-start; }
    body.page-families .family-hero-feature-icon {
        flex: 0 0 40px; width: 40px; height: 40px; min-width: 40px; min-height: 40px; font-size: 15px;
        align-self: flex-start; margin-top: 1px;
    }
    body.page-families .family-hero-feature-icon .fa { width: 1.15em; text-align: center; }
    body.page-families .family-hero-feature h3 { font-size: 13px; }
    body.page-families .family-hero-feature p { font-size: 11px; }
    body.page-families .family-hero-title { font-size: clamp(22px, 6.5vw, 30px); margin-bottom: 10px; }
    body.page-families .family-hero-intro { font-size: 15px; margin-bottom: 0; }

    body.page-families .family-booking-card-shell {
        padding: 12px 14px 14px; border-radius: 10px; margin: 0; width: 100%; max-width: 100%; box-sizing: border-box;
        box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06), 0 1px 3px rgba(15, 23, 42, 0.04);
    }
    body.page-families .family-booking-card-shell #cityTool { padding: 0; }
    body.page-families .family-booking-card-shell #cityTool .bookingform--family-card > .family-city-guest-steppers { margin-top: 18px; }
    body.page-families .family-booking-card-shell .family-city-top-grid { border-radius: 6px; border-color: #ececec; }
    body.page-families .family-booking-card-shell .family-city-cell {
        padding: 9px 12px 9px; gap: 4px; justify-content: center; min-height: 0;
    }
    body.page-families .family-booking-card-shell .family-city-field-label { font-size: 10px; letter-spacing: 0.06em; }
    body.page-families .family-booking-card-shell .family-city-cell .select-styled .active-city { font-size: 14px; line-height: 1.25; }
    body.page-families .family-booking-card-shell .family-city-cell .select-styled .fa-chevron-down { font-size: 12px; margin-top: -6px; }
    body.page-families .family-booking-card-shell .family-city-cell--hotel .select-styled { padding: 0 24px 0 0; }
    body.page-families .family-booking-card-shell .family-city-cell--hotel .select-styled .fa-chevron-down,
    body.page-families .family-booking-card-shell .family-city-calendar--range .family-picker-chevron {
        left: unset !important;
    }
    body.page-families .family-booking-card-shell .family-city-cell--daterange > .family-city-field-label { padding: 3px 0 0; }
    body.page-families .family-booking-card-shell .family-city-calendar--range { min-height: 0; padding: 0 0 4px; }
    body.page-families .family-booking-card-shell .family-city-calendar--range .fa-calendar { display: none; }
    body.page-families .family-booking-card-shell .family-city-calendar--range #newCalendar {
        min-height: 36px; font-size: 14px; font-weight: 700; padding: 6px 26px 6px 0 !important; line-height: 1.3;
    }
    body.page-families .family-booking-card-shell #cityTool .bookingform--family-card .locationContainer.cityPageInput {
        padding: 6px 20px 6px 0 !important; min-width: 0 !important; border: none !important; box-shadow: none !important;
    }
    body.page-families .family-booking-card-shell #cityTool .bookingform--family-card #calendarContainer-easepick.calendarContainer-easepick.family-city-calendar--range {
        padding: 0 !important; margin: 0 !important; min-width: 0 !important; border: none !important; box-shadow: none !important;
    }
    body.page-families .family-booking-card-shell #cityTool .bookingform--family-card #calendarContainer-easepick input#newCalendar {
        padding: 6px 26px 6px 0 !important; min-height: 36px !important;
    }
    body.page-families .family-booking-card-shell .select-styled.select-active::before,
    body.page-families .family-booking-card-shell .select-styled.select-active::after {
        display: none !important; content: none !important;
    }
    body.page-families .family-booking-card-shell #cityTool .bookingform--family-card .family-city-guest-steppers .adult-inputs,
    body.page-families .family-booking-card-shell #cityTool .bookingform--family-card .family-city-guest-steppers .childContainer.family-child-row {
        padding: 8px 12px; min-height: 0; box-sizing: border-box;padding-right:0;
    }
    .additionalKids2{
        padding-left:12px;
    }
    body.page-families .family-booking-card-shell .family-city-guest-steppers .chooseAdults,
    body.page-families .family-booking-card-shell .family-city-guest-steppers .chooseChilds { font-size: 12px; line-height: 1.15; }
    body.page-families .family-booking-card-shell .family-city-guest-steppers .family-child-hint { font-size: 9px; line-height: 1.2; }
    body.page-families .family-booking-card-shell .family-city-guest-steppers .input_choice { font-size: 12px; min-width: 18px; }
    body.page-families .family-booking-card-shell #cityTool .bookingform--family-card .family-city-guest-steppers .cl_newChoicebox {
        gap: 3px; min-width: 5.5rem; max-width: 46%;
    }
    body.page-families .family-booking-card-shell .family-city-guest-steppers .personChoiceContainer .anz_less,
    body.page-families .family-booking-card-shell .family-city-guest-steppers .personChoiceContainer .anz_more {
        width: 26px; height: 26px; min-width: 26px; min-height: 26px;
    }
    body.page-families .family-booking-card-shell .family-city-guest-steppers .personChoiceContainer .anz_less::after { font-size: 12px; }
    body.page-families .family-booking-card-shell .family-city-guest-steppers .personChoiceContainer .anz_more::after { font-size: 13px; }
    body.page-families .family-booking-card-shell #cityTool .city-tool-btn-container {
        margin-top: 5px; padding-top: 5px; border-top: 1px solid #eceef2;
    }
    body.page-families .family-booking-card-shell #cityTool .cityBtn {
        padding: 7px 10px !important; font-size: 12px; min-height: 36px !important; border-radius: 5px;
    }
    body.page-families .family-booking-card-shell #cityTool .family-city-submit-btn::before { font-size: 11px; margin-right: 5px; }
    body.page-families .family-booking-card-shell .family-hero-trust { padding: 5px 0 0; gap: 4px 8px; }
    body.page-families .family-booking-card-shell .family-hero-trust li { font-size: 9px; padding-left: 14px; line-height: 1.2; }
    body.page-families .family-booking-card-shell .family-hero-trust--card li::before { font-size: 8px; top: 0; }

    @media (max-width: 768px) {
        body.page-families .family-booking-card-shell .family-adult-inline .personChoiceContainer {
            position: static !important; top: auto !important; left: auto !important; right: auto !important; bottom: auto !important;
            width: 100% !important; padding-top: 0 !important; z-index: 3 !important;
        }
    }
}
body.page-families .easepick-wrapper { z-index: 100000; }
.container:not(.inline).show {
    z-index: 999999999999 !important;
    top:95px!important;
}
span.easepick-wrapper{
    right: 300px;
    z-index:99999999999999999999999!important;
}
.locationContainer .select-styled .fa-chevron-down{
    right:-10px!important;
}