/* OPlus Property Dossier
 * A restrained architectural presentation layered over Houzez markup.
 */

body.oplus-property-experience {
    --opx-ink: #17231d;
    --opx-ink-soft: #536159;
    --opx-green: #087a3c;
    --opx-green-dark: #07552d;
    --opx-green-pale: #eaf5ee;
    --opx-stone: #d9d4c8;
    --opx-canvas: #f5f7f4;
    --opx-paper: #ffffff;
    --opx-line: #dfe5e0;
    --opx-shadow: 0 18px 50px rgba(22, 44, 31, .08);
    --opx-radius: 18px;
    background: var(--opx-canvas);
    color: var(--opx-ink);
    font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    /* Houzez keeps its mobile drawer, compare panel and logo carousel off-canvas.
     * Contain those translated elements so they never widen the property page. */
    overflow-x: clip;
}

html:has(body.oplus-property-experience) {
    overflow-x: clip;
}

.oplus-property-experience *,
.oplus-property-experience *::before,
.oplus-property-experience *::after {
    box-sizing: border-box;
}

.oplus-property-experience img {
    max-width: 100%;
}

.oplus-property-experience a,
.oplus-property-experience button,
.oplus-property-experience input,
.oplus-property-experience select,
.oplus-property-experience textarea {
    transition: border-color .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.oplus-property-experience :where(a, button, input, select, textarea):focus-visible {
    outline: 3px solid rgba(8, 122, 60, .24);
    outline-offset: 3px;
}

.oplus-property-experience .property-wrap {
    overflow: visible;
    background: var(--opx-canvas);
}

/* Hero: a cinematic image with an editorial information band. */
.oplus-property-experience .property-top-wrap {
    position: relative;
    background: #101713;
}

.oplus-property-experience .property-banner {
    position: relative;
    overflow: hidden;
    border-radius: 0 0 22px 22px;
}

.oplus-property-experience .property-banner,
.oplus-property-experience .property-banner .tab-content,
.oplus-property-experience .property-banner .tab-pane,
.oplus-property-experience .property-banner .top-gallery-section,
.oplus-property-experience .property-banner .listing-slider,
.oplus-property-experience .property-banner .listing-slider > div,
.oplus-property-experience .property-banner .listing-slider a {
    min-height: clamp(540px, 68vh, 760px);
}

.oplus-property-experience .property-banner .listing-slider img {
    width: 100%;
    min-height: clamp(540px, 68vh, 760px);
    object-fit: cover;
}

.oplus-property-experience .property-banner::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    content: "";
    background: linear-gradient(180deg, rgba(6, 17, 11, .08) 20%, rgba(6, 17, 11, .72) 100%);
}

.oplus-property-experience .property-banner > .container,
.oplus-property-experience .property-banner .page-title-wrap,
.oplus-property-experience .property-banner .property-banner-trigger,
.oplus-property-experience .property-banner .property-banner-nav {
    z-index: 3;
}

.oplus-property-experience .property-banner .item-price-wrap {
    letter-spacing: -.045em;
}

.oplus-property-experience .property-banner h1,
.oplus-property-experience .page-title h1 {
    max-width: 920px;
    margin: 0;
    color: #fff;
    font-size: clamp(32px, 4vw, 58px);
    font-weight: 600;
    letter-spacing: -.045em;
    line-height: 1.08;
    text-wrap: balance;
}

.oplus-property-experience .property-banner .breadcrumb {
    font-size: 13px;
    font-weight: 600;
}

.oplus-property-experience .property-banner .nav-link,
.oplus-property-experience .property-banner .btn {
    min-width: 44px;
    min-height: 44px;
    border-color: rgba(255, 255, 255, .55);
    background: rgba(15, 29, 20, .42);
    backdrop-filter: blur(12px);
}

/* Main grid. */
.oplus-property-experience .property-wrap > .container,
.oplus-property-experience .property-wrap .property-top-wrap + .container {
    width: min(100% - 40px, 1380px);
    max-width: 1380px;
    padding-inline: 0;
}

.oplus-property-experience .property-wrap > .container > .row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 390px);
    gap: 32px;
    align-items: start;
    margin: 0;
}

