/* OPlus Property Experience V2
 * Architectural folio: precise layouts, calm motion, native controls.
 * This correction layer intentionally loads after the original presentation.
 */

body.oplus-property-experience {
    --opx2-forest: #075b34;
    --opx2-forest-deep: #0a2b1c;
    --opx2-mint: #e9f5ee;
    --opx2-paper: #fff;
    --opx2-canvas: #f4f7f4;
    --opx2-ink: #15251c;
    --opx2-muted: #617068;
    --opx2-line: #dce5df;
    --opx2-sand: #d7c7a3;
    --opx2-shadow-sm: 0 8px 28px rgba(19, 48, 31, .06);
    --opx2-shadow-lg: 0 24px 64px rgba(19, 48, 31, .11);
    --opx2-ease: cubic-bezier(.22, 1, .36, 1);
    background: var(--opx2-canvas);
}

/* The dossier is an anchor index, not a floating obstruction. */
.oplus-property-experience .oplus-property-dossier {
    position: relative !important;
    top: auto !important;
    z-index: 10;
    min-height: 68px;
    margin: 28px 0 28px;
    overflow: visible;
    border-color: var(--opx2-line);
    border-radius: 17px;
    background: var(--opx2-paper);
    box-shadow: var(--opx2-shadow-sm);
    backdrop-filter: none;
}

.oplus-property-experience .oplus-property-dossier__identity {
    min-width: 190px;
    padding-inline: 26px 22px;
}

.oplus-property-experience .oplus-property-dossier__identity::before {
    inset: 12px auto 12px 0;
    width: 4px;
    border-radius: 0 5px 5px 0;
}

.oplus-property-experience .oplus-property-dossier__links {
    padding: 7px;
}

.oplus-property-experience .oplus-property-dossier__links a {
    position: relative;
    min-height: 48px;
    padding-inline: 14px;
    border-radius: 10px;
}

.oplus-property-experience .oplus-property-dossier__links a:not(.oplus-property-dossier__cta)::after {
    position: absolute;
    right: 14px;
    bottom: 8px;
    left: 14px;
    height: 2px;
    content: "";
    background: var(--opx2-forest);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .24s var(--opx2-ease);
}

.oplus-property-experience .oplus-property-dossier__links a:hover::after,
.oplus-property-experience .oplus-property-dossier__links a.is-current::after {
    transform: scaleX(1);
}

.oplus-property-experience .oplus-property-dossier__links .oplus-property-dossier__cta {
    position: relative;
    right: auto;
    align-self: center;
    min-width: 112px;
    min-height: 48px;
    margin: 0 0 0 6px;
    border-radius: 11px;
    box-shadow: none;
}

/* Shared architectural surfaces. */
.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(28px, 3vw, 42px);
    border-color: var(--opx2-line);
    border-radius: 22px;
    box-shadow: var(--opx2-shadow-sm);
}

.oplus-property-experience .block-title-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.oplus-property-experience .block-title-wrap h2,
.oplus-property-experience .similar-property-wrap > .block-title-wrap h2 {
    font-size: clamp(25px, 2.25vw, 34px);
    font-weight: 680;
    letter-spacing: -.045em;
}

.oplus-property-experience .block-title-wrap h2::after,
.oplus-property-experience .similar-property-wrap > .block-title-wrap h2::after {
    width: 42px;
    height: 2px;
    margin-top: 13px;
}

/* Floor plan: compact architectural plate with a dedicated terms rail. */
.oplus-property-experience .oplus-project-unit > .block-wrap {
    border-radius: 22px;
    box-shadow: var(--opx2-shadow-sm);
}

.oplus-property-experience .oplus-project-unit__header {
    padding: 30px 34px 25px;
}

.oplus-property-experience .oplus-project-unit__header h2 {
    max-width: 620px;
    font-size: clamp(27px, 2.7vw, 38px);
    letter-spacing: -.045em;
}

.oplus-property-experience .oplus-project-unit__content,
.oplus-property-experience .oplus-project-unit__content.has-payment,
.oplus-property-experience .oplus-project-unit__content.has-payment:has(.oplus-project-unit__plans) {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(210px, 240px);
    gap: 20px;
    align-items: stretch;
    padding: 28px 34px 32px;
    background: #f8faf8;
}

