.ar-public-shell {
        max-width: 1200px;
        margin: 0 auto;
    }

    .ar-top-search {
        background: #fff;
        border-bottom: 1px solid #e8edf2;
        padding: 22px 0;
        margin: -28px calc(50% - 50vw) 28px;
    }

    .ar-top-search__inner {
        max-width: 1200px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 140px 145px;
        gap: 8px;
        padding: 0 18px;
        align-items: center;
    }

    .ar-search-input-wrap {
        position: relative;
    }

    .ar-search-icon {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        color: #8b99a8;
        font-size: 22px;
    }

    .ar-search-input {
        height: 42px;
        border: 1px solid #d7dee7;
        border-radius: 6px;
        padding: 0 14px 0 44px;
        font-size: 16px;
        background: #fff;
        box-shadow: 0 1px 2px rgba(20,30,40,.04);
    }

    .ar-search-button-light,
    .ar-map-button {
        height: 42px;
        border-radius: 6px;
        border: 1px solid #d7dee7;
        background: #fff;
        color: #304050;
        font-weight: 700;
        cursor: pointer;
        font-size: 15px;
    }

    .ar-map-button {
        background: #3f7f46;
        border-color: #3f7f46;
        color: #fff;
    }

    .ar-tip {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        border: 1px solid #d9e0e8;
        border-radius: 6px;
        background: #fbfcfd;
        padding: 13px 14px;
        margin-bottom: 18px;
        color: #2b3540;
    }

    .ar-tip strong {
        font-size: 14px;
    }

    .ar-tip button {
        border: 1px solid #d7dee7;
        background: #f5f7f9;
        color: #536170;
        border-radius: 6px;
        padding: 8px 12px;
        font-weight: 700;
        cursor: pointer;
    }

    .ar-results-head {
        display: flex;
        justify-content: space-between;
        gap: 18px;
        align-items: center;
        margin: 18px 0 28px;
    }

    .ar-results-head h1 {
        font-size: 19px;
        margin: 0;
        color: #10202e;
    }

    .ar-sort {
        width: 210px;
        height: 42px;
        border-radius: 6px;
        border: 1px solid #d7dee7;
    }

    .ar-breadcrumb {
        color: #687888;
        margin: 0 0 24px;
        font-size: 14px;
    }

    .ar-breadcrumb a {
        color: #3f7f46;
        text-decoration: none;
        font-weight: 700;
    }

    .ar-list-card {
        display: grid;
        grid-template-columns: 430px minmax(0, 1fr);
        height: 300px;
        border: 1px solid #dce3eb;
        border-radius: 8px;
        background: #fff;
        overflow: hidden;
        margin-bottom: 16px;
        box-shadow: 0 1px 2px rgba(20,30,40,.04);
    }

    .ar-list-card:hover {
        border-color: #c8d8c3;
        box-shadow: 0 6px 18px rgba(20,40,30,.08);
    }

    .ar-card-photo {
        position: relative;
        display: block;
        width: 100%;
        height: 300px;
        background: #edf1e8;
        overflow: hidden;
    }

    .ar-card-photo img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: center center;
        display: block;
    }

    .ar-photo-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 34px;
        height: 34px;
        border-radius: 999px;
        border: 1px solid rgba(20,30,40,.12);
        background: rgba(255,255,255,.9);
        color: #24313d;
        font-size: 22px;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 3px 10px rgba(0,0,0,.14);
        z-index: 2;
    }

    .ar-photo-arrow.prev { left: 16px; }
    .ar-photo-arrow.next { right: 16px; }

    .ar-card-body {
        position: relative;
        padding: 20px 24px;
        display: flex;
        flex-direction: column;
        min-width: 0;
    }

    .ar-fav-button {
        position: absolute;
        right: 18px;
        top: 18px;
        width: 38px;
        height: 38px;
        border-radius: 8px;
        border: 1px solid #d7dee7;
        background: #f8fafc;
        color: #253443;
        font-size: 22px;
        cursor: pointer;
    }

    .ar-card-title {
        display: inline;
        width: fit-content;
        max-width: calc(100% - 54px);
        font-size: 23px;
        font-weight: 500;
        color: #26323f;
        text-decoration: none;
        background: #e5f1e1;
        padding: 2px 7px;
        border-radius: 4px;
        line-height: 1.25;
    }

    .ar-card-location {
        color: #536170;
        margin: 8px 0 0;
        font-size: 15px;
    }

    .ar-card-rating {
        margin: 7px 0 12px;
        color: #536170;
        font-size: 15px;
    }

    .ar-card-description {
        color: #3f4f5f;
        line-height: 1.45;
        margin: 0 0 16px;
        font-size: 15px;
        max-height: 64px;
        overflow: hidden;
    }

    .ar-card-features {
        display: flex;
        flex-wrap: wrap;
        gap: 22px;
        color: #344251;
        font-size: 14px;
        margin-top: auto;
    }

    .ar-card-badges {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 18px;
    }

    .ar-card-badges span {
        border: 1px solid #c5dce4;
        background: #eff9fb;
        color: #347487;
        border-radius: 6px;
        padding: 5px 8px;
        font-size: 13px;
    }

    .ar-card-badges span.green {
        background: #f1f8e9;
        border-color: #cfe2bd;
        color: #4f6a34;
    }

    .ar-card-price {
        position: absolute;
        right: 22px;
        bottom: 20px;
        text-align: right;
        color: #526170;
    }

    .ar-card-price strong {
        font-size: 24px;
        color: #0b1118;
    }

    .ar-suggest-box {
        position: absolute;
        left: 0;
        right: 0;
        top: 46px;
        background: #fff;
        border: 1px solid #dce3eb;
        box-shadow: 0 18px 45px rgba(15,30,45,.18);
        border-radius: 0 0 8px 8px;
        z-index: 60;
        display: none;
    }

    .ar-suggest-box.is-open { display: block; }

    .ar-suggest-inner {
        padding: 18px 24px;
        max-height: 430px;
        overflow: auto;
    }

    .ar-suggest-group + .ar-suggest-group { margin-top: 18px; }

    .ar-suggest-group-title {
        font-weight: 800;
        font-size: 18px;
        padding-bottom: 9px;
        margin-bottom: 8px;
        border-bottom: 1px solid #e5ebf1;
        color: #152331;
    }

    .ar-suggest-item {
        display: block;
        padding: 8px 6px;
        color: #152331;
        text-decoration: none;
        border-radius: 6px;
        font-size: 17px;
    }

    .ar-suggest-item:hover { background: #f2f6f9; }
    .ar-suggest-meta { color: #536170; }

    .ar-filter-overlay {
        position: fixed;
        inset: 0;
        background: rgba(244,247,249,.82);
        backdrop-filter: blur(2px);
        z-index: 1000;
        display: none;
        align-items: center;
        justify-content: center;
        padding: 24px;
    }

    .ar-filter-overlay.is-open { display: flex; }

    .ar-filter-modal {
        width: min(1100px, 96vw);
        max-height: 90vh;
        overflow: auto;
        background: #fff;
        border: 1px solid #dce3eb;
        border-radius: 8px;
        box-shadow: 0 22px 70px rgba(20,30,45,.22);
    }

    .ar-filter-modal__head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 18px 24px;
        border-bottom: 1px solid #eef2f5;
    }

    .ar-filter-modal__head h2 {
        margin: 0;
        font-size: 18px;
    }

    .ar-filter-close {
        width: 34px;
        height: 34px;
        border: 0;
        border-radius: 8px;
        background: #f2f5f7;
        font-size: 22px;
        cursor: pointer;
    }

    .ar-filter-modal__body {
        padding: 22px 24px;
    }

    .ar-filter-grid {
        display: grid;
        grid-template-columns: 250px 250px 250px 250px;
        gap: 28px;
        align-items: start;
    }

    .ar-filter-group h3 {
        margin: 0 0 10px;
        font-size: 15px;
        color: #3d4b5a;
    }

    .ar-filter-check {
        display: flex;
        align-items: flex-start;
        gap: 9px;
        margin: 0 0 10px;
        font-weight: 500;
        color: #435365;
    }

    .ar-filter-check input {
        width: 21px;
        height: 21px;
        margin: 0;
    }

    .ar-persons-control {
        display: flex;
        gap: 8px;
        align-items: center;
    }

    .ar-persons-control button {
        width: 34px;
        height: 34px;
        border: 1px solid #d7dee7;
        background: #fff;
        border-radius: 6px;
        font-size: 19px;
        cursor: pointer;
    }

    .ar-persons-control input {
        width: 78px;
        height: 34px;
        text-align: center;
    }

    .ar-filter-modal__footer {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        padding: 18px 24px;
    }

    .ar-clear-button,
    .ar-close-button,
    .ar-apply-button {
        border: 1px solid #d7dee7;
        border-radius: 6px;
        padding: 9px 14px;
        font-weight: 700;
        cursor: pointer;
        background: #f4f6f8;
        color: #475667;
        text-decoration: none;
    }

    .ar-apply-button {
        background: #3f7f46;
        border-color: #3f7f46;
        color: #fff;
    }

    .ar-empty {
        background: white;
        border: 1px dashed #cbd8c2;
        border-radius: 16px;
        padding: 34px;
        text-align: center;
    }

    @media (max-width: 1000px) {
        .ar-top-search__inner {
            grid-template-columns: 1fr;
        }

        .ar-list-card {
            grid-template-columns: 1fr;
            height: auto;
        }

        .ar-card-photo,
        .ar-card-photo img {
            height: 250px;
        }

        .ar-card-body {
            min-height: 260px;
        }

        .ar-card-price {
            position: static;
            margin-top: 14px;
            text-align: left;
        }

        .ar-filter-grid {
            grid-template-columns: 1fr;
            gap: 18px;
        }
    }



    /* HOME_SEARCH_FIX_START */
    .ar-home-search-card {
        background: #fff;
        border: 1px solid #dce3eb;
        border-radius: 16px;
        box-shadow: 0 10px 32px rgba(20,30,40,.08);
        padding: 28px;
        margin-bottom: 28px;
    }

    .ar-home-search-card h1 {
        font-size: 38px;
        margin: 0 0 10px;
        color: #24351f;
    }

    .ar-home-search-card p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .ar-home-search-grid {
        display: grid;
        grid-template-columns: minmax(0, 1.4fr) 220px 220px 140px 140px;
        gap: 10px;
        align-items: center;
    }

    .ar-home-search-grid input,
    .ar-home-search-grid select,
    .ar-home-search-grid button,
    .ar-home-search-grid a {
        height: 48px;
        border-radius: 8px;
        font-size: 16px;
    }

    .ar-home-search-grid a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }

    .ar-home-services {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 18px;
        margin-top: 16px;
    }

    .ar-home-services label {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        margin: 0;
        font-weight: 500;
        white-space: nowrap;
    }

    .ar-home-services input {
        width: auto;
        height: auto;
    }

    .ar-home-map-button {
        background: #3f7f46;
        color: #fff;
        border: 1px solid #3f7f46;
        font-weight: 800;
    }

    @media(max-width: 1050px) {
        .ar-home-search-grid {
            grid-template-columns: 1fr 1fr;
        }

        .ar-home-search-grid .ar-search-input-wrap {
            grid-column: 1 / -1;
        }
    }

    @media(max-width: 650px) {
        .ar-home-search-grid {
            grid-template-columns: 1fr;
        }

        .ar-home-search-card h1 {
            font-size: 30px;
        }
    }
    /* HOME_SEARCH_FIX_END */



    /* AR_DATE_RANGE_START */
    .ar-date-range {
        position: relative;
    }

    .ar-date-range__input {
        width: 100%;
        height: 44px;
        border: 1px solid #d7dee7;
        border-radius: 8px;
        padding: 0 12px 0 42px;
        font-size: 16px;
        background: #fff;
        cursor: pointer;
    }

    .ar-date-range__icon {
        position: absolute;
        left: 13px;
        top: 50%;
        transform: translateY(-50%);
        color: #607080;
        pointer-events: none;
    }

    .ar-date-range__picker {
        display: none;
        position: absolute;
        z-index: 1100;
        top: calc(100% + 8px);
        left: 0;
        width: min(720px, 94vw);
        background: #fff;
        border: 1px solid #dce3eb;
        border-radius: 14px;
        box-shadow: 0 22px 70px rgba(20,30,45,.22);
        padding: 18px;
    }

    .ar-date-range.is-open .ar-date-range__picker {
        display: block;
    }

    .ar-date-range__head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 14px;
        gap: 12px;
    }

    .ar-date-range__head strong {
        font-size: 18px;
    }

    .ar-date-range__nav {
        border: 1px solid #d7dee7;
        background: #fff;
        border-radius: 8px;
        width: 38px;
        height: 34px;
        cursor: pointer;
        font-size: 20px;
    }

    .ar-date-range__months {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    .ar-date-month h3 {
        text-align: center;
        margin: 0 0 12px;
        font-size: 18px;
        color: #172331;
    }

    .ar-date-grid {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        gap: 5px;
        text-align: center;
    }

    .ar-date-weekday {
        font-weight: 800;
        color: #172331;
        padding: 6px 0;
    }

    .ar-date-day {
        border: 0;
        background: transparent;
        min-height: 36px;
        border-radius: 8px;
        cursor: pointer;
        font-weight: 600;
        color: #172331;
    }

    .ar-date-day:hover {
        background: #eef6e8;
    }

    .ar-date-day.is-disabled {
        opacity: .25;
        cursor: not-allowed;
    }

    .ar-date-day.is-start,
    .ar-date-day.is-end {
        background: #3f7f46;
        color: #fff;
    }

    .ar-date-day.is-range {
        background: #cfe8c9;
    }

    .ar-date-range__footer {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        margin-top: 16px;
        border-top: 1px solid #eef2f5;
        padding-top: 14px;
    }

    .ar-date-range__footer button {
        border-radius: 8px;
        padding: 9px 14px;
        font-weight: 800;
        cursor: pointer;
    }

    .ar-date-clear {
        border: 1px solid #d7dee7;
        background: #f5f7f9;
        color: #526170;
    }

    .ar-date-apply {
        border: 1px solid #3f7f46;
        background: #3f7f46;
        color: #fff;
    }

    @media(max-width: 700px) {
        .ar-date-range__picker {
            position: fixed;
            left: 0;
            right: 0;
            bottom: 0;
            top: auto;
            width: 100%;
            max-height: 88vh;
            overflow: auto;
            border-radius: 18px 18px 0 0;
        }

        .ar-date-range__months {
            grid-template-columns: 1fr;
        }
    }
    /* AR_DATE_RANGE_END */



    /* PROPERTY_REQUEST_DATE_FIX_START */
    .request-form .ar-date-range {
        width: 100%;
    }

    .request-form .ar-date-range__input {
        height: 46px;
        font-size: 16px;
    }

    @media(max-width: 760px) {
        .request-form .ar-date-range__picker {
            left: 0;
            right: 0;
            bottom: 0;
            top: auto;
            width: 100vw;
            max-height: 82vh;
            border-radius: 18px 18px 0 0;
            padding: 16px;
        }

        .request-form .ar-date-range__months {
            grid-template-columns: 1fr;
        }
    }
    /* PROPERTY_REQUEST_DATE_FIX_END */



    /* NATIVE_DATE_RANGE_FIX_START */
    .ar-date-range-native {
        width: 100%;
    }

    .ar-date-range-native__button {
        width: 100%;
        min-height: 48px;
        border: 1px solid #d7dee7;
        border-radius: 10px;
        background: #fff;
        padding: 0 14px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #172331;
        font-size: 16px;
        cursor: pointer;
        text-align: left;
    }

    .ar-date-range-native__button strong {
        font-weight: 500;
        color: #66717d;
    }

    .ar-date-range-native__fields {
        display: none;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-top: 10px;
    }

    .ar-date-range-native.is-open .ar-date-range-native__fields {
        display: grid;
    }

    .ar-date-range-native__fields label {
        display: grid;
        gap: 6px;
        font-weight: 700;
        color: #26323f;
    }

    .ar-date-range-native__fields input {
        height: 46px;
        border-radius: 9px;
        border: 1px solid #d7dee7;
        padding: 0 10px;
        font-size: 16px;
        background: #fff;
    }

    @media(max-width: 700px) {
        .ar-date-range-native__fields {
            grid-template-columns: 1fr;
        }
    }
    /* NATIVE_DATE_RANGE_FIX_END */



    /* CLEAN_DATE_RANGE_START */
    .ar-date-range-clean {
        position: relative;
        width: 100%;
    }

    .ar-date-range-clean__button {
        width: 100%;
        min-height: 54px;
        border: 1px solid #d7dee7;
        border-radius: 14px;
        background: #fff;
        padding: 0 18px;
        display: flex;
        align-items: center;
        gap: 14px;
        color: #172331;
        font-size: 18px;
        cursor: pointer;
        text-align: left;
    }

    .ar-date-range-clean__button strong {
        font-weight: 600;
        color: #687383;
    }

    .ar-date-range-clean.is-open .ar-date-range-clean__button {
        border-color: #3f7f46;
        box-shadow: 0 0 0 3px rgba(63,127,70,.14);
    }

    .ar-date-range-clean__popover {
        display: none;
        position: absolute;
        z-index: 1200;
        top: calc(100% + 10px);
        left: 0;
        width: min(760px, 94vw);
        background: #fff;
        border: 1px solid #dce3eb;
        border-radius: 16px;
        box-shadow: 0 24px 75px rgba(20,30,45,.24);
        padding: 18px;
    }

    .ar-date-range-clean.is-open .ar-date-range-clean__popover {
        display: block;
    }

    .ar-date-range-clean__top {
        display: grid;
        grid-template-columns: 44px 1fr 44px;
        align-items: center;
        gap: 10px;
        margin-bottom: 16px;
    }

    .ar-date-range-clean__top strong {
        text-align: center;
        font-size: 19px;
        color: #172331;
    }

    .ar-date-range-clean__top button {
        width: 42px;
        height: 38px;
        border: 1px solid #d7dee7;
        border-radius: 10px;
        background: #fff;
        font-size: 25px;
        cursor: pointer;
    }

    .ar-date-range-clean__months {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 28px;
    }

    .ar-clean-month h3 {
        text-align: center;
        margin: 0 0 14px;
        font-size: 20px;
        color: #172331;
    }

    .ar-clean-grid {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        gap: 6px;
        text-align: center;
    }

    .ar-clean-weekday {
        font-weight: 800;
        color: #172331;
        padding: 6px 0;
    }

    .ar-clean-day {
        border: 0;
        background: transparent;
        min-height: 40px;
        border-radius: 9px;
        cursor: pointer;
        font-weight: 700;
        color: #172331;
        font-size: 16px;
    }

    .ar-clean-day:hover {
        background: #eef6e8;
    }

    .ar-clean-day.is-disabled {
        opacity: .25;
        cursor: not-allowed;
    }

    .ar-clean-day.is-start,
    .ar-clean-day.is-end {
        background: #3f7f46;
        color: #fff;
    }

    .ar-clean-day.is-range {
        background: #cfe8c9;
        color: #172331;
    }

    .ar-date-range-clean__hint {
        margin: 16px 0 0;
        color: #607080;
        font-size: 14px;
        text-align: center;
    }

    @media(max-width: 760px) {
        .ar-date-range-clean__popover {
            position: fixed;
            left: 0;
            right: 0;
            bottom: 0;
            top: auto;
            width: 100vw;
            max-height: 88vh;
            overflow: auto;
            border-radius: 20px 20px 0 0;
            padding: 20px 18px calc(20px + env(safe-area-inset-bottom));
        }

        .ar-date-range-clean__months {
            grid-template-columns: 1fr;
            gap: 34px;
        }

        .ar-clean-day {
            min-height: 44px;
            font-size: 18px;
        }
    }
    /* CLEAN_DATE_RANGE_END */



    /* PROPERTY_DATE_RANGE_VISUAL_FIX_START */

    .request-form .ar-date-range-clean__popover {
        background: #fff !important;
        border: 1px solid #dce3eb !important;
        box-shadow: 0 24px 75px rgba(20,30,45,.24) !important;
        padding: 18px !important;
    }

    .request-form .ar-date-range-clean__top {
        display: grid !important;
        grid-template-columns: 44px 1fr 44px !important;
        align-items: center !important;
        gap: 10px !important;
        margin-bottom: 16px !important;
    }

    .request-form .ar-date-range-clean__top strong {
        text-align: center !important;
        font-size: 19px !important;
        line-height: 1.2 !important;
        color: #172331 !important;
    }

    .request-form .ar-date-range-clean__months {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 28px !important;
    }

    .request-form .ar-clean-month h3 {
        display: block !important;
        text-align: center !important;
        margin: 0 0 14px !important;
        font-size: 20px !important;
        line-height: 1.2 !important;
        color: #172331 !important;
    }

    .request-form .ar-clean-grid {
        display: grid !important;
        grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
        gap: 6px !important;
        align-items: center !important;
        text-align: center !important;
    }

    .request-form .ar-clean-weekday {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        height: 28px !important;
        font-weight: 800 !important;
        color: #172331 !important;
        padding: 0 !important;
        line-height: 1 !important;
    }

    .request-form .ar-clean-day {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        min-width: 0 !important;
        min-height: 38px !important;
        height: 38px !important;
        border-radius: 9px !important;
        padding: 0 !important;
        margin: 0 !important;
        font-size: 16px !important;
        line-height: 1 !important;
        background: transparent;
    }

    .request-form .ar-clean-day.is-start,
    .request-form .ar-clean-day.is-end {
        background: #3f7f46 !important;
        color: #fff !important;
    }

    .request-form .ar-clean-day.is-range {
        background: #cfe8c9 !important;
        color: #172331 !important;
    }

    @media(max-width: 760px) {
        .request-form .ar-date-range-clean__popover {
            left: 14px !important;
            right: 14px !important;
            bottom: 92px !important;
            top: auto !important;
            width: auto !important;
            max-height: 70vh !important;
            overflow: auto !important;
            border-radius: 18px !important;
        }

        .request-form .ar-date-range-clean__months {
            grid-template-columns: 1fr !important;
            gap: 26px !important;
        }

        .request-form .ar-clean-grid {
            grid-template-columns: repeat(7, 1fr) !important;
        }

        .request-form .ar-clean-day {
            min-height: 42px !important;
            height: 42px !important;
            font-size: 17px !important;
        }
    }

    /* PROPERTY_DATE_RANGE_VISUAL_FIX_END */



/* PROPERTY_DATE_RANGE_MODAL_FINAL_START */

.request-form .ar-date-range-clean {
    display: block !important;
    width: 100% !important;
    position: relative !important;
}

.request-form .ar-date-range-clean__button {
    display: flex !important;
    width: 100% !important;
    min-height: 58px !important;
    border: 1px solid #d7dee7 !important;
    border-radius: 14px !important;
    background: #fff !important;
    padding: 0 18px !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #172331 !important;
    text-align: left !important;
    box-shadow: none !important;
}

.request-form .ar-date-range-clean__button strong {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #687383 !important;
}

.request-form .ar-date-range-clean__popover {
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    bottom: auto !important;
    right: auto !important;
    transform: translate(-50%, -50%) !important;
    width: min(760px, 94vw) !important;
    max-height: 86vh !important;
    overflow: auto !important;
    background: #fff !important;
    border: 1px solid #dce3eb !important;
    border-radius: 18px !important;
    box-shadow: 0 24px 80px rgba(20,30,45,.32) !important;
    padding: 20px !important;
    z-index: 99999 !important;
}

.request-form .ar-date-range-clean.is-open::before {
    content: "" !important;
    position: fixed !important;
    inset: 0 !important;
    background: rgba(244,247,249,.78) !important;
    backdrop-filter: blur(2px) !important;
    z-index: 99998 !important;
}

.request-form .ar-date-range-clean.is-open .ar-date-range-clean__popover {
    display: block !important;
}

.request-form .ar-date-range-clean__top {
    display: grid !important;
    grid-template-columns: 44px 1fr 44px !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 16px !important;
}

.request-form .ar-date-range-clean__months {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 28px !important;
}

.request-form .ar-clean-grid {
    display: grid !important;
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
    gap: 6px !important;
}

.request-form .ar-clean-weekday {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.request-form .ar-clean-day {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 40px !important;
    min-height: 40px !important;
    width: 100% !important;
    border-radius: 9px !important;
    padding: 0 !important;
    margin: 0 !important;
}

@media(max-width: 760px) {
    .request-form .ar-date-range-clean__popover {
        left: 12px !important;
        right: 12px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: auto !important;
        max-height: 78vh !important;
        padding: 18px !important;
    }

    .request-form .ar-date-range-clean__months {
        grid-template-columns: 1fr !important;
        gap: 26px !important;
    }

    .request-form .ar-clean-day {
        height: 42px !important;
        min-height: 42px !important;
        font-size: 17px !important;
    }
}

/* PROPERTY_DATE_RANGE_MODAL_FINAL_END */


/* PUBLIC_RELEASE_FIXES_START */
.ar-map-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.ar-map-button:hover {
    filter: brightness(.96);
    text-decoration: none;
}

.ar-fav-button.is-active {
    color: #b91c1c;
    border-color: #fecaca;
    background: #fff1f2;
}

.ar-fav-button.is-active:hover {
    background: #ffe4e6;
}

.ar-card-badges span.green {
    font-weight: 700;
}
/* PUBLIC_RELEASE_FIXES_END */


/* HOME_RELEASE_PUBLICABLE_START */
.ar-home-release {
    padding-bottom: 44px;
}

.ar-home-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 28px;
    align-items: stretch;
    margin-bottom: 30px;
}

.ar-home-hero__content,
.ar-home-hero__side,
.ar-home-section,
.ar-home-info-card {
    background: #fff;
    border: 1px solid #dce3eb;
    border-radius: 18px;
    box-shadow: 0 12px 34px rgba(20,30,40,.07);
}

.ar-home-hero__content {
    padding: 34px;
}

.ar-home-eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    border: 1px solid #cfe2bd;
    background: #f1f8e9;
    color: #335d27;
    border-radius: 999px;
    padding: 7px 12px;
    font-weight: 800;
    font-size: 13px;
    margin-bottom: 16px;
}