.oplus-property-experience .bt-content-wrap,
.oplus-property-experience .bt-sidebar-wrap {
    width: auto;
    max-width: none;
    padding: 0;
}

.oplus-property-experience .property-view {
    min-width: 0;
}

/* The signature dossier rail: compact, useful, and specific to a property. */
.oplus-property-experience .oplus-property-dossier {
    position: sticky;
    top: 78px;
    z-index: 90;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
    min-height: 64px;
    margin: 26px 0 22px;
    overflow: hidden;
    border: 1px solid var(--opx-line);
    border-radius: 14px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 10px 30px rgba(21, 44, 30, .07);
    backdrop-filter: blur(16px);
}

.oplus-property-experience .oplus-property-dossier__identity {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 180px;
    padding: 11px 20px 11px 25px;
}

.oplus-property-experience .oplus-property-dossier__identity::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    content: "";
    background: var(--opx-green);
}

.oplus-property-experience .oplus-property-dossier__identity span {
    color: var(--opx-green);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.oplus-property-experience .oplus-property-dossier__identity strong {
    overflow: hidden;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.oplus-property-experience .oplus-property-dossier__links {
    display: flex;
    align-items: center;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.oplus-property-experience .oplus-property-dossier__links::-webkit-scrollbar {
    display: none;
}

.oplus-property-experience .oplus-property-dossier__links a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 13px;
    color: var(--opx-ink-soft);
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    text-decoration: none;
}

.oplus-property-experience .oplus-property-dossier__links a:hover {
    color: var(--opx-green);
}

.oplus-property-experience .oplus-property-dossier__links .oplus-property-dossier__cta {
    position: sticky;
    right: 0;
    z-index: 2;
    flex: 0 0 auto;
    align-self: stretch;
    min-width: 108px;
    justify-content: center;
    margin-left: 4px;
    border-radius: 0;
    background: var(--opx-green);
    color: #fff;
    box-shadow: -12px 0 20px rgba(255, 255, 255, .96);
}

.oplus-property-experience .oplus-property-dossier__links .oplus-property-dossier__cta:hover {
    background: var(--opx-green-dark);
    color: #fff;
}

/* Shared content cards. */
.oplus-property-experience .property-section-wrap,
.oplus-property-experience .similar-property-wrap {
    margin-bottom: 24px;
}

.oplus-property-experience .property-section-wrap > .block-wrap,
.oplus-property-experience .property-description-wrap > .block-wrap,
.oplus-property-experience .property-detail-wrap > .block-wrap,
.oplus-property-experience .property-features-wrap > .block-wrap,
.oplus-property-experience .property-address-wrap > .block-wrap {
    padding: clamp(24px, 3vw, 38px);
    border: 1px solid var(--opx-line);
    border-radius: var(--opx-radius);
    background: var(--opx-paper);
    box-shadow: none;
}

.oplus-property-experience .block-title-wrap {
    margin-bottom: 24px;
}

.oplus-property-experience .block-title-wrap h2,
.oplus-property-experience .similar-property-wrap > .block-title-wrap h2 {
    position: relative;
    margin: 0;
    color: var(--opx-ink);
    font-size: clamp(23px, 2.3vw, 32px);
    font-weight: 650;
    letter-spacing: -.035em;
    line-height: 1.2;
}

.oplus-property-experience .block-title-wrap h2::after,
.oplus-property-experience .similar-property-wrap > .block-title-wrap h2::after {
    display: block;
    width: 54px;
    height: 3px;
    margin-top: 12px;
    content: "";
    background: var(--opx-green);
}

/* Overview becomes a clean buyer summary. */
.oplus-property-experience .property-overview-wrap-v2 > .block-wrap > .row > .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
}

.oplus-property-experience .property-overview-wrap-v2 > .block-wrap > .row > .col-md-4 {
    display: none;
}

.oplus-property-experience .property-overview-data {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    border: 1px solid var(--opx-line);
    border-radius: 14px;
    background: #fbfcfb;
}

.oplus-property-experience .property-overview-data > ul,
.oplus-property-experience .property-overview-data > div {
    min-width: 0;
    margin: 0 !important;
    padding: 18px 20px !important;
    border-right: 1px solid var(--opx-line);
    border-bottom: 1px solid var(--opx-line);
}

.oplus-property-experience .property-overview-data > :nth-child(3n) {
    border-right: 0;
}

.oplus-property-experience .property-overview-data > :nth-last-child(-n + 3) {
    border-bottom: 0;
}

.oplus-property-experience .property-overview-data strong {
    color: var(--opx-ink);
    font-size: 17px;
    font-weight: 750;
}

.oplus-property-experience .property-overview-data li:last-child {
    margin-top: 3px;
    color: var(--opx-ink-soft);
    font-size: 12px;
}

.oplus-property-experience .property-overview-data .houzez-icon {
    color: var(--opx-green);
}

/* Linked project/floor plan: one architectural composition, not nested cards. */
.oplus-property-experience .oplus-project-unit {
    --oplus-unit-green: var(--opx-green);
    --oplus-unit-green-dark: var(--opx-green-dark);
    --oplus-unit-border: var(--opx-line);
}

.oplus-property-experience .oplus-project-unit > .block-wrap {
    overflow: hidden;
    padding: 0;
    box-shadow: var(--opx-shadow);
}

.oplus-property-experience .oplus-project-unit__header {
    padding: 28px 32px 24px;
    border-bottom: 1px solid var(--opx-line);
}

.oplus-property-experience .oplus-project-unit__header h2 {
    font-size: clamp(26px, 3vw, 38px);
}

.oplus-property-experience .oplus-project-unit__content {
    gap: 24px;
    padding: 28px 32px 32px;
    background: #fbfcfb;
}

.oplus-property-experience .oplus-project-unit__plan {
    border: 0;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(25, 45, 34, .08);
}

.oplus-property-experience .oplus-project-unit__plan-media {
    min-height: 430px;
    padding: 24px;
    background-color: #f1f3ef;
    background-image: linear-gradient(rgba(16, 71, 41, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(16, 71, 41, .045) 1px, transparent 1px);
    background-size: 24px 24px;
}

.oplus-property-experience .oplus-project-unit__plan-media img {
    width: 100%;
    height: 100%;
    max-height: 520px;
    object-fit: contain;
    filter: drop-shadow(0 12px 18px rgba(30, 42, 35, .12));
}

.oplus-property-experience .oplus-project-unit__plan-body {
    padding: 24px 26px 26px;
}

.oplus-property-experience .oplus-project-unit__payment {
    position: sticky;
    top: 164px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(145deg, #13271d, #081b11);
    box-shadow: 0 16px 34px rgba(9, 35, 21, .18);
}

.oplus-property-experience .oplus-project-unit__payment h3 {
    font-size: clamp(34px, 4vw, 52px);
}

.oplus-property-experience .oplus-project-unit__project {
    padding: 20px 32px;
    background: var(--opx-green-pale);
}

/* Long-form content. */
.oplus-property-experience .property-description-wrap .block-content-wrap {
    max-width: 780px;
    color: #35423a;
    font-size: 16px;
    line-height: 1.82;
}

.oplus-property-experience .property-description-wrap p {
    margin-bottom: 1.15em;
}

.oplus-property-experience .property-description-wrap blockquote {
    margin: 0 0 28px;
    padding: 22px 24px;
    border: 0;
    border-left: 4px solid var(--opx-green);
    border-radius: 0 12px 12px 0;
    background: var(--opx-green-pale);
    color: var(--opx-ink);
}

.oplus-property-experience .property-description-wrap blockquote strong {
    font-weight: 500;
}

.oplus-property-experience .property-description-wrap h3 {
    margin: 30px 0 16px;
    color: var(--opx-ink);
    font-size: 20px;
    letter-spacing: -.02em;
}

.oplus-property-experience .property-description-wrap .oplus-quick-card__title {
    margin: 30px 0 0;
    padding: 20px 22px 12px;
    border: 1px solid var(--opx-line);
    border-bottom: 0;
    border-radius: 14px 14px 0 0;
    background: #fbfcfb;
    color: var(--opx-green-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.oplus-property-experience .property-description-wrap .oplus-quick-card__content {
    margin: 0 0 28px;
    padding: 4px 22px 20px;
    border: 1px solid var(--opx-line);
    border-top: 0;
    border-radius: 0 0 14px 14px;
    background: #fbfcfb;
    line-height: 2.05;
}

.oplus-property-experience .property-description-wrap img.emoji {
    width: 1em !important;
    height: 1em !important;
    margin: 0 .15em 0 0 !important;
}

.oplus-property-experience .property-documents {
    margin-top: 10px;
    padding: 14px 16px;
    border: 1px solid var(--opx-line);
    border-radius: 10px;
    background: #fbfcfb;
}

.oplus-property-experience .property-document-link a {
    color: var(--opx-green);
    font-weight: 750;
}

/* Details and amenities. */
.oplus-property-experience .property-detail-wrap .block-content-wrap {
    padding: 0;
    border: 0;
    background: transparent;
}

.oplus-property-experience .property-detail-wrap .list-2-cols,
.oplus-property-experience .property-detail-wrap ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--opx-line);
    border-radius: 14px;
}

.oplus-property-experience .property-detail-wrap li {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin: 0 !important;
    padding: 15px 18px;
    border-bottom: 1px solid var(--opx-line);
    background: #fbfcfb;
}

.oplus-property-experience .property-detail-wrap li:nth-child(odd) {
    border-right: 1px solid var(--opx-line);
}

.oplus-property-experience .property-detail-wrap li strong {
    color: var(--opx-ink-soft);
    font-size: 12px;
    font-weight: 650;
}

.oplus-property-experience .property-detail-wrap li span {
    color: var(--opx-ink);
    font-weight: 700;
    text-align: right;
}

.oplus-property-experience .property-features-wrap .list-3-cols,
.oplus-property-experience .property-features-wrap ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
}

.oplus-property-experience .property-features-wrap li {
    margin: 0 !important;
}

.oplus-property-experience .property-features-wrap li a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 10px 13px;
    border: 1px solid var(--opx-line);
    border-radius: 10px;
    background: #fbfcfb;
    color: var(--opx-ink);
    font-size: 13px;
    font-weight: 650;
    text-decoration: none;
}

.oplus-property-experience .property-features-wrap li a:hover {
    border-color: #a8cdb5;
    background: var(--opx-green-pale);
    color: var(--opx-green-dark);
}

.oplus-property-experience .property-features-wrap .houzez-icon {
    color: var(--opx-green);
}

/* Full location instead of a token map thumbnail. */
.oplus-property-experience .property-address-wrap .block-map-wrap,
.oplus-property-experience #houzez-single-listing-map {
    min-height: 430px;
    margin-top: 24px;
    overflow: hidden;
    border-radius: 14px;
}

