/* ViewHomes listing price sort fallback for Elementor property grids. */
.viewhomes-listing-sortbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
    margin: 0 0 20px;
    padding: 10px 18px;
    border: 1px solid rgba(0, 174, 255, .12);
    border-radius: 20px;
    background:
        radial-gradient(circle at 92% 10%, rgba(16, 174, 240, .13), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(244, 251, 255, .88)),
        #fff;
    box-shadow: 0 12px 34px rgba(7, 27, 47, .07);
    font-family: var(--viewhomes-site-font, 'Manrope', Arial, sans-serif);
}

/* ViewHomes: mobile archive cards match the "Similar properties" v6 card.
   This is the final archive-card layer and intentionally follows the older
   overlay experiments so listings, city archives and taxonomy pages agree. */
@media (max-width: 767.98px) {
    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 {
        flex: 0 0 calc(100% - 32px) !important;
        width: calc(100% - 32px) !important;
        max-width: 364px !important;
        min-width: 0 !important;
        margin: 0 auto 28px !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        box-sizing: border-box !important;
    }

    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 > .item-wrap {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        border: 0 !important;
        border-radius: 20px !important;
        background: #ffffff !important;
        box-shadow: 0 12px 28px rgba(15, 42, 68, 0.10) !important;
        transform: none !important;
    }

    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 > .item-wrap > .d-flex {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        align-items: stretch !important;
    }

    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 .item-header {
        position: relative !important;
        inset: auto !important;
        z-index: 1 !important;
        display: block !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        aspect-ratio: 4 / 3 !important;
        margin: 0 !important;
        overflow: hidden !important;
        border-radius: 20px 20px 0 0 !important;
        background: #dce8ef !important;
    }

    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 .item-header::after {
        content: "" !important;
        position: absolute !important;
        z-index: 2 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 38% !important;
        pointer-events: none !important;
        background: linear-gradient(180deg, rgba(7, 28, 45, 0) 0%, rgba(7, 28, 45, 0.55) 100%) !important;
    }

    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 .listing-image-wrap,
    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 .listing-thumb,
    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 .listing-featured-thumb,
    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 .image-wrap {
        position: absolute !important;
        inset: 0 !important;
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        overflow: hidden !important;
        border-radius: inherit !important;
    }

    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 .listing-image-wrap img {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        object-fit: cover !important;
        object-position: center !important;
        transform: none !important;
    }

    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 .labels-wrap {
        position: absolute !important;
        z-index: 5 !important;
        top: 18px !important;
        right: 14px !important;
        bottom: auto !important;
        left: auto !important;
        display: flex !important;
        width: auto !important;
        max-width: calc(100% - 28px) !important;
        gap: 4px !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: none !important;
    }

    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 .item-tools {
        position: absolute !important;
        z-index: 5 !important;
        right: 14px !important;
        bottom: 14px !important;
        left: auto !important;
        display: flex !important;
        width: auto !important;
        gap: 4px !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: none !important;
    }

    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 .item-tools .item-tool,
    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 .item-tools .item-tool > span,
    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 .item-tools .item-tool > a {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 34px !important;
        height: 34px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 1px solid rgba(255, 255, 255, 0.18) !important;
        border-radius: 7px !important;
        background: rgba(7, 28, 45, 0.62) !important;
        color: #ffffff !important;
        box-shadow: none !important;
    }

    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 .item-body {
        position: static !important;
        inset: auto !important;
        z-index: auto !important;
        display: flex !important;
        flex: 0 0 auto !important;
        flex-direction: column !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 20px 20px 18px !important;
        overflow: visible !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: #ffffff !important;
        color: #0f2a44 !important;
        box-sizing: border-box !important;
        transform: none !important;
    }

    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 .item-title {
        position: static !important;
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        min-height: 0 !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        color: #0f2a44 !important;
        font-size: 18px !important;
        font-weight: 800 !important;
        line-height: 1.38 !important;
        letter-spacing: 0 !important;
        text-align: left !important;
        text-transform: none !important;
        white-space: normal !important;
        -webkit-line-clamp: unset !important;
        -webkit-box-orient: initial !important;
    }

    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 .item-title a {
        display: block !important;
        color: inherit !important;
        font: inherit !important;
        line-height: inherit !important;
        text-decoration: none !important;
    }

    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 .item-address {
        display: none !important;
    }

    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 .viewhomes-card-body-price {
        position: static !important;
        inset: auto !important;
        z-index: auto !important;
        display: flex !important;
        align-items: center !important;
        width: 100% !important;
        height: 54px !important;
        min-height: 54px !important;
        margin: 14px 0 !important;
        padding: 0 18px !important;
        border: 0 !important;
        border-radius: 8px !important;
        background: linear-gradient(135deg, #14baf5 0%, #04a7ee 100%) !important;
        box-shadow: 0 10px 22px rgba(3, 167, 238, 0.18) !important;
        list-style: none !important;
        transform: none !important;
        box-sizing: border-box !important;
    }

    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 .viewhomes-card-body-price .item-price,
    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 .viewhomes-card-body-price .price {
        position: static !important;
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #ffffff !important;
        font-family: var(--viewhomes-site-font, 'Unbounded', sans-serif) !important;
        font-size: 25px !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        letter-spacing: 0 !important;
        text-align: left !important;
        white-space: nowrap !important;
    }

    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 .item-amenities {
        position: static !important;
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        gap: 0 !important;
        list-style: none !important;
        transform: none !important;
    }

    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 .item-amenities li {
        position: static !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-width: 0 !important;
        min-height: 28px !important;
        margin: 0 !important;
        padding: 0 8px !important;
        border: 0 !important;
        border-right: 1px solid #dce5eb !important;
        background: transparent !important;
        color: #0f2a44 !important;
        font-size: 0 !important;
        line-height: 1 !important;
        text-align: center !important;
        box-shadow: none !important;
    }

    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 .item-amenities li:last-child {
        border-right: 0 !important;
    }

    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 .item-amenities li > span:first-child {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 7px !important;
        width: auto !important;
        margin: 0 !important;
        color: #0f2a44 !important;
        font-size: 14px !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        white-space: nowrap !important;
    }

    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 .item-amenities li > span:first-child i {
        order: -1 !important;
        margin: 0 !important;
        color: #0f2a44 !important;
        font-size: 18px !important;
        line-height: 1 !important;
    }

    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 .viewhomes-amenity-label {
        display: none !important;
    }
}

.viewhomes-listing-sortbar__label {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.viewhomes-native-sort-hidden {
    display: none !important;
}

.viewhomes-listing-sortbar__label span {
    color: #687a90;
    font-size: 11px;
    font-weight: 750;
    line-height: 1;
}

.viewhomes-listing-sortbar__label strong {
    color: #0f2a44;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.15;
    white-space: nowrap;
}

.viewhomes-listing-sortbar__control {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-width: 300px;
    margin: 0 0 0 auto;
}

.viewhomes-listing-sortbar__control--aqua::after {
    display: none;
}

.viewhomes-listing-sortbar__control::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #00aeff;
    border-bottom: 2px solid #00aeff;
    transform: translateY(-62%) rotate(45deg);
    pointer-events: none;
}

.viewhomes-listing-price-sort {
    width: 100%;
    min-height: 42px;
    padding: 0 42px 0 16px;
    border: 1px solid rgba(0, 174, 255, .24);
    border-radius: 999px;
    background: #fff;
    color: #0f2a44;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 850;
    outline: none;
    appearance: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.viewhomes-listing-price-sort:hover,
.viewhomes-listing-price-sort:focus {
    border-color: rgba(0, 174, 255, .62);
    box-shadow: 0 0 0 4px rgba(0, 174, 255, .11);
}

.viewhomes-listing-price-sort--aqua-native {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    min-height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.viewhomes-aqua-sort {
    position: relative;
    display: block;
    width: min(100%, 300px);
    color: #071832;
    font-family: var(--viewhomes-site-font, 'Manrope', Arial, sans-serif);
}

.viewhomes-aqua-sort__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 52px;
    padding: 0 18px 0 20px;
    border: 1px solid rgba(16, 174, 240, .28);
    border-radius: 999px;
    background: rgba(255, 255, 255, .9);
    color: #071832;
    box-shadow: 0 12px 28px rgba(11, 80, 113, .08), inset 0 1px 0 rgba(255, 255, 255, .9);
    cursor: pointer;
    font: inherit;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.15;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.viewhomes-aqua-sort__trigger:hover,
.viewhomes-aqua-sort__trigger:focus,
.viewhomes-aqua-sort.is-open .viewhomes-aqua-sort__trigger {
    border-color: rgba(16, 174, 240, .54);
    box-shadow: 0 16px 34px rgba(11, 80, 113, .13), 0 0 0 4px rgba(16, 174, 240, .11);
}

.viewhomes-aqua-sort__chevron {
    flex: 0 0 auto;
    width: 11px;
    height: 11px;
    border-right: 3px solid #10aef0;
    border-bottom: 3px solid #10aef0;
    transform: rotate(45deg) translateY(-3px);
    transition: transform .2s ease;
}

.viewhomes-aqua-sort.is-open .viewhomes-aqua-sort__chevron {
    transform: rotate(225deg) translate(-2px, -1px);
}

.viewhomes-aqua-sort__menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 50;
    width: 100%;
    min-width: 100%;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, .82);
    border-radius: 20px;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 24px 60px rgba(10, 39, 56, .14), inset 0 1px 0 rgba(255, 255, 255, .8);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .18s ease, transform .18s ease;
}

.viewhomes-aqua-sort.is-open .viewhomes-aqua-sort__menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.viewhomes-aqua-sort__option {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 42px;
    padding: 0 14px;
    border: 0;
    border-radius: 14px;
    background: transparent;
    color: #123247;
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    font-weight: 820;
    line-height: 1.15;
    text-align: left;
    white-space: nowrap;
    transition: background .18s ease, color .18s ease, box-shadow .18s ease;
}

.viewhomes-aqua-sort__option:hover,
.viewhomes-aqua-sort__option:focus {
    background: rgba(233, 248, 255, .88);
    outline: none;
}

.viewhomes-aqua-sort__option.is-active {
    color: #fff;
    background: linear-gradient(135deg, #12bdf7, #078ddc);
    box-shadow: 0 10px 24px rgba(16, 174, 240, .28);
}

.viewhomes-aqua-sort__mark {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e9f8ff;
    color: #10aef0;
    font-size: 12px;
    font-weight: 950;
}

.viewhomes-aqua-sort__option.is-active .viewhomes-aqua-sort__mark {
    background: #fff;
    color: #078ddc;
}

/* ViewHomes: internal listing cards match the selected home-page overlay style. */
body:not(.home):not(.page-id-10):not(.single-property) .property-cards-module .listing-view {
    align-items: stretch !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-wrap,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-wrap {
    position: relative !important;
    isolation: isolate !important;
    overflow: hidden !important;
    border-radius: 20px !important;
    background: #071b2f !important;
    box-shadow: 0 16px 38px rgba(15, 42, 68, .12) !important;
    transition: transform .32s ease, box-shadow .32s ease !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-wrap::before,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-wrap::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    pointer-events: none !important;
    border-radius: inherit !important;
    background:
        linear-gradient(180deg, rgba(3, 8, 17, .06) 0%, rgba(3, 8, 17, .28) 42%, rgba(3, 8, 17, .9) 100%),
        linear-gradient(0deg, rgba(3, 8, 17, .44) 0%, rgba(3, 8, 17, 0) 58%) !important;
    transition: background .32s ease !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-wrap::after,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-wrap::after {
    content: "" !important;
    position: absolute !important;
    inset: 1px !important;
    z-index: 4 !important;
    pointer-events: none !important;
    border: 1px solid rgba(255, 255, 255, .18) !important;
    border-radius: inherit !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-wrap:hover,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-wrap:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 22px 48px rgba(15, 42, 68, .2) !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-wrap:hover::before,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-wrap:hover::before {
    background:
        linear-gradient(180deg, rgba(3, 8, 17, .12) 0%, rgba(3, 8, 17, .38) 40%, rgba(3, 8, 17, .94) 100%),
        linear-gradient(0deg, rgba(0, 174, 255, .16) 0%, rgba(3, 8, 17, 0) 58%) !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-wrap > .d-flex,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-wrap > .d-flex {
    position: relative !important;
    display: block !important;
    height: auto !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-header,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-header {
    position: relative !important;
    width: 100% !important;
    overflow: hidden !important;
    border-radius: 20px !important;
    background: #071b2f !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .listing-image-wrap,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .listing-thumb,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .listing-featured-thumb,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .listing-image-wrap,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .listing-thumb,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .listing-featured-thumb {
    display: block !important;
    width: 100% !important;
    overflow: hidden !important;
    border-radius: 20px !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .listing-featured-thumb.hover-effect::before,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .listing-featured-thumb.hover-effect::before {
    opacity: 0 !important;
    background: transparent !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .listing-image-wrap img,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .listing-image-wrap img,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .listing-gallery-wrap img,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .listing-gallery-wrap img {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
    filter: brightness(.92) contrast(1.06) saturate(1.02) !important;
    transition: transform .36s ease, filter .36s ease !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-wrap:hover .listing-image-wrap img,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-wrap:hover .listing-image-wrap img,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-wrap:hover .listing-gallery-wrap img,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-wrap:hover .listing-gallery-wrap img {
    filter: brightness(.84) contrast(1.1) saturate(1.06) !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .labels-wrap,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .labels-wrap {
    position: absolute !important;
    top: 18px !important;
    right: 18px !important;
    z-index: 7 !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-price-wrap,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-price-wrap {
    position: absolute !important;
    left: 24px !important;
    bottom: 24px !important;
    z-index: 6 !important;
    margin: 0 !important;
    padding: 0 !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-price,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-price {
    margin: 0 !important;
    color: #ffffff !important;
    line-height: 1 !important;
    text-shadow: 0 3px 18px rgba(0, 0, 0, .58), 0 1px 2px rgba(0, 0, 0, .5) !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-price .price,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-price .price {
    color: #ffffff !important;
    font-size: 23px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-body,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-body {
    position: absolute !important;
    left: 24px !important;
    right: 24px !important;
    bottom: 68px !important;
    z-index: 6 !important;
    width: auto !important;
    min-height: 0 !important;
    padding: 0 132px 0 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-wrap-outside,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-wrap-outside,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-address,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-address {
    display: none !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-title,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-title {
    max-width: 100% !important;
    margin: 0 0 9px !important;
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-title a,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-title a:hover,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-title a,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-title a:hover {
    display: -webkit-box !important;
    overflow: hidden !important;
    color: #ffffff !important;
    text-shadow: 0 3px 18px rgba(0, 0, 0, .58), 0 1px 2px rgba(0, 0, 0, .5) !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-amenities,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-amenities {
    gap: 10px !important;
    margin: 0 !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-amenities li,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-amenities li {
    gap: 5px !important;
    margin-right: 0 !important;
    color: rgba(255, 255, 255, .96) !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .52), 0 1px 2px rgba(0, 0, 0, .42) !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-amenities .item-amenities-text,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-amenities .item-amenities-text {
    display: none !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-amenities i,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-amenities i {
    margin-right: 0 !important;
    color: #ffffff !important;
    font-size: 20px !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-tools,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-tools {
    position: absolute !important;
    right: 24px !important;
    bottom: 24px !important;
    z-index: 7 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 7px !important;
    margin: 0 !important;
    padding: 0 !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-tools li,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-tools li {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-tools span,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-tools span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    min-width: 36px !important;
    height: 36px !important;
    border: 1px solid rgba(255, 255, 255, .2) !important;
    border-radius: 7px !important;
    background: rgba(3, 8, 17, .5) !important;
    box-shadow: 0 8px 20px rgba(3, 8, 17, .2), inset 0 1px 0 rgba(255, 255, 255, .08) !important;
    color: #ffffff !important;
    cursor: pointer !important;
    transition: background .24s ease, border-color .24s ease, transform .24s ease !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-tools span:hover,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-tools span:hover {
    transform: translateY(-2px) !important;
    border-color: rgba(255, 255, 255, .38) !important;
    background: rgba(0, 174, 255, .72) !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-tools i,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-tools i {
    margin: 0 !important;
    color: #ffffff !important;
    font-size: 19px !important;
    line-height: 1 !important;
}

/* ViewHomes: apply the selected home overlay card to location archive v2 wrappers. */
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 {
    position: relative !important;
    isolation: isolate !important;
    overflow: hidden !important;
    min-height: 0 !important;
    border-radius: 20px !important;
    background: #071b2f !important;
    box-shadow: 0 16px 38px rgba(15, 42, 68, .12) !important;
    transition: transform .32s ease, box-shadow .32s ease !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    pointer-events: none !important;
    border-radius: inherit !important;
    background:
        linear-gradient(180deg, rgba(3, 8, 17, .06) 0%, rgba(3, 8, 17, .28) 42%, rgba(3, 8, 17, .9) 100%),
        linear-gradient(0deg, rgba(3, 8, 17, .44) 0%, rgba(3, 8, 17, 0) 58%) !important;
    transition: background .32s ease !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2::after {
    content: "" !important;
    position: absolute !important;
    inset: 1px !important;
    z-index: 4 !important;
    pointer-events: none !important;
    border: 1px solid rgba(255, 255, 255, .18) !important;
    border-radius: inherit !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 22px 48px rgba(15, 42, 68, .2) !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2:hover::before {
    background:
        linear-gradient(180deg, rgba(3, 8, 17, .12) 0%, rgba(3, 8, 17, .38) 40%, rgba(3, 8, 17, .94) 100%),
        linear-gradient(0deg, rgba(0, 174, 255, .16) 0%, rgba(3, 8, 17, 0) 58%) !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-header,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .listing-image-wrap,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .listing-thumb,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .listing-featured-thumb {
    display: block !important;
    width: 100% !important;
    overflow: hidden !important;
    border-radius: 20px !important;
    background: #071b2f !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .listing-featured-thumb.hover-effect::before {
    opacity: 0 !important;
    background: transparent !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .listing-image-wrap img,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .listing-gallery-wrap img {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
    filter: brightness(.92) contrast(1.06) saturate(1.02) !important;
    transition: transform .36s ease, filter .36s ease !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2:hover .listing-image-wrap img,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2:hover .listing-gallery-wrap img {
    filter: brightness(.84) contrast(1.1) saturate(1.06) !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-body {
    position: absolute !important;
    left: 24px !important;
    right: 24px !important;
    bottom: 68px !important;
    z-index: 6 !important;
    width: auto !important;
    min-height: 0 !important;
    padding: 0 132px 0 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-wrap-outside,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-address {
    display: none !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .labels-wrap {
    position: absolute !important;
    top: 18px !important;
    right: 18px !important;
    z-index: 7 !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-title,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-title a,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-title a:hover {
    color: #ffffff !important;
    text-shadow: 0 3px 18px rgba(0, 0, 0, .58), 0 1px 2px rgba(0, 0, 0, .5) !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-title {
    max-width: 100% !important;
    margin: 0 0 9px !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-title a {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-amenities,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-amenities li,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-amenities i,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-amenities span {
    color: rgba(255, 255, 255, .96) !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .52), 0 1px 2px rgba(0, 0, 0, .42) !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-amenities {
    gap: 10px !important;
    margin: 0 !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-amenities li {
    gap: 5px !important;
    margin-right: 0 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-amenities .item-amenities-text {
    display: none !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-amenities i {
    margin-right: 0 !important;
    font-size: 20px !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-price,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-price-wrap {
    position: absolute !important;
    left: 24px !important;
    bottom: 24px !important;
    z-index: 6 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    line-height: 1 !important;
    text-shadow: 0 3px 18px rgba(0, 0, 0, .58), 0 1px 2px rgba(0, 0, 0, .5) !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-price .price {
    color: #ffffff !important;
    font-size: 23px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-tools {
    position: absolute !important;
    right: 24px !important;
    bottom: 24px !important;
    z-index: 7 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 7px !important;
    margin: 0 !important;
    padding: 0 !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-tools li {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-tools span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    min-width: 36px !important;
    height: 36px !important;
    border: 1px solid rgba(255, 255, 255, .2) !important;
    border-radius: 7px !important;
    background: rgba(3, 8, 17, .5) !important;
    box-shadow: 0 8px 20px rgba(3, 8, 17, .2), inset 0 1px 0 rgba(255, 255, 255, .08) !important;
    color: #ffffff !important;
    cursor: pointer !important;
    transition: background .24s ease, border-color .24s ease, transform .24s ease !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-tools span:hover {
    transform: translateY(-2px) !important;
    border-color: rgba(255, 255, 255, .38) !important;
    background: rgba(0, 174, 255, .72) !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-tools i {
    margin: 0 !important;
    color: #ffffff !important;
    font-size: 19px !important;
    line-height: 1 !important;
}

@media screen and (max-width: 767.98px) {
    .viewhomes-listing-sortbar {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 16px;
        padding: 10px;
        border-radius: 14px;
    }

    .viewhomes-listing-sortbar__control {
        width: 100%;
        min-width: 0;
    }

    .viewhomes-aqua-sort {
        width: 100%;
    }

    .viewhomes-aqua-sort__trigger {
        min-height: 50px;
        font-size: 15px;
    }

    .viewhomes-aqua-sort__option {
        font-size: 15px;
    }

    body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-body,
    body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-body {
        left: 16px !important;
        right: 16px !important;
        bottom: 64px !important;
        padding: 0 0 42px !important;
    }

    body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-price-wrap,
    body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-price-wrap {
        left: 16px !important;
        bottom: 16px !important;
    }

    body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-tools,
    body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-tools {
        right: 16px !important;
        bottom: 16px !important;
    }

    body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-title,
    body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-title {
        font-size: 18px !important;
    }

    body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-body {
        left: 16px !important;
        right: 16px !important;
        bottom: 64px !important;
        padding: 0 0 42px !important;
    }

    body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-price,
    body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-price-wrap {
        left: 16px !important;
        bottom: 16px !important;
    }

    body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-tools {
        right: 16px !important;
        bottom: 16px !important;
    }

    body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-title {
        font-size: 18px !important;
    }
}

/* ViewHomes: selected mobile archive card, option 02. */
@media screen and (max-width: 767.98px) {
    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap,
    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap {
        position: relative !important;
        margin-bottom: 22px !important;
        padding: 0 !important;
        border: 0 !important;
        outline: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap > .item-wrap,
    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap > .item-wrap {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        height: clamp(438px, 122vw, 500px) !important;
        min-height: 438px !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        border: 0 !important;
        border-radius: 12px !important;
        outline: 0 !important;
        background: #0d2940 !important;
        box-shadow: 0 14px 30px rgba(15, 42, 68, 0.16) !important;
    }

    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap > .item-wrap > .d-flex,
    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap > .item-wrap > .d-flex {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-header,
    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-header {
        position: absolute !important;
        z-index: 1 !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        border-radius: inherit !important;
    }

    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-header::after,
    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-header::after {
        content: "" !important;
        position: absolute !important;
        z-index: 4 !important;
        inset: 0 !important;
        display: block !important;
        pointer-events: none !important;
        background: linear-gradient(180deg, rgba(5, 21, 34, 0.05) 18%, rgba(5, 25, 40, 0.22) 40%, rgba(5, 24, 39, 0.9) 72%, rgba(5, 22, 36, 0.98) 100%) !important;
    }

    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .listing-image-wrap,
    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .listing-image-wrap .listing-image,
    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .listing-featured-thumb,
    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .image-wrap,
    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .listing-image-wrap,
    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .listing-image-wrap .listing-image,
    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .listing-featured-thumb,
    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .image-wrap {
        width: 100% !important;
        height: 100% !important;
        min-height: 100% !important;
        margin: 0 !important;
        border-radius: inherit !important;
    }

    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .listing-image-wrap img,
    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .listing-image-wrap img {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        max-width: none !important;
        object-fit: cover !important;
        object-position: center !important;
        border-radius: inherit !important;
    }

    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .labels-wrap,
    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .labels-wrap {
        position: absolute !important;
        z-index: 9 !important;
        top: 14px !important;
        right: 14px !important;
        left: auto !important;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: flex-end !important;
        gap: 4px !important;
        max-width: calc(100% - 28px) !important;
        margin: 0 !important;
    }

    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .labels-wrap .label,
    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .labels-wrap .label {
        min-height: 24px !important;
        padding: 5px 7px !important;
        border-radius: 5px !important;
        font-size: 10px !important;
        line-height: 1.1 !important;
        white-space: nowrap !important;
    }

    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-body,
    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-body {
        position: absolute !important;
        z-index: 7 !important;
        left: 18px !important;
        right: 18px !important;
        bottom: 74px !important;
        display: block !important;
        width: auto !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        color: #fff !important;
        pointer-events: none !important;
    }

    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-title,
    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-title {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        max-height: none !important;
        margin: 0 0 8px !important;
        padding: 0 !important;
        overflow: visible !important;
        color: #fff !important;
        font-size: 18px !important;
        font-weight: 800 !important;
        line-height: 1.22 !important;
        letter-spacing: 0 !important;
        text-align: left !important;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45) !important;
        white-space: normal !important;
        word-break: normal !important;
        overflow-wrap: anywhere !important;
        -webkit-line-clamp: unset !important;
    }

    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.viewhomes-card-long-title .item-title,
    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap.viewhomes-card-long-title .item-title {
        font-size: 16px !important;
    }

    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.viewhomes-card-very-long-title .item-title,
    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap.viewhomes-card-very-long-title .item-title {
        font-size: 15px !important;
        line-height: 1.18 !important;
    }

    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-title a,
    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-title a {
        display: block !important;
        color: #fff !important;
        text-decoration: none !important;
        pointer-events: auto !important;
    }

    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-address,
    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-address {
        display: flex !important;
        align-items: flex-start !important;
        gap: 6px !important;
        width: 100% !important;
        margin: 0 0 10px !important;
        padding: 0 !important;
        color: rgba(255, 255, 255, 0.9) !important;
        font-size: 12px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: 1.3 !important;
        white-space: normal !important;
        text-align: left !important;
    }

    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-address i,
    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-address i {
        flex: 0 0 auto !important;
        margin-top: 1px !important;
        color: #25c7f4 !important;
        font-size: 14px !important;
    }

    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-amenities,
    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-amenities {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        align-items: stretch !important;
        gap: 6px !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-amenities li,
    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-amenities li {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: center !important;
        min-width: 0 !important;
        min-height: 44px !important;
        margin: 0 !important;
        padding: 5px 7px !important;
        border: 1px solid rgba(255, 255, 255, 0.16) !important;
        border-radius: 7px !important;
        background: rgba(8, 35, 54, 0.58) !important;
        color: transparent !important;
        font-size: 0 !important;
        line-height: 1 !important;
        backdrop-filter: blur(5px) !important;
    }

    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-amenities li > span:first-child,
    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-amenities li > span:first-child {
        display: flex !important;
        align-items: center !important;
        gap: 5px !important;
        color: #fff !important;
        font-size: 15px !important;
        font-weight: 800 !important;
        line-height: 1.1 !important;
        text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) !important;
    }

    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-amenities li > span:first-child i,
    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-amenities li > span:first-child i {
        color: #25c7f4 !important;
        font-size: 16px !important;
    }

    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .viewhomes-amenity-label,
    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .viewhomes-amenity-label {
        display: block !important;
        max-width: 100% !important;
        margin-top: 4px !important;
        overflow: hidden !important;
        color: rgba(255, 255, 255, 0.74) !important;
        font-size: 9px !important;
        font-weight: 600 !important;
        line-height: 1.1 !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-price-wrap,
    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-price-wrap {
        position: absolute !important;
        z-index: 8 !important;
        left: 18px !important;
        right: auto !important;
        bottom: 18px !important;
        display: block !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: calc(100% - 158px) !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #fff !important;
        font-size: 24px !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        letter-spacing: 0 !important;
        text-align: left !important;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45) !important;
        white-space: nowrap !important;
        transform: none !important;
    }

    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-price,
    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-price .price,
    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-price,
    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-price .price {
        display: inline !important;
        margin: 0 !important;
        padding: 0 !important;
        color: inherit !important;
        font: inherit !important;
        line-height: inherit !important;
        white-space: nowrap !important;
    }

    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-tools,
    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-tools {
        position: absolute !important;
        z-index: 10 !important;
        right: 14px !important;
        bottom: 12px !important;
        left: auto !important;
        display: flex !important;
        align-items: center !important;
        gap: 5px !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: none !important;
    }

    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-tools > a,
    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-tools > span,
    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-tools > a,
    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-tools > span {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 38px !important;
        min-width: 38px !important;
        height: 38px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 1px solid rgba(255, 255, 255, 0.22) !important;
        border-radius: 8px !important;
        background: rgba(4, 22, 35, 0.62) !important;
        color: #fff !important;
        box-shadow: none !important;
        backdrop-filter: blur(6px) !important;
    }

    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .hz-gallery-arrow,
    body.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .hz-gallery-arrow {
        z-index: 10 !important;
    }
}

/* ViewHomes: keep location archive cards visually identical to the home-page cards. */
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 {
    overflow: visible !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
    isolation: auto !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2::before,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2::after {
    display: none !important;
    content: none !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2:hover {
    transform: none !important;
    box-shadow: none !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 > .item-wrap,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-wrap.item-wrap-no-frame {
    position: relative !important;
    isolation: isolate !important;
    overflow: hidden !important;
    border-radius: 20px !important;
    background: #071b2f !important;
    box-shadow: 0 16px 38px rgba(15, 42, 68, .12) !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-amenities li {
    font-size: 0 !important;
    line-height: 1 !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-amenities li > span {
    display: inline-flex !important;
    align-items: center !important;
    flex-direction: row-reverse !important;
    gap: 5px !important;
    color: rgba(255, 255, 255, .96) !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .52), 0 1px 2px rgba(0, 0, 0, .42) !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-amenities li > span i {
    margin: 0 !important;
    color: #ffffff !important;
    font-size: 20px !important;
    line-height: 1 !important;
}

/* ViewHomes: final archive card sync with the home-page overlay cards. */
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 > .item-wrap::before,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-wrap.item-wrap-no-frame::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    pointer-events: none !important;
    border-radius: inherit !important;
    background:
        linear-gradient(180deg, rgba(3, 8, 17, .06) 0%, rgba(3, 8, 17, .28) 42%, rgba(3, 8, 17, .9) 100%),
        linear-gradient(0deg, rgba(3, 8, 17, .44) 0%, rgba(3, 8, 17, 0) 58%) !important;
    transition: background .32s ease, opacity .32s ease !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 > .item-wrap::after,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-wrap.item-wrap-no-frame::after {
    content: "" !important;
    position: absolute !important;
    inset: 1px !important;
    z-index: 4 !important;
    pointer-events: none !important;
    border: 1px solid rgba(255, 255, 255, .18) !important;
    border-radius: inherit !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2:hover > .item-wrap,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2:hover .item-wrap.item-wrap-no-frame {
    transform: translateY(-4px) !important;
    box-shadow: 0 22px 48px rgba(15, 42, 68, .2) !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2:hover > .item-wrap::before,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2:hover .item-wrap.item-wrap-no-frame::before {
    background:
        linear-gradient(180deg, rgba(3, 8, 17, .12) 0%, rgba(3, 8, 17, .38) 40%, rgba(3, 8, 17, .94) 100%),
        linear-gradient(0deg, rgba(0, 174, 255, .16) 0%, rgba(3, 8, 17, 0) 58%) !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-header .item-price-wrap,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-header .item-tools,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-header .labels-wrap,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-body {
    position: relative !important;
    z-index: 7 !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-body {
    bottom: 68px !important;
    padding-right: 148px !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-amenities {
    margin: 0 0 10px !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-title {
    margin-bottom: 10px !important;
}

@media screen and (max-width: 767px) {
    body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-body {
        bottom: 16px !important;
        padding-right: 0 !important;
        padding-bottom: 48px !important;
    }
}

/* ViewHomes: restore home-card overlay positioning after the final z-index sync. */
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-body {
    position: absolute !important;
    left: 24px !important;
    right: 24px !important;
    bottom: 68px !important;
    z-index: 7 !important;
    width: auto !important;
    min-height: 0 !important;
    padding: 0 148px 0 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-header .item-price-wrap,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-price-wrap {
    position: absolute !important;
    left: 24px !important;
    bottom: 24px !important;
    z-index: 7 !important;
    margin: 0 !important;
    padding: 0 !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-header .item-tools,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-tools {
    position: absolute !important;
    right: 24px !important;
    bottom: 24px !important;
    z-index: 8 !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-header .labels-wrap,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .labels-wrap {
    position: absolute !important;
    top: 18px !important;
    right: 18px !important;
    z-index: 8 !important;
}

@media screen and (max-width: 767px) {
    body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-body {
        left: 16px !important;
        right: 16px !important;
        bottom: 64px !important;
        padding: 0 0 42px !important;
    }

    body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-header .item-price-wrap,
    body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-price-wrap {
        left: 16px !important;
        bottom: 16px !important;
    }

    body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-header .item-tools,
    body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-tools {
        right: 16px !important;
        bottom: 16px !important;
    }
}

/* ViewHomes: final location archive spacing and active sort dropdown layer. */
body.page-id-22978 #main-wrap,
body.page-id-22963 #main-wrap,
body.post-type-archive-property #main-wrap,
body.tax-property_city #main-wrap,
body.tax-property_area #main-wrap,
body.tax-property_state #main-wrap,
body.tax-property_status #main-wrap,
body.tax-property_type #main-wrap {
    padding-top: clamp(28px, 4vw, 58px) !important;
    padding-bottom: clamp(34px, 5vw, 72px) !important;
}

.viewhomes-listing-sortbar {
    position: relative !important;
    z-index: 70 !important;
    overflow: visible !important;
    margin-top: clamp(12px, 2vw, 26px) !important;
    margin-bottom: clamp(22px, 3vw, 36px) !important;
}

.viewhomes-listing-sortbar__control,
.viewhomes-aqua-sort {
    position: relative !important;
    z-index: 2 !important;
    overflow: visible !important;
    pointer-events: auto !important;
}

.viewhomes-aqua-sort.is-open {
    z-index: 1000 !important;
}

.viewhomes-aqua-sort__trigger,
.viewhomes-aqua-sort__option {
    pointer-events: auto !important;
}

.viewhomes-aqua-sort__menu {
    z-index: 1001 !important;
    pointer-events: none !important;
}

.viewhomes-aqua-sort.is-open .viewhomes-aqua-sort__menu {
    pointer-events: auto !important;
}

.viewhomes-listing-sortbar + .listing-view,
.viewhomes-listing-sortbar + .property-cards-module,
.viewhomes-listing-sortbar + .elementor-widget-houzez_elementor_property-card-v2,
.viewhomes-listing-sortbar + .elementor-widget-houzez_elementor_property-card-v4 {
    position: relative !important;
    z-index: 1 !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .listing-view {
    margin-bottom: clamp(48px, 6vw, 84px) !important;
}

/* ViewHomes: location archive cards title/price line match the home-page preview. */
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-title,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-title,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-title {
    max-width: 100% !important;
    margin: 0 0 6px !important;
    color: #ffffff !important;
    font-size: clamp(15px, .92vw, 18px) !important;
    font-weight: 800 !important;
    line-height: 1.22 !important;
    letter-spacing: 0 !important;
    text-shadow: 0 3px 16px rgba(0, 0, 0, .62), 0 1px 2px rgba(0, 0, 0, .5) !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-title a,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-title a:hover,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-title a,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-title a:hover,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-title a,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-title a:hover {
    display: block !important;
    overflow: visible !important;
    color: #ffffff !important;
    text-overflow: clip !important;
    white-space: normal !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: initial !important;
    text-shadow: 0 3px 16px rgba(0, 0, 0, .62), 0 1px 2px rgba(0, 0, 0, .5) !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-body,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-body,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-body {
    left: 24px !important;
    right: 24px !important;
    bottom: 82px !important;
    padding: 0 !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-amenities,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-amenities,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-amenities {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-amenities .item-amenities-text,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-amenities .item-amenities-text,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-amenities .item-amenities-text {
    display: none !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-price,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-price .price,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-price,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-price .price,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-price,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-price .price {
    color: #ffffff !important;
    font-size: clamp(20px, 1.25vw, 25px) !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-shadow: 0 3px 16px rgba(0, 0, 0, .62), 0 1px 2px rgba(0, 0, 0, .5) !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-price-wrap,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-price-wrap,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-price-wrap {
    left: 24px !important;
    bottom: 24px !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-tools,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-tools,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-tools {
    right: 24px !important;
    bottom: 24px !important;
}

@media screen and (max-width: 767.98px) {
    body.page-id-22978 #main-wrap,
    body.page-id-22963 #main-wrap,
    body.post-type-archive-property #main-wrap,
    body.tax-property_city #main-wrap,
    body.tax-property_area #main-wrap,
    body.tax-property_state #main-wrap,
    body.tax-property_status #main-wrap,
    body.tax-property_type #main-wrap {
        padding-top: 24px !important;
        padding-bottom: 42px !important;
    }

    .viewhomes-listing-sortbar {
        margin-top: 14px !important;
        margin-bottom: 22px !important;
    }

    body:not(.home):not(.page-id-10):not(.single-property) .listing-view {
        margin-bottom: 46px !important;
    }

    body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-title,
    body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-title,
    body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-title {
        max-width: 100% !important;
        font-size: 17px !important;
    }

    body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-body,
    body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-body,
    body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-body {
        left: 16px !important;
        right: 16px !important;
        bottom: 66px !important;
        padding: 0 0 42px !important;
    }
}

/* ViewHomes: final location archive polish from QA. */
body.page-id-22978 #main-wrap,
body.page-id-22963 #main-wrap,
body.post-type-archive-property #main-wrap,
body.tax-property_city #main-wrap,
body.tax-property_area #main-wrap,
body.tax-property_state #main-wrap,
body.tax-property_status #main-wrap,
body.tax-property_type #main-wrap {
    padding-top: 0 !important;
}

body.page-id-22978 h1:first-of-type,
body.page-id-22963 h1:first-of-type,
body.post-type-archive-property h1:first-of-type,
body.tax-property_city h1:first-of-type,
body.tax-property_area h1:first-of-type,
body.tax-property_state h1:first-of-type,
body.tax-property_status h1:first-of-type,
body.tax-property_type h1:first-of-type {
    margin-top: clamp(28px, 4vw, 58px) !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-wrap,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-wrap,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 > .item-wrap,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-wrap.item-wrap-no-frame {
    border: 0 !important;
    outline: 0 !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-wrap::after,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-wrap::after,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2::after,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 > .item-wrap::after,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-wrap.item-wrap-no-frame::after {
    content: none !important;
    display: none !important;
    border: 0 !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-body,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-body,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-body {
    left: 24px !important;
    right: 24px !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-price-wrap,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-price-wrap,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-header .item-price-wrap,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-price-wrap {
    left: 24px !important;
    right: auto !important;
    text-align: left !important;
    transform: none !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-price,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-price .price,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-price,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-price .price,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-price,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-price .price {
    margin-left: 0 !important;
    padding-left: 0 !important;
    text-align: left !important;
}

@media screen and (max-width: 767.98px) {
    body.page-id-22978 h1:first-of-type,
    body.page-id-22963 h1:first-of-type,
    body.post-type-archive-property h1:first-of-type,
    body.tax-property_city h1:first-of-type,
    body.tax-property_area h1:first-of-type,
    body.tax-property_state h1:first-of-type,
    body.tax-property_status h1:first-of-type,
    body.tax-property_type h1:first-of-type {
        margin-top: 24px !important;
    }

    body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-body,
    body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-body,
    body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-body {
        left: 16px !important;
        right: 16px !important;
    }

    body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-price-wrap,
    body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-price-wrap,
    body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-header .item-price-wrap,
    body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-price-wrap {
        left: 16px !important;
    }
}

/* ViewHomes: keep archive card prices on one line and aligned with card text. */
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-price-wrap,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-price-wrap,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-header .item-price-wrap,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-price-wrap {
    position: absolute !important;
    left: 24px !important;
    right: auto !important;
    bottom: 24px !important;
    z-index: 8 !important;
    width: auto !important;
    min-width: max-content !important;
    max-width: calc(100% - 180px) !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    transform: none !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-price,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-price .price,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-price,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-price .price,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-price,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-price .price {
    position: static !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    display: inline-block !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
}

body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-price *,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-price *,
body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-price * {
    display: inline !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
}

@media screen and (max-width: 767.98px) {
    body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap .item-price-wrap,
    body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-price-wrap,
    body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-header .item-price-wrap,
    body:not(.home):not(.page-id-10):not(.single-property) .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-price-wrap {
        left: 16px !important;
        bottom: 16px !important;
        max-width: calc(100% - 132px) !important;
    }
}

/* ViewHomes: final lock for mobile archive option 02. */
@media screen and (max-width: 767.98px) {
    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 > .item-wrap,
    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap > .item-wrap {
        position: relative !important;
        isolation: isolate !important;
        width: 100% !important;
        height: clamp(438px, 122vw, 500px) !important;
        min-height: 438px !important;
        overflow: hidden !important;
        border: 0 !important;
        border-radius: 12px !important;
        outline: 0 !important;
        background: #0d2940 !important;
        box-shadow: 0 14px 30px rgba(15, 42, 68, 0.16) !important;
        transform: none !important;
    }

    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 > .item-wrap::before,
    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap > .item-wrap::before,
    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 > .item-wrap::after,
    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap > .item-wrap::after {
        content: none !important;
        display: none !important;
    }

    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2:hover > .item-wrap,
    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap:hover > .item-wrap {
        transform: none !important;
        box-shadow: 0 14px 30px rgba(15, 42, 68, 0.16) !important;
    }

    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-body,
    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-body {
        position: absolute !important;
        z-index: 7 !important;
        left: 18px !important;
        right: 18px !important;
        bottom: 74px !important;
        display: block !important;
        width: auto !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-title,
    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-title {
        max-width: 100% !important;
        max-height: none !important;
        margin: 0 0 8px !important;
        overflow: visible !important;
        color: #fff !important;
        font-size: 18px !important;
        line-height: 1.22 !important;
        white-space: normal !important;
        -webkit-line-clamp: unset !important;
    }

    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2.viewhomes-card-long-title .item-title,
    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap.viewhomes-card-long-title .item-title {
        font-size: 16px !important;
    }

    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2.viewhomes-card-very-long-title .item-title,
    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap.viewhomes-card-very-long-title .item-title {
        font-size: 15px !important;
        line-height: 1.18 !important;
    }

    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-amenities,
    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-amenities {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        align-items: stretch !important;
        gap: 6px !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-amenities li,
    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-amenities li {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: center !important;
        min-height: 44px !important;
        margin: 0 !important;
        padding: 5px 7px !important;
        border: 1px solid rgba(255, 255, 255, 0.16) !important;
        border-radius: 7px !important;
        background: rgba(8, 35, 54, 0.58) !important;
        color: transparent !important;
        font-size: 0 !important;
        line-height: 1 !important;
    }

    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-amenities li > span:first-child,
    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-amenities li > span:first-child {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 5px !important;
        color: #fff !important;
        font-size: 15px !important;
        font-weight: 800 !important;
        line-height: 1.1 !important;
    }

    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-amenities li > span:first-child i,
    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-amenities li > span:first-child i {
        margin: 0 !important;
        color: #25c7f4 !important;
        font-size: 16px !important;
    }

    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-price-wrap,
    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-price-wrap {
        position: absolute !important;
        z-index: 8 !important;
        left: 18px !important;
        right: auto !important;
        bottom: 18px !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: calc(100% - 158px) !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 24px !important;
        line-height: 1 !important;
        white-space: nowrap !important;
        transform: none !important;
    }

    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .item-tools,
    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .item-tools {
        position: absolute !important;
        z-index: 10 !important;
        right: 14px !important;
        bottom: 12px !important;
        left: auto !important;
        display: flex !important;
        gap: 5px !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: none !important;
    }

    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v2 .item-listing-wrap.item-wrap-v2 .labels-wrap,
    body.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards.viewhomes-mobile-archive-cards .elementor-widget-houzez_elementor_property-card-v4 .item-listing-wrap .labels-wrap {
        position: absolute !important;
        z-index: 9 !important;
        top: 14px !important;
        right: 14px !important;
        left: auto !important;
    }
}

/* ViewHomes: selected white v6-style mobile card wins over legacy overlay
   locks retained above for desktop archive compatibility. */
@media (max-width: 767.98px) {
    body:not(#viewhomes-legacy-archive-card).viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 > .item-wrap {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        overflow: hidden !important;
        border: 0 !important;
        border-radius: 20px !important;
        background: #ffffff !important;
        box-shadow: 0 12px 28px rgba(15, 42, 68, 0.10) !important;
        transform: none !important;
    }

    body:not(#viewhomes-legacy-archive-card).viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 .item-body {
        position: static !important;
        inset: auto !important;
        display: flex !important;
        flex: 0 0 auto !important;
        flex-direction: column !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 20px 20px 18px !important;
        overflow: visible !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: #ffffff !important;
        color: #0f2a44 !important;
        transform: none !important;
    }

    body:not(#viewhomes-legacy-archive-card).viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 .item-title,
    body:not(#viewhomes-legacy-archive-card).viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2.viewhomes-card-long-title .item-title,
    body:not(#viewhomes-legacy-archive-card).viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2.viewhomes-card-very-long-title .item-title {
        position: static !important;
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        min-height: 0 !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        color: #0f2a44 !important;
        font-size: 18px !important;
        font-weight: 800 !important;
        line-height: 1.38 !important;
        text-align: left !important;
        white-space: normal !important;
        -webkit-line-clamp: unset !important;
        -webkit-box-orient: initial !important;
    }

    body:not(#viewhomes-legacy-archive-card).viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 .item-address {
        display: none !important;
    }

    body:not(#viewhomes-legacy-archive-card).viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 .viewhomes-card-body-price {
        position: static !important;
        inset: auto !important;
        display: flex !important;
        align-items: center !important;
        width: 100% !important;
        height: 54px !important;
        min-height: 54px !important;
        margin: 14px 0 !important;
        padding: 0 18px !important;
        border: 0 !important;
        border-radius: 8px !important;
        background: linear-gradient(135deg, #14baf5 0%, #04a7ee 100%) !important;
        box-shadow: 0 10px 22px rgba(3, 167, 238, 0.18) !important;
        list-style: none !important;
        transform: none !important;
    }

    body:not(#viewhomes-legacy-archive-card).viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 .viewhomes-card-body-price .item-price,
    body:not(#viewhomes-legacy-archive-card).viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 .viewhomes-card-body-price .price {
        position: static !important;
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #ffffff !important;
        font-size: 25px !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        text-align: left !important;
        white-space: nowrap !important;
    }

    body:not(#viewhomes-legacy-archive-card).viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 .item-amenities {
        position: static !important;
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        gap: 0 !important;
        transform: none !important;
    }

    body:not(#viewhomes-legacy-archive-card).viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 .item-amenities li {
        position: static !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-width: 0 !important;
        min-height: 28px !important;
        margin: 0 !important;
        padding: 0 8px !important;
        border: 0 !important;
        border-right: 1px solid #dce5eb !important;
        background: transparent !important;
        color: #0f2a44 !important;
        font-size: 0 !important;
        box-shadow: none !important;
    }

    body:not(#viewhomes-legacy-archive-card).viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 .item-amenities li:last-child {
        border-right: 0 !important;
    }

    body:not(#viewhomes-legacy-archive-card).viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 .item-amenities li > span:first-child {
        position: static !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 7px !important;
        width: auto !important;
        margin: 0 !important;
        color: #0f2a44 !important;
        font-size: 14px !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        white-space: nowrap !important;
    }

    body:not(#viewhomes-legacy-archive-card).viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 .item-amenities li > span:first-child i {
        order: -1 !important;
        margin: 0 !important;
        color: #0f2a44 !important;
        font-size: 18px !important;
    }

    body:not(#viewhomes-legacy-archive-card).viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 .item-tools {
        position: absolute !important;
        z-index: 5 !important;
        right: 14px !important;
        bottom: 14px !important;
        left: auto !important;
        display: flex !important;
        width: auto !important;
        transform: none !important;
    }

    body:not(#viewhomes-legacy-archive-card).viewhomes-mobile-archive-cards .item-listing-wrap.item-wrap-v2 .labels-wrap {
        position: absolute !important;
        z-index: 5 !important;
        top: 18px !important;
        right: 14px !important;
        bottom: auto !important;
        left: auto !important;
        display: flex !important;
        width: auto !important;
        transform: none !important;
    }
}