.ar-home-hero h1 {
    max-width: 760px;
    margin: 0 0 12px;
    color: #1f351d;
    font-size: clamp(34px, 5vw, 58px);
    line-height: .98;
    letter-spacing: -1.6px;
}

.ar-home-hero p {
    max-width: 760px;
    color: #5b6b59;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 22px;
}

.ar-home-main-search {
    margin-top: 24px;
}

.ar-home-main-search__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 150px 155px;
    gap: 10px;
    align-items: center;
}

.ar-home-main-search__row .ar-search-input {
    height: 56px;
    border-radius: 12px;
    font-size: 17px;
}

.ar-home-primary-button,
.ar-home-map-button {
    height: 56px;
    border-radius: 12px;
    border: 0;
    font-weight: 900;
    cursor: pointer;
}

.ar-home-primary-button {
    background: #3f7f46;
    color: #fff;
}

.ar-home-map-button {
    background: #edf5e8;
    color: #244f29;
    border: 1px solid #cfe2bd;
}

.ar-home-advanced-row {
    display: grid;
    grid-template-columns: 1fr 1fr 130px;
    gap: 10px;
    margin-top: 10px;
}

.ar-home-advanced-row select,
.ar-home-advanced-row input {
    height: 46px;
    border: 1px solid #d7dee7;
    border-radius: 10px;
    padding: 0 12px;
    font-size: 15px;
    background: #fff;
}