.oplus-property-experience .property-address-wrap .btn-primary {
    border: 1px solid var(--opx-green);
    border-radius: 999px;
    background: transparent;
    color: var(--opx-green);
}

/* One consultation card, sticky and conversion-oriented. */
.oplus-property-experience .bt-sidebar-wrap {
    position: sticky;
    top: 98px;
    z-index: 20;
    margin-top: 26px;
}

.oplus-property-experience .bt-sidebar-wrap .sidebar-wrap {
    padding: 0;
}

.oplus-property-experience .property-form-tabs-wrap,
.oplus-property-experience .property-agent-contact-wrap {
    overflow: hidden;
    border: 1px solid var(--opx-line);
    border-radius: var(--opx-radius);
    background: var(--opx-paper);
    box-shadow: var(--opx-shadow);
}

.oplus-property-experience .property-form-tabs .nav-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 8px;
    border: 0;
    background: #f0f3f0;
}

.oplus-property-experience .property-form-tabs .nav-tabs .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    padding: 10px 12px;
    border: 0;
    border-radius: 10px;
    color: var(--opx-ink-soft);
    font-size: 13px;
    font-weight: 750;
}

.oplus-property-experience .property-form-tabs .nav-tabs .nav-link.active {
    background: #fff;
    color: var(--opx-green);
    box-shadow: 0 3px 12px rgba(24, 47, 33, .08);
}