.oplus-property-experience .oplus-project-unit__plans {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    min-width: 0;
}

.oplus-property-experience .oplus-project-unit__plan {
    display: grid;
    grid-template-columns: minmax(0, 1.32fr) minmax(190px, .68fr);
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--opx2-line);
    border-radius: 18px;
    background: var(--opx2-paper);
    box-shadow: none;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s var(--opx2-ease);
}

.oplus-property-experience .oplus-project-unit__plan:hover {
    border-color: #b8d2c1;
    box-shadow: var(--opx2-shadow-lg);
    transform: translateY(-3px);
}

.oplus-property-experience .oplus-project-unit__plan-media {
    min-height: 0;
    aspect-ratio: 4 / 3;
    padding: 16px;
    border-right: 1px solid var(--opx2-line);
    background-color: #eef3ef;
    background-size: 20px 20px;
}

.oplus-property-experience .oplus-project-unit__plan-media img {
    max-height: none;
    filter: drop-shadow(0 10px 16px rgba(24, 45, 32, .1));
    transition: transform .45s var(--opx2-ease);
}

.oplus-property-experience .oplus-project-unit__plan:hover .oplus-project-unit__plan-media img {
    transform: scale(1.018);
}

.oplus-property-experience .oplus-project-unit__plan-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 22px;
}

.oplus-property-experience .oplus-project-unit__facts {
    grid-template-columns: 1fr;
    gap: 0;
}

.oplus-property-experience .oplus-project-unit__facts > div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 0;
    border-bottom: 1px solid var(--opx2-line);
}

.oplus-property-experience .oplus-project-unit__payment {
    position: relative;
    top: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    padding: 26px 24px;
    border-radius: 18px;
    background: var(--opx2-forest-deep);
    box-shadow: none;
}

.oplus-property-experience .oplus-project-unit__payment::after {
    width: 46px;
    height: 1px;
    margin-top: auto;
    content: "";
    background: var(--opx2-sand);
}

.oplus-property-experience .oplus-project-unit__payment h3 {
    margin: 18px 0;
    font-size: clamp(38px, 4.2vw, 58px);
    font-variant-numeric: tabular-nums;
    letter-spacing: -.055em;
}