.ar-home-quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.ar-home-quick-links a,
.ar-home-section-link,
.ar-home-big-link {
    color: #3f7f46;
    font-weight: 900;
    text-decoration: none;
}

.ar-home-quick-links a {
    display: inline-flex;
    border: 1px solid #dce3eb;
    border-radius: 999px;
    padding: 8px 12px;
    background: #fbfcfd;
}

.ar-home-hero__side {
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ar-home-stat {
    border: 1px solid #e5ebf1;
    border-radius: 14px;
    padding: 18px;
    background: #fbfcfd;
}

.ar-home-stat strong {
    display: block;
    color: #1f351d;
    font-size: 34px;
    line-height: 1;
    margin-bottom: 6px;
}

.ar-home-stat span {
    color: #5f6c78;
    font-weight: 700;
}

.ar-home-owner-box {
    margin-top: auto;
    border-radius: 16px;
    padding: 20px;
    background: linear-gradient(135deg, #244f29, #3f7f46);
    color: #fff;
}

.ar-home-owner-box strong {
    display: block;
    font-size: 19px;
    margin-bottom: 8px;
}

.ar-home-owner-box p {
    color: rgba(255,255,255,.86);
    font-size: 14px;
    margin: 0 0 14px;
}

.ar-home-owner-box a {
    display: inline-flex;
    border-radius: 999px;
    padding: 9px 13px;
    background: #fff;
    color: #244f29;
    font-weight: 900;
    text-decoration: none;
}

.ar-home-section {
    padding: 26px;
    margin-bottom: 26px;
}

.ar-home-section__head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-end;
    margin-bottom: 18px;
}

.ar-home-section h2 {
    margin: 0 0 6px;
    color: #1f351d;
    font-size: 28px;
    letter-spacing: -.4px;
}

.ar-home-section p {
    margin: 0;
    color: #687888;
    line-height: 1.45;
}

.ar-home-province-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.ar-home-province-card {
    display: block;
    padding: 17px;
    border: 1px solid #dce3eb;
    border-radius: 14px;
    background: #fbfcfd;
    color: #26323f;
    text-decoration: none;
}

.ar-home-province-card:hover {
    border-color: #b7d2af;
    background: #f7fbf4;
}

.ar-home-province-card strong {
    display: block;
    color: #1f351d;
    font-size: 18px;
    margin-bottom: 5px;
}

.ar-home-province-card span {
    color: #607080;
    font-weight: 700;
}

.ar-home-card-list {
    display: grid;
    gap: 16px;
}

.ar-home-card-list .ar-list-card {
    margin-bottom: 0;
}

.ar-home-card-list--compact .ar-list-card:nth-child(n+5) {
    display: none;
}

.ar-home-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.ar-home-info-card {
    padding: 28px;
}

.ar-home-info-card h2 {
    font-size: 26px;
}

.ar-home-big-link {
    display: inline-flex;
    margin-top: 18px;
    border: 1px solid #cfe2bd;
    border-radius: 999px;
    padding: 11px 15px;
    background: #f1f8e9;
}

.ar-home-owner-card {
    background: #fbfcfd;
}

.ar-home-all-provinces {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media(max-width: 1100px) {
    .ar-home-hero {
        grid-template-columns: 1fr;
    }

    .ar-home-hero__side {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .ar-home-owner-box {
        grid-column: 1 / -1;
    }

    .ar-home-province-grid,
    .ar-home-all-provinces {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media(max-width: 760px) {
    .ar-home-hero__content,
    .ar-home-hero__side,
    .ar-home-section,
    .ar-home-info-card {
        border-radius: 14px;
    }

    .ar-home-hero__content {
        padding: 24px 18px;
    }

    .ar-home-main-search__row,
    .ar-home-advanced-row,
    .ar-home-split,
    .ar-home-hero__side,
    .ar-home-province-grid,
    .ar-home-all-provinces {
        grid-template-columns: 1fr;
    }

    .ar-home-section {
        padding: 20px 16px;
    }

    .ar-home-section__head {
        display: block;
    }

    .ar-home-section-link {
        display: inline-flex;
        margin-top: 10px;
    }

    .ar-home-services {
        max-height: 118px;
        overflow: auto;
        padding-right: 4px;
    }

    .ar-home-card-list .ar-list-card:nth-child(n+4) {
        display: none;
    }
}
/* HOME_RELEASE_PUBLICABLE_END */

/* AR_FIX_LISTING_CARD_PHOTOS_FILL_START */
.ar-list-card {
    align-items: stretch !important;
}

@media (min-width: 1001px) {
    .ar-list-card {
        display: grid !important;
        grid-template-columns: minmax(320px, 390px) minmax(0, 1fr) !important;
        min-height: 250px !important;
        height: auto !important;
    }

    .ar-list-card .ar-card-photo {
        position: relative !important;
        align-self: stretch !important;
        height: auto !important;
        min-height: 250px !important;
        max-height: none !important;
        overflow: hidden !important;
        background: #eef3ea !important;
    }

    .ar-list-card .ar-card-photo > img,
    .ar-list-card .ar-card-photo [data-card-main-photo] {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 100% !important;
        max-height: none !important;
        object-fit: cover !important;
        object-position: center center !important;
        display: block !important;
    }

    .ar-list-card .ar-card-photo .ar-drag-viewport,
    .ar-list-card .ar-card-photo .ar-listing-drag-viewport,
    .ar-list-card .ar-card-photo .ar-swipe-viewport,
    .ar-list-card .ar-card-photo .ar-card-carousel-viewport {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        overflow: hidden !important;
    }

    .ar-list-card .ar-card-photo .ar-drag-track,
    .ar-list-card .ar-card-photo .ar-listing-drag-track,
    .ar-list-card .ar-card-photo .ar-swipe-track,
    .ar-list-card .ar-card-photo .ar-card-carousel-track {
        height: 100% !important;
        min-height: 100% !important;
    }

    .ar-list-card .ar-card-photo .ar-drag-slide,
    .ar-list-card .ar-card-photo .ar-listing-drag-slide,
    .ar-list-card .ar-card-photo .ar-swipe-slide,
    .ar-list-card .ar-card-photo .ar-card-carousel-slide {
        position: relative !important;
        height: 100% !important;
        min-height: 100% !important;
        min-width: 100% !important;
        overflow: hidden !important;
    }

    .ar-list-card .ar-card-photo .ar-drag-slide img,
    .ar-list-card .ar-card-photo .ar-listing-drag-slide img,
    .ar-list-card .ar-card-photo .ar-swipe-slide img,
    .ar-list-card .ar-card-photo .ar-card-carousel-slide img {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center center !important;
    }
}

@media (max-width: 1000px) {
    .ar-list-card .ar-card-photo {
        position: relative !important;
        height: 255px !important;
        min-height: 255px !important;
        max-height: 255px !important;
        overflow: hidden !important;
    }

    .ar-list-card .ar-card-photo > img,
    .ar-list-card .ar-card-photo [data-card-main-photo] {
        width: 100% !important;
        height: 255px !important;
        min-height: 255px !important;
        max-height: 255px !important;
        object-fit: cover !important;
        object-position: center center !important;
    }
}
/* AR_FIX_LISTING_CARD_PHOTOS_FILL_END */

/* FIX LISTING CAROUSEL IMAGE COVER */
.ar-list-card .ar-card-photo,
.ar-list-card .ar-card-photo-slider,
.ar-list-card .ar-card-photo-track,
.ar-list-card .ar-card-photo-slide {
    height: 100% !important;
    min-height: 100% !important;
}

.ar-list-card .ar-card-photo {
    display: block !important;
    overflow: hidden !important;
    background: #eef4ec;
}

.ar-list-card .ar-card-photo img,
.ar-list-card [data-card-main-photo],
.ar-list-card .ar-card-photo-slide img {
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
}

@media (min-width: 1001px) {
    .ar-list-card {
        min-height: 300px !important;
    }

    .ar-list-card .ar-card-photo,
    .ar-list-card .ar-card-photo img,
    .ar-list-card [data-card-main-photo] {
        height: 300px !important;
    }
}

@media (max-width: 1000px) {
    .ar-list-card .ar-card-photo,
    .ar-list-card .ar-card-photo img,
    .ar-list-card [data-card-main-photo] {
        height: 250px !important;
    }
}

/* AR_FIX_HOME_GRID_CARDS_START */
.ar-home-section .ar-list-card,
.ar-home-featured .ar-list-card,
.ar-home-updated .ar-list-card,
.ar-home-grid .ar-list-card {
    display: grid !important;
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    height: auto !important;
    overflow: hidden !important;
    border-radius: 18px !important;
}

.ar-home-section .ar-card-photo,
.ar-home-featured .ar-card-photo,
.ar-home-updated .ar-card-photo,
.ar-home-grid .ar-card-photo {
    position: relative !important;
    width: 100% !important;
    height: 230px !important;
    min-height: 230px !important;
    max-height: 230px !important;
    overflow: hidden !important;
}

.ar-home-section .ar-card-photo img,
.ar-home-featured .ar-card-photo img,
.ar-home-updated .ar-card-photo img,
.ar-home-grid .ar-card-photo img {
    width: 100% !important;
    height: 230px !important;
    object-fit: cover !important;
    object-position: center center !important;
}

.ar-home-section .ar-card-body,
.ar-home-featured .ar-card-body,
.ar-home-updated .ar-card-body,
.ar-home-grid .ar-card-body {
    padding: 18px !important;
    min-height: 0 !important;
}

.ar-home-section .ar-card-title,
.ar-home-featured .ar-card-title,
.ar-home-updated .ar-card-title,
.ar-home-grid .ar-card-title {
    font-size: 24px !important;
    line-height: 1.08 !important;
    letter-spacing: -0.03em !important;
    display: block !important;
    max-width: calc(100% - 54px) !important;
}

.ar-home-section .ar-card-description,
.ar-home-featured .ar-card-description,
.ar-home-updated .ar-card-description,
.ar-home-grid .ar-card-description {
    font-size: 15px !important;
    line-height: 1.38 !important;
    max-height: 62px !important;
    overflow: hidden !important;
}

.ar-home-section .ar-card-bottom,
.ar-home-featured .ar-card-bottom,
.ar-home-updated .ar-card-bottom,
.ar-home-grid .ar-card-bottom {
    margin-top: 14px !important;
    display: flex !important;
    align-items: end !important;
    justify-content: space-between !important;
    gap: 14px !important;
}

.ar-home-section .ar-card-price strong,
.ar-home-featured .ar-card-price strong,
.ar-home-updated .ar-card-price strong,
.ar-home-grid .ar-card-price strong {
    font-size: 26px !important;
}

.ar-home-section .ar-card-cta,
.ar-home-featured .ar-card-cta,
.ar-home-updated .ar-card-cta,
.ar-home-grid .ar-card-cta {
    min-width: 104px !important;
    height: 42px !important;
    border-radius: 999px !important;
}

/* Si la Home usa grid de 2 columnas, evitar tarjetas demasiado estrechas */
.ar-home-updated,
.ar-home-featured,
.ar-home-grid {
    align-items: stretch !important;
}

/* AR_FIX_HOME_GRID_CARDS_END */