.oplus-property-experience .property-form-tabs .tab-content {
    padding: 22px;
}

.oplus-property-experience .property-form-tabs input,
.oplus-property-experience .property-form-tabs select,
.oplus-property-experience .property-form-tabs textarea,
.oplus-property-experience .property-agent-contact-wrap input,
.oplus-property-experience .property-agent-contact-wrap select,
.oplus-property-experience .property-agent-contact-wrap textarea {
    min-height: 48px;
    border: 1px solid #d7ddd8;
    border-radius: 9px;
    background: #fff;
    color: var(--opx-ink);
    font-size: 14px;
}

.oplus-property-experience .property-form-tabs textarea,
.oplus-property-experience .property-agent-contact-wrap textarea {
    min-height: 112px;
}

.oplus-property-experience .property-form-tabs .btn,
.oplus-property-experience .property-agent-contact-wrap .btn {
    min-height: 50px;
    border: 0;
    border-radius: 10px;
    background: var(--opx-green);
    color: #fff;
    font-weight: 750;
    box-shadow: 0 10px 22px rgba(8, 122, 60, .18);
}

.oplus-property-experience .property-form-tabs .btn:hover,
.oplus-property-experience .property-agent-contact-wrap .btn:hover {
    background: var(--opx-green-dark);
    transform: translateY(-1px);
}