.oplus-property-experience .oplus-project-unit__project {
    padding: 21px 34px;
    border-top: 1px solid #cfe2d5;
    background: linear-gradient(90deg, #eaf5ee, #f7fbf8);
}

/* Description: editorial reading measure plus a deliberate fact card. */
.oplus-property-experience .property-description-wrap .block-content-wrap {
    max-width: none;
    color: #34443a;
    font-size: 16px;
    line-height: 1.82;
}

.oplus-property-experience .property-description-wrap .block-content-wrap > p,
.oplus-property-experience .property-description-wrap .block-content-wrap > blockquote {
    max-width: 72ch;
}

.oplus-property-experience .property-description-wrap blockquote {
    position: relative;
    margin: 0 0 34px;
    padding: 4px 0 4px 28px;
    border-left: 2px solid var(--opx2-forest);
    border-radius: 0;
    background: transparent;
    color: var(--opx2-ink);
    font-size: 17px;
    line-height: 1.8;
}

.oplus-property-experience .property-description-wrap blockquote::before {
    position: absolute;
    top: 0;
    left: -5px;
    width: 8px;
    height: 34px;
    border-radius: 99px;
    content: "";
    background: var(--opx2-forest);
}

.oplus-property-experience .oplus-quick-card {
    max-width: 760px;
    margin: 34px 0;
    overflow: hidden;
    border: 1px solid #cbdcd1;
    border-radius: 18px;
    background: linear-gradient(135deg, #f7fbf8, #edf6f0);
}

.oplus-property-experience .property-description-wrap .oplus-quick-card__title {
    margin: 0;
    padding: 18px 22px 12px;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.oplus-property-experience .property-description-wrap .oplus-quick-card__content {
    margin: 0;
    padding: 8px 22px 20px;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1.85;
}

.oplus-property-experience .property-description-wrap .oplus-quick-card__facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 18px;
    margin-top: 12px;
}

.oplus-property-experience .property-description-wrap .oplus-quick-card__facts > span {
    display: flex;
    min-height: 38px;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border: 1px solid #dce8df;
    border-radius: 9px;
    background: rgba(255, 255, 255, .72);
    line-height: 1.35;
}

.oplus-property-experience .property-description-wrap .oplus-quick-card img.emoji {
    filter: grayscale(1);
    opacity: .72;
}

.oplus-property-experience .property-documents {
    max-width: 760px;
    padding: 16px 18px;
    border-radius: 13px;
}

/* Data fields become a legible specifications matrix. */
.oplus-property-experience .property-detail-wrap .list-2-cols,
.oplus-property-experience .property-detail-wrap ul {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    overflow: visible;
    border: 0;
    border-radius: 0;
}

.oplus-property-experience .property-detail-wrap li {
    display: flex !important;
    float: none !important;
    flex-direction: column;
    justify-content: space-between;
    width: 100% !important;
    min-width: 0;
    min-height: 92px;
    gap: 10px;
    padding: 16px 17px;
    border: 1px solid var(--opx2-line) !important;
    border-radius: 14px;
    background: #f8faf8;
}

.oplus-property-experience .property-detail-wrap li:nth-child(2) {
    background: var(--opx2-forest-deep);
}

.oplus-property-experience .property-detail-wrap li strong {
    color: var(--opx2-muted);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.oplus-property-experience .property-detail-wrap li span {
    overflow-wrap: anywhere;
    color: var(--opx2-ink);
    font-size: 15px;
    font-weight: 750;
    line-height: 1.35;
    text-align: left;
}

.oplus-property-experience .property-detail-wrap li:nth-child(2) strong {
    color: rgba(255, 255, 255, .62);
}

.oplus-property-experience .property-detail-wrap li:nth-child(2) span {
    color: #fff;
    font-size: 20px;
    font-variant-numeric: tabular-nums;
}

/* Amenities: icon-led rows without nested shrinking widths. */
.oplus-property-experience .property-features-wrap .list-3-cols,
.oplus-property-experience .property-features-wrap ul {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 12px;
}

.oplus-property-experience .property-features-wrap li {
    display: flex !important;
    float: none !important;
    align-items: center;
    width: 100% !important;
    min-width: 0;
    min-height: 54px;
    padding: 9px 12px;
    border: 1px solid var(--opx2-line);
    border-radius: 13px;
    background: #f9fbf9;
    transition: border-color .22s ease, background-color .22s ease, transform .22s var(--opx2-ease);
}

.oplus-property-experience .property-features-wrap li:hover {
    border-color: #b3d0bd;
    background: var(--opx2-mint);
    transform: translateY(-2px);
}

.oplus-property-experience .property-features-wrap li a {
    flex: 1;
    min-width: 0;
    min-height: auto;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 13px;
}

.oplus-property-experience .property-features-wrap li a:hover {
    border: 0;
    background: transparent;
}

.oplus-property-experience .property-features-wrap li > .houzez-icon {
    display: inline-grid;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    margin-right: 9px !important;
    border-radius: 50%;
    background: var(--opx2-mint);
    place-items: center;
}

/* Consultation rail: stable tabs and native, dependable selects. */
.oplus-property-experience .bt-sidebar-wrap {
    top: 94px;
    z-index: 30;
}

.oplus-property-experience .property-form-tabs-wrap,
.oplus-property-experience .property-agent-contact-wrap {
    overflow: visible;
    border-radius: 20px;
    box-shadow: var(--opx2-shadow-lg);
}

.oplus-property-experience .property-form-tabs .nav-tabs {
    position: relative;
    gap: 5px;
    padding: 6px;
    border-radius: 19px 19px 0 0;
    background: #e9efeb;
}

.oplus-property-experience .property-form-tabs .nav-tabs .nav-link {
    min-width: 0;
    min-height: 52px;
    padding: 9px 10px;
    border: 1px solid transparent;
    border-radius: 13px;
    color: #526258;
    line-height: 1.35;
    cursor: pointer;
}

.oplus-property-experience .property-form-tabs .nav-tabs .nav-link.active[aria-selected="true"] {
    border-color: #d8e3dc;
    background: #fff;
    color: var(--opx2-forest);
    box-shadow: 0 5px 14px rgba(18, 47, 30, .08);
}

.oplus-property-experience .property-form-tabs .nav-tabs .nav-link[aria-selected="false"] {
    border-color: transparent;
    background: transparent;
    color: #65756b;
    box-shadow: none;
}

.oplus-property-experience .property-form-tabs .tab-pane {
    display: none;
}

.oplus-property-experience .property-form-tabs .tab-pane.active.show {
    display: block;
    animation: opx2-panel-in .32s var(--opx2-ease) both;
}

.oplus-property-experience .property-form-tabs .tab-content {
    padding: 26px;
    overflow: visible;
}

.oplus-property-experience .property-form-tabs input,
.oplus-property-experience .property-form-tabs textarea,
.oplus-property-experience .property-agent-contact-wrap input,
.oplus-property-experience .property-agent-contact-wrap textarea {
    min-height: 50px;
    border-color: var(--opx2-line);
    border-radius: 11px;
    box-shadow: none;
}

.oplus-property-experience .property-form-tabs input:focus,
.oplus-property-experience .property-form-tabs textarea:focus,
.oplus-property-experience .property-agent-contact-wrap input:focus,
.oplus-property-experience .property-agent-contact-wrap textarea:focus {
    border-color: #75ad8a;
    box-shadow: 0 0 0 3px rgba(7, 91, 52, .1);
}

.oplus-property-experience .property-form-tabs .bootstrap-select.opx-native-select,
.oplus-property-experience .property-agent-contact-wrap .bootstrap-select.opx-native-select {
    position: relative;
    display: block;
    width: 100% !important;
    min-width: 100% !important;
    height: auto;
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.oplus-property-experience .bootstrap-select.opx-native-select > button,
.oplus-property-experience .bootstrap-select.opx-native-select > .dropdown-menu {
    display: none !important;
}

.oplus-property-experience .bootstrap-select.opx-native-select select.opx-native-select__control {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    display: block !important;
    width: 100% !important;
    height: 50px !important;
    min-height: 50px;
    padding: 0 42px 0 14px !important;
    border: 1px solid var(--opx2-line) !important;
    border-radius: 11px;
    background-color: #fff;
    color: var(--opx2-ink);
    font-size: 14px;
    opacity: 1 !important;
    appearance: auto;
    clip: auto !important;
    pointer-events: auto !important;
}

.oplus-property-experience .property-form-tabs .btn:not(.dropdown-toggle),
.oplus-property-experience .property-agent-contact-wrap .btn:not(.dropdown-toggle) {
    border-radius: 11px;
    box-shadow: 0 12px 24px rgba(7, 91, 52, .16);
}

/* Similar Listings: reset Houzez's list-mode flex before composing cards. */
.oplus-property-experience .similar-property-wrap {
    padding-top: 30px;
}

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

.oplus-property-experience .similar-property-wrap .item-wrap {
    display: block !important;
    float: none !important;
    width: 100% !important;
    min-width: 0;
    height: 100% !important;
}

.oplus-property-experience .similar-property-wrap .item-wrap > .d-flex {
    display: flex !important;
    flex-direction: column;
    align-items: stretch !important;
    height: 100% !important;
    overflow: hidden;
    border: 1px solid var(--opx2-line);
    border-radius: 18px;
    background: var(--opx2-paper);
    box-shadow: var(--opx2-shadow-sm);
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s var(--opx2-ease);
}

.oplus-property-experience .similar-property-wrap .item-wrap:hover > .d-flex {
    border-color: #b8d2c1;
    box-shadow: var(--opx2-shadow-lg);
    transform: translateY(-5px);
}

.oplus-property-experience .similar-property-wrap .item-header,
.oplus-property-experience .similar-property-wrap .listing-image-wrap,
.oplus-property-experience .similar-property-wrap .listing-gallery-wrap,
.oplus-property-experience .similar-property-wrap .opx-static-gallery {
    position: relative;
    display: block;
    flex: 0 0 auto;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.oplus-property-experience .similar-property-wrap .opx-static-gallery > .item:not(:first-child),
.oplus-property-experience .similar-property-wrap .opx-static-gallery > a:not(:first-child) {
    display: none !important;
}

.oplus-property-experience .similar-property-wrap .opx-static-gallery > .item:first-child,
.oplus-property-experience .similar-property-wrap .opx-static-gallery > .item:first-child > a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.oplus-property-experience .similar-property-wrap .item-header img {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform .5s var(--opx2-ease);
}

.oplus-property-experience .similar-property-wrap .item-wrap:hover .item-header img {
    transform: scale(1.035);
}

.oplus-property-experience .similar-property-wrap .item-body {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    width: 100% !important;
    min-width: 0;
    height: auto !important;
    padding: 20px;
    border: 0;
    overflow: visible;
}

.oplus-property-experience .similar-property-wrap .item-body .labels-wrap {
    position: static;
    order: -2;
    margin-bottom: 10px;
}

.oplus-property-experience .similar-property-wrap .item-title {
    min-height: 44px;
    margin-bottom: 8px;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.oplus-property-experience .similar-property-wrap .item-body .item-price-wrap {
    position: static;
    display: flex !important;
    order: -1;
    width: auto;
    margin: 0 0 12px;
    color: var(--opx2-forest);
    font-size: 18px;
    font-weight: 800;
}

.oplus-property-experience .similar-property-wrap .item-address {
    min-height: 38px;
    margin-bottom: 12px;
    color: var(--opx2-muted);
    font-size: 12px;
    line-height: 1.45;
}

.oplus-property-experience .similar-property-wrap .item-amenities {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin: 0 0 18px;
    color: #415047;
    font-size: 12px;
}

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

.oplus-property-experience .similar-property-wrap .btn-item {
    position: static;
    align-self: stretch;
    width: 100%;
    min-height: 44px;
    margin-top: auto;
    border: 1px solid var(--opx2-forest);
    border-radius: 10px;
    background: transparent;
    color: var(--opx2-forest);
    box-shadow: none;
}

.oplus-property-experience .similar-property-wrap .btn-item:hover {
    background: var(--opx2-forest);
    color: #fff;
}

.oplus-property-experience .similar-property-wrap .item-body > .item-author,
.oplus-property-experience .similar-property-wrap .item-body > .item-date,
.oplus-property-experience .similar-property-wrap .item-footer {
    display: none !important;
}

/* One purposeful reveal sequence. */
.oplus-property-experience .opx-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .6s var(--opx2-ease), transform .6s var(--opx2-ease);
}

.oplus-property-experience .opx-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.oplus-property-experience .opx-reveal:nth-of-type(2n) {
    transition-delay: .05s;
}

@keyframes opx2-panel-in {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1199px) {
    .oplus-property-experience .oplus-property-dossier__identity {
        min-width: 160px;
    }

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

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

    .oplus-property-experience .oplus-project-unit__plan-media {
        border-right: 0;
        border-bottom: 1px solid var(--opx2-line);
    }

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

@media (max-width: 991px) {
    .oplus-property-experience .oplus-property-dossier {
        top: auto;
    }

    .oplus-property-experience .oplus-property-dossier__links {
        overflow-x: auto;
        overscroll-behavior-inline: contain;
    }

    .oplus-property-experience .bt-sidebar-wrap {
        position: static;
    }
}

@media (max-width: 767px) {
    .oplus-property-experience .property-description-wrap .oplus-quick-card__facts {
        grid-template-columns: 1fr;
    }
    body.oplus-property-experience {
        font-size: 16px;
    }

    .oplus-property-experience .oplus-property-dossier {
        min-height: 58px;
        margin: 16px 0 22px;
        border-radius: 14px;
    }

    .oplus-property-experience .oplus-property-dossier__links {
        padding: 4px;
    }

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

    .oplus-property-experience .oplus-property-dossier__links .oplus-property-dossier__cta {
        min-width: 88px;
        margin-left: 2px;
    }

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

    .oplus-property-experience .oplus-project-unit__content,
    .oplus-property-experience .oplus-project-unit__content.has-payment,
    .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 {
        min-height: 220px;
    }

    .oplus-property-experience .property-detail-wrap .list-2-cols,
    .oplus-property-experience .property-detail-wrap ul,
    .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 .similar-property-wrap .listing-view {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 480px) {
    .oplus-property-experience .property-detail-wrap .list-2-cols,
    .oplus-property-experience .property-detail-wrap ul,
    .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-description-wrap blockquote {
        padding-left: 20px;
        font-size: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .oplus-property-experience .opx-reveal,
    .oplus-property-experience .opx-reveal.is-visible {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