.oplus-property-experience .property-schedule-tour-day-form-slide-wrap {
    margin-bottom: 20px;
}

.oplus-property-experience .property-schedule-tour-day-form-slide-wrap label {
    border-radius: 10px;
}

/* Hide duplicated conversion blocks when the sticky sidebar is present. */
.oplus-property-experience .property-wrap .row:has(.bt-sidebar-wrap) .property-view > .property-schedule-tour-wrap,
.oplus-property-experience .property-wrap .row:has(.bt-sidebar-wrap) .property-view > .property-contact-agent-wrap {
    display: none;
}

/* Similar properties become genuine cards. */
.oplus-property-experience .similar-property-wrap {
    padding-top: 22px;
}

.oplus-property-experience .similar-property-wrap .listing-view {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 0 !important;
}

.oplus-property-experience .similar-property-wrap .item-wrap {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
}

.oplus-property-experience .similar-property-wrap .item-wrap > .property-item,
.oplus-property-experience .similar-property-wrap .item-wrap .item-body {
    border-color: var(--opx-line);
}

.oplus-property-experience .similar-property-wrap .property-item {
    height: 100%;
    overflow: hidden;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(22, 44, 31, .06);
}

.oplus-property-experience .similar-property-wrap .item-header img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.oplus-property-experience .similar-property-wrap .item-title {
    font-size: 16px;
    line-height: 1.35;
}

.oplus-property-experience .property-navigation-wrap {
    overflow: hidden;
    border: 1px solid var(--opx-line);
    border-radius: 14px;
    background: #fff;
}

/* Remove empty review chrome; populated review sections remain available. */
.oplus-property-experience .property-review-wrap:has(.review-title:empty),
.oplus-property-experience .property-review-wrap:has(.property-review-title:empty) {
    display: none;
}

@media (max-width: 1199px) {
    .oplus-property-experience .property-wrap > .container > .row {
        grid-template-columns: minmax(0, 1fr) 340px;
        gap: 24px;
    }

    .oplus-property-experience .oplus-property-dossier__identity {
        min-width: 155px;
    }

    .oplus-property-experience .oplus-property-dossier__links a {
        padding-inline: 10px;
    }
}

@media (max-width: 991px) {
    .oplus-property-experience .property-wrap > .container,
    .oplus-property-experience .property-wrap .property-top-wrap + .container {
        width: min(100% - 28px, 860px);
    }

    .oplus-property-experience .property-wrap > .container > .row {
        grid-template-columns: minmax(0, 1fr);
    }

    .oplus-property-experience .bt-sidebar-wrap {
        position: static;
        margin: 0 0 34px;
    }

    .oplus-property-experience .oplus-property-dossier {
        top: 70px;
    }

    .oplus-property-experience .oplus-property-dossier__identity {
        display: none;
    }

    .oplus-property-experience .oplus-property-dossier__links {
        width: 100%;
    }

    .oplus-property-experience .oplus-property-dossier__links .oplus-property-dossier__cta {
        margin-left: auto;
    }

    .oplus-property-experience .oplus-project-unit__content.has-payment:has(.oplus-project-unit__plans) {
        grid-template-columns: minmax(0, 1fr);
    }

    .oplus-property-experience .oplus-project-unit__payment {
        position: static;
    }
}

@media (max-width: 767px) {
    body.oplus-property-experience {
        font-size: 15px;
    }

    .oplus-property-experience .property-banner,
    .oplus-property-experience .property-banner .tab-content,
    .oplus-property-experience .property-banner .tab-pane,
    .oplus-property-experience .property-banner .top-gallery-section,
    .oplus-property-experience .property-banner .listing-slider,
    .oplus-property-experience .property-banner .listing-slider > div,
    .oplus-property-experience .property-banner .listing-slider a,
    .oplus-property-experience .property-banner .listing-slider img {
        min-height: 440px;
    }

    .oplus-property-experience .property-wrap > .container,
    .oplus-property-experience .property-wrap .property-top-wrap + .container {
        width: min(100% - 20px, 680px);
    }

    .oplus-property-experience .oplus-property-dossier {
        top: 62px;
        min-height: 56px;
        margin-top: 14px;
        border-radius: 12px;
    }

    .oplus-property-experience .oplus-property-dossier__links a {
        min-height: 54px;
        padding: 9px 12px;
        font-size: 12px;
    }

    .oplus-property-experience .oplus-property-dossier__links .oplus-property-dossier__cta {
        min-width: 94px;
    }

    .oplus-property-experience .property-section-wrap > .block-wrap,
    .oplus-property-experience .property-description-wrap > .block-wrap,
    .oplus-property-experience .property-detail-wrap > .block-wrap,
    .oplus-property-experience .property-features-wrap > .block-wrap,
    .oplus-property-experience .property-address-wrap > .block-wrap {
        padding: 22px 18px;
        border-radius: 14px;
    }

    .oplus-property-experience .property-overview-data {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .oplus-property-experience .property-overview-data > :nth-child(3n) {
        border-right: 1px solid var(--opx-line);
    }

    .oplus-property-experience .property-overview-data > :nth-child(2n) {
        border-right: 0;
    }

    .oplus-property-experience .property-overview-data > :nth-last-child(-n + 3) {
        border-bottom: 1px solid var(--opx-line);
    }

    .oplus-property-experience .property-overview-data > :nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    .oplus-property-experience .oplus-project-unit__header,
    .oplus-property-experience .oplus-project-unit__content,
    .oplus-property-experience .oplus-project-unit__project {
        padding-inline: 18px;
    }

    .oplus-property-experience .oplus-project-unit__header {
        align-items: flex-start;
    }

    .oplus-property-experience .oplus-project-unit__plan-media {
        min-height: 330px;
        padding: 14px;
    }

    .oplus-property-experience .property-detail-wrap .list-2-cols,
    .oplus-property-experience .property-detail-wrap ul {
        grid-template-columns: minmax(0, 1fr);
    }

    .oplus-property-experience .property-detail-wrap li:nth-child(odd) {
        border-right: 0;
    }

    .oplus-property-experience .property-features-wrap .list-3-cols,
    .oplus-property-experience .property-features-wrap ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .oplus-property-experience .property-address-wrap .block-map-wrap,
    .oplus-property-experience #houzez-single-listing-map {
        min-height: 340px;
    }

    .oplus-property-experience .similar-property-wrap .listing-view {
        grid-template-columns: minmax(0, 1fr);
    }

    .oplus-property-experience .property-form-tabs .tab-content {
        padding: 18px;
    }
}

@media (max-width: 420px) {
    .oplus-property-experience .property-overview-data,
    .oplus-property-experience .property-features-wrap .list-3-cols,
    .oplus-property-experience .property-features-wrap ul {
        grid-template-columns: minmax(0, 1fr);
    }

    .oplus-property-experience .property-overview-data > * {
        border-right: 0 !important;
        border-bottom: 1px solid var(--opx-line) !important;
    }

    .oplus-property-experience .property-overview-data > :last-child {
        border-bottom: 0 !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .oplus-property-experience *,
    .oplus-property-experience *::before,
    .oplus-property-experience *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
