:root {
    --cr-ink: #171717;
    --cr-muted: #676760;
    --cr-line: #e4e2da;
    --cr-paper: #ffffff;
    --cr-canvas: #f6f5f0;
    --cr-yellow: #f5c400;
    --cr-yellow-soft: #fff7cf;
    --cr-green: #157a55;
    --cr-radius: 18px;
    --cr-shadow: 0 14px 40px rgba(28, 27, 22, 0.08);
}

body.cr-property-v2 {
    background: var(--cr-canvas);
    color: var(--cr-ink);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.cr-property-v2 .page-head {
    display: none;
}

.cr-property-v2 .content-area.single-property {
    background: var(--cr-canvas) !important;
    font-size: 0;
    line-height: 0;
    padding: 18px 0 80px;
}

.cr-property-v2 .content-area.single-property > .container {
    font-size: 16px;
    line-height: 1.5;
    max-width: 1200px;
}

.cr-v2-hero {
    align-items: end;
    background:
        radial-gradient(circle at 92% 10%, rgba(245, 196, 0, 0.25), transparent 34%),
        var(--cr-ink);
    border-radius: 24px;
    box-shadow: var(--cr-shadow);
    color: #fff;
    display: grid;
    gap: 26px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-bottom: 22px;
    overflow: hidden;
    padding: clamp(20px, 3.2vw, 38px);
    position: relative;
}

.cr-v2-hero::after {
    background: var(--cr-yellow);
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 38%;
}

.cr-v2-test-label,
.cr-pricecheck-kicker {
    color: var(--cr-yellow);
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.cr-v2-hero h1 {
    color: #fff;
    font-family: inherit;
    font-size: clamp(25px, 2.8vw, 34px);
    font-weight: 750;
    letter-spacing: -0.025em;
    line-height: 1.1;
    margin: 0;
    max-width: 720px;
    text-transform: none;
}

.cr-v2-hero-copy > p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    margin: 9px 0 16px;
}

.cr-v2-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cr-v2-facts span {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 12px;
    padding: 8px 12px;
}

.cr-v2-facts strong {
    color: #fff;
}

.cr-v2-price-card {
    background: #fff;
    border-radius: var(--cr-radius);
    color: var(--cr-ink);
    min-width: 250px;
    padding: 19px 21px;
}

.cr-v2-price-card span,
.cr-v2-price-card small {
    color: var(--cr-muted);
    display: block;
    font-size: 12px;
    font-weight: 700;
}

.cr-v2-price-card strong {
    display: block;
    font-size: clamp(22px, 2.8vw, 31px);
    font-weight: 750;
    letter-spacing: -0.025em;
    line-height: 1.15;
    margin: 7px 0;
    white-space: nowrap;
}

.cr-property-v2 .clearfix.padding-top-10 {
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1.85fr) minmax(300px, 0.9fr);
    padding-top: 0 !important;
}

.cr-property-v2 .clearfix.padding-top-10::before,
.cr-property-v2 .clearfix.padding-top-10::after {
    content: none !important;
    display: none !important;
}

.cr-property-v2 .clearfix.padding-top-10 > div[style*="position: relative"] {
    display: none;
}

.cr-property-v2 .single-property-content,
.cr-property-v2 .clearfix.padding-top-10 > .col-md-4 {
    float: none;
    padding: 0;
    width: auto;
}

.cr-property-v2 .single-property-content,
.cr-property-v2 .single-property-wrapper {
    background: transparent !important;
}

.cr-property-v2 .single-property-content > div > .row {
    margin-left: 0;
    margin-right: 0;
}

.cr-property-v2 .light-slide-item .clearfix {
    margin: 0 !important;
}

.cr-v2-gallery {
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 2fr) minmax(210px, 1fr);
    height: clamp(400px, 43vw, 540px);
    margin-bottom: 28px;
    overflow: hidden;
}

.cr-v2-gallery-single {
    grid-template-columns: 1fr;
}

.cr-v2-gallery button {
    background: #deddd7;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    min-height: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.cr-v2-gallery-main {
    border-radius: var(--cr-radius) 0 0 var(--cr-radius);
}

.cr-v2-gallery-single .cr-v2-gallery-main {
    border-radius: var(--cr-radius);
}

.cr-v2-gallery img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
    width: 100%;
}

.cr-v2-gallery button:hover img,
.cr-v2-gallery button:focus-visible img {
    transform: scale(1.018);
}

.cr-v2-gallery-side {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    min-width: 0;
}

.cr-v2-gallery-side > button:nth-child(2) {
    border-radius: 0 var(--cr-radius) 0 0;
}

.cr-v2-gallery-side > button:last-child {
    border-radius: 0 0 var(--cr-radius) 0;
}

.cr-v2-gallery-side-1 > button {
    border-radius: 0 var(--cr-radius) var(--cr-radius) 0 !important;
    grid-column: 1 / -1;
    grid-row: 1 / -1;
}

.cr-v2-gallery-side-2 > button {
    grid-column: 1 / -1;
}

.cr-v2-gallery-side-2 > button:first-child {
    border-radius: 0 var(--cr-radius) 0 0;
}

.cr-v2-gallery-side-3 > button:first-child {
    border-radius: 0 var(--cr-radius) 0 0;
    grid-column: 1 / -1;
}

.cr-v2-gallery-side-3 > button:nth-child(2) {
    border-radius: 0;
}

.cr-v2-gallery-count {
    align-items: center;
    background: rgba(18, 18, 18, 0.82);
    border-radius: 999px;
    bottom: 16px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 750;
    gap: 7px;
    left: 16px;
    padding: 9px 13px;
    position: absolute;
}

.cr-v2-gallery-more {
    align-items: center;
    background: rgba(17, 17, 17, 0.62);
    display: flex;
    font-size: 26px;
    font-weight: 750;
    inset: 0;
    justify-content: center;
    position: absolute;
}

.cr-property-v2 #myModal {
    z-index: 99999 !important;
}

.cr-property-v2 #myModal .modal-content {
    background: #111;
    border: 0;
    box-shadow: none;
}

.cr-property-v2 #myModal .mySlides img {
    max-height: 86vh;
    max-width: 100%;
    object-fit: contain;
}

.cr-property-v2 .light-slide-item .hover-shadow {
    border-radius: var(--cr-radius);
    box-shadow: var(--cr-shadow);
    display: block;
    margin-bottom: 28px !important;
    max-height: 590px !important;
    width: 100% !important;
}

.cr-property-v2 .nrofimg {
    background: rgba(23, 23, 23, 0.86);
    border: 0;
    border-radius: 999px;
    color: #fff;
    font-weight: 700;
    margin: 16px;
    padding: 9px 13px;
}

.cr-property-v2 .single-property-wrapper > .section,
.cr-property-v2 .single-property-wrapper > .dot-hr + .section,
.cr-v2-duplicate-offers,
.cr-property-v2 .cr-v2-contact-form .property-contact-section,
.cr-pricecheck {
    background: var(--cr-paper);
    border: 1px solid var(--cr-line);
    border-radius: var(--cr-radius);
    box-shadow: 0 8px 28px rgba(28, 27, 22, 0.045);
    margin: 0 0 22px;
    padding: clamp(22px, 3vw, 34px);
}

.cr-property-v2 .single-property-wrapper > .dot-hr {
    display: none;
}

.cr-property-v2 .cr-v2-detail-ad-slot:empty {
    height: 0 !important;
    min-height: 0 !important;
    overflow: hidden;
}

.cr-property-v2 .cr-v2-detail-ad-slot:empty + .cr-v2-detail-ad-spacer {
    display: none;
}

.cr-property-v2 .s-property-title {
    color: var(--cr-ink);
    font-size: 20px;
    letter-spacing: -0.02em;
    margin: 0 0 18px;
    padding: 0;
    text-transform: none;
}

.cr-property-v2 .s-property-content,
.cr-property-v2 .s-property-content p {
    color: #3b3b37;
    font-size: 15px;
    line-height: 1.78 !important;
    text-align: left !important;
}

.cr-property-v2 .additional-details ul,
.cr-property-v2 .property-features ul {
    display: grid;
    gap: 0 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
}

.cr-property-v2 .additional-details ul {
    grid-template-columns: 1fr;
}

.cr-property-v2 .additional-details li,
.cr-property-v2 .property-features li {
    border-bottom: 1px solid var(--cr-line);
    min-height: 44px;
    padding: 11px 0;
}

.cr-property-v2 .additional-details li {
    align-items: center;
    display: grid;
    gap: 8px 16px;
    grid-template-columns: minmax(120px, 1.15fr) minmax(80px, 0.85fr) minmax(120px, 1.15fr) minmax(80px, 0.85fr);
}

.cr-property-v2 .cr-v2-related-intro {
    color: var(--cr-muted);
    font-size: 14px;
    line-height: 1.6;
    margin: -6px 0 14px;
}

.cr-property-v2 .cr-v2-related-links li {
    display: flex;
    margin: 0 !important;
}

.cr-property-v2 .cr-v2-related-links li a {
    align-items: center;
    color: #3b3b37;
    display: flex;
    font-size: 14px;
    font-weight: 650;
    gap: 12px;
    line-height: 1.45;
    text-transform: none;
    width: 100%;
}

.cr-property-v2 .cr-v2-related-links li a::after {
    color: #b28e00;
    content: "›";
    font-size: 20px;
    margin-left: auto;
    padding-left: 0;
}

.cr-property-v2 .cr-v2-related-links li a:hover {
    color: var(--cr-ink);
}

.cr-v2-duplicate-offers-header {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 18px;
}

.cr-v2-duplicate-offers-header h2 {
    font-family: inherit;
    font-size: 20px;
    font-weight: 750;
    letter-spacing: -0.02em;
    margin: 0;
}

.cr-v2-duplicate-offers-badge {
    background: var(--cr-yellow-soft);
    border-radius: 999px;
    color: #6c5700;
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 12px;
    white-space: nowrap;
}

.cr-v2-duplicate-offers-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.cr-v2-duplicate-offer {
    border-bottom: 1px solid var(--cr-line);
}

.cr-v2-duplicate-offer:last-child {
    border-bottom: 0;
}

.cr-v2-duplicate-offer-link {
    align-items: center;
    color: var(--cr-ink);
    display: flex;
    gap: 14px;
    padding: 14px 4px;
    text-decoration: none;
}

.cr-v2-duplicate-offer.is-current .cr-v2-duplicate-offer-link {
    background: var(--cr-canvas);
    border-radius: 12px;
    margin: 0 -10px;
    padding: 14px;
}

.cr-v2-duplicate-offer-avatar {
    align-items: center;
    background: var(--cr-canvas);
    border: 1px solid var(--cr-line);
    border-radius: 50%;
    color: var(--cr-muted);
    display: flex;
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 700;
    height: 48px;
    justify-content: center;
    overflow: hidden;
    width: 48px;
}

.cr-v2-duplicate-offer-avatar img {
    height: 100%;
    object-fit: contain;
    padding: 4px;
    width: 100%;
}

.cr-v2-duplicate-offer-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.cr-v2-duplicate-offer-copy strong {
    font-size: 15px;
    font-weight: 650;
    overflow-wrap: anywhere;
}

.cr-v2-duplicate-offer-copy small {
    background: var(--cr-yellow-soft);
    border-radius: 999px;
    color: #7a5b00;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    width: fit-content;
}

.cr-v2-duplicate-offer-price {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 750;
    gap: 8px;
    margin-left: auto;
    white-space: nowrap;
}

.cr-v2-duplicate-offer-price .fa {
    color: var(--cr-muted);
    font-size: 13px;
}

.cr-v2-duplicate-offer-link:hover,
.cr-v2-duplicate-offer-link:focus-visible {
    color: #8b7000;
}

.cr-property-v2 .additional-details li > .add-d-title {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

.cr-property-v2 .additional-details li > .add-d-title p {
    font-size: 15px !important;
    line-height: 1.4 !important;
    margin: 0 !important;
}

.cr-property-facts {
    display: grid;
    gap: 0 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
}

.cr-property-fact {
    align-items: baseline;
    border-bottom: 1px solid var(--cr-line);
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 48px;
    padding: 13px 0;
}

.cr-property-fact dt {
    color: var(--cr-muted);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.cr-property-fact dd {
    color: var(--cr-ink);
    font-size: 15px;
    font-weight: 750;
    line-height: 1.4;
    margin: 0;
    text-align: right;
}

.cr-property-v2 .sidebar-property {
    background: transparent !important;
    position: sticky;
    top: 18px;
}

.cr-property-v2 .clearfix.padding-top-10 > .col-md-4 {
    background: transparent !important;
}

.cr-property-v2 .dealer-widget,
.cr-property-v2 .sidebar-menu {
    background: var(--cr-paper);
    border: 1px solid var(--cr-line) !important;
    border-radius: var(--cr-radius) !important;
    box-sizing: border-box;
    box-shadow: var(--cr-shadow) !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: hidden;
    width: 100% !important;
}

.cr-property-v2 .dealer-widget {
    padding: 20px;
}

.cr-property-v2 .dealer-widget .single-property-header,
.cr-property-v2 .dealer-widget .property-meta {
    display: none;
}

.cr-property-v2 .dealer-section-space {
    display: none;
}

.cr-property-v2 .dealer-face img {
    aspect-ratio: 1;
    border: 3px solid var(--cr-yellow);
    border-radius: 50%;
    object-fit: cover;
    width: 76px;
}

.cr-property-v2 .dealer-name {
    color: var(--cr-ink);
    font-size: 17px;
    margin-top: 8px;
}

.cr-property-v2 .dealer-contacts {
    border-top: 1px solid var(--cr-line);
    margin-top: 22px;
    padding-top: 15px;
}

.cr-property-v2 .dealer-contacts li {
    color: #3c3c38;
    padding: 8px 0;
}

.cr-v2-contact-block {
    grid-column: 1;
    margin-top: 4px;
    width: 100%;
}

.cr-v2-contact-form .property-contact-section {
    margin: 0;
}

.cr-v2-contact-form #message {
    display: grid;
    gap: 12px;
}

.cr-v2-contact-form #message > .col-xs-12 {
    float: none;
    padding: 0;
    width: 100%;
}

.cr-v2-contact-form #message input,
.cr-v2-contact-form #message textarea {
    margin-top: 0 !important;
    width: 100%;
}

.cr-v2-contact-form #message button[type="submit"] {
    justify-self: start;
    margin: 2px 0 0 !important;
}

.cr-property-v2 .sidebar-menu {
    margin-top: 16px !important;
    padding: 20px !important;
}

.cr-property-v2 .sidebar-menu fieldset {
    margin: 0;
}

.cr-property-v2 .sidebar-property > .panel.sidebar-menu:not(.cr-v2-quick-filter) {
    display: none !important;
}

.cr-property-v2 .sidebar-menu .panel-heading,
.cr-property-v2 .sidebar-menu .panel-body {
    border: 0;
    padding-left: 0;
    padding-right: 0;
}

.cr-property-v2 .sidebar-menu .largesearch-btn {
    color: var(--cr-ink) !important;
    opacity: 1 !important;
}

.cr-property-v2 input.form-control,
.cr-property-v2 textarea,
.cr-property-v2 #message input {
    background: #fff;
    border: 1px solid #d8d6cd !important;
    border-radius: 10px !important;
    box-shadow: none;
    font-size: 16px;
    min-height: 46px;
}

.cr-property-v2 .content-area .button,
.cr-property-v2 .content-area .nav-button,
.cr-property-v2 .content-area button[type="submit"] {
    background: var(--cr-yellow);
    border: 0;
    border-radius: 10px;
    color: var(--cr-ink);
    font-weight: 800;
    min-height: 44px;
    padding: 10px 18px !important;
}

.cr-pricecheck {
    border-color: #ddd6af;
    overflow: hidden;
    position: relative;
}

.cr-pricecheck::before {
    background: var(--cr-yellow);
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.cr-pricecheck-header {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 24px;
}

.cr-pricecheck-kicker {
    color: #8b7000;
    margin-bottom: 2px;
}

.cr-pricecheck h2 {
    font-family: inherit;
    font-size: 27px;
    font-weight: 800;
    letter-spacing: -0.04em;
    margin: 0;
}

.cr-confidence {
    background: #efefe9;
    border-radius: 999px;
    color: #55554f;
    cursor: help;
    font-size: 11px;
    padding: 8px 11px;
    white-space: nowrap;
}

.cr-confidence-high { background: #e7f5ee; color: #0e6847; }
.cr-confidence-medium { background: var(--cr-yellow-soft); color: #6c5700; }
.cr-confidence-low { background: #f3ece7; color: #8a4b24; }

.cr-pricecheck-summary {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cr-pricecheck-summary > div {
    background: #f7f6f1;
    border-radius: 13px;
    min-width: 0;
    padding: 16px;
}

.cr-pricecheck-summary .cr-pricecheck-primary {
    background: var(--cr-ink);
    color: #fff;
}

.cr-pricecheck-summary span {
    color: var(--cr-muted);
    display: block;
    font-size: 11px;
    line-height: 1.35;
    margin-bottom: 7px;
}

.cr-pricecheck-summary .cr-pricecheck-primary span {
    color: rgba(255, 255, 255, 0.65);
}

.cr-pricecheck-summary strong {
    display: block;
    font-size: clamp(16px, 2vw, 22px);
    letter-spacing: -0.035em;
    white-space: nowrap;
}

.cr-pricecheck-conclusion {
    color: #353530;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.55;
    margin: 22px 0;
}

.cr-price-position {
    background: var(--cr-yellow-soft);
    border-radius: 13px;
    padding: 18px;
}

.cr-price-position-labels,
.cr-pricecheck-foot {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: space-between;
}

.cr-price-position-labels span,
.cr-price-position p,
.cr-pricecheck-foot {
    color: #595953;
    font-size: 13px;
    line-height: 1.45;
}

.cr-price-position-track {
    background: linear-gradient(90deg, #65a987, var(--cr-yellow), #de8b5a);
    border-radius: 999px;
    height: 8px;
    margin: 14px 0 11px;
    position: relative;
}

.cr-price-position-track span {
    background: var(--cr-ink);
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    height: 18px;
    left: var(--price-position);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
}

.cr-price-position p { margin: 0; }

.cr-pricecheck-foot {
    border-bottom: 1px solid var(--cr-line);
    margin-top: 18px;
    padding-bottom: 18px;
}

.cr-pricecheck-details summary,
.cr-pricecheck-debug summary {
    color: var(--cr-ink);
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    list-style: none;
    padding: 18px 0 0;
}

.cr-pricecheck-details summary::-webkit-details-marker,
.cr-pricecheck-debug summary::-webkit-details-marker { display: none; }

.cr-pricecheck-details summary::after {
    content: "+";
    float: right;
    font-size: 20px;
    line-height: 14px;
}

.cr-pricecheck-details[open] summary::after { content: "−"; }

.cr-pricecheck-detail-content { padding-top: 22px; }
.cr-pricecheck-detail-content h3 { font-size: 17px; margin: 0 0 14px; }

.cr-comparable-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cr-comparable {
    align-items: center;
    background: #f7f6f1;
    border: 1px solid transparent;
    border-radius: 12px;
    color: var(--cr-ink);
    display: grid;
    gap: 12px;
    grid-template-columns: 72px minmax(0, 1fr);
    overflow: hidden;
    padding: 7px;
    text-decoration: none;
    transition: border-color 160ms ease, transform 160ms ease;
}

.cr-comparable:hover,
.cr-comparable:focus-visible {
    border-color: var(--cr-yellow);
    color: var(--cr-ink);
    text-decoration: none;
    transform: translateY(-1px);
}

.cr-comparable img {
    border-radius: 8px;
    height: 72px;
    object-fit: cover;
    width: 72px;
}

.cr-comparable-copy,
.cr-comparable-copy span,
.cr-comparable-copy small { display: block; min-width: 0; }
.cr-comparable-copy strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cr-comparable-copy span { color: var(--cr-muted); font-size: 11px; margin-top: 2px; }
.cr-comparable-copy small { color: #746000; font-size: 10px; font-weight: 700; margin-top: 4px; }

.cr-pricecheck-method {
    color: var(--cr-muted);
    font-size: 11px;
    line-height: 1.55;
    margin: 18px 0 0;
}

.cr-pricecheck-insufficient {
    background: #f7f6f1;
    border-radius: 13px;
    padding: 20px;
}

.cr-pricecheck-insufficient strong { font-size: 24px; }
.cr-pricecheck-insufficient p { color: var(--cr-muted); margin: 8px 0 0; }

.cr-pricecheck-debug pre {
    background: #161616;
    border-radius: 10px;
    color: #e9e9e9;
    font-size: 11px;
    margin-top: 12px;
    max-height: 520px;
    overflow: auto;
    padding: 16px;
    white-space: pre-wrap;
}

.cr-property-v2 :focus-visible {
    outline: 3px solid var(--cr-yellow);
    outline-offset: 3px;
}

@media (max-width: 991px) {
    .cr-property-v2 .clearfix.padding-top-10 { grid-template-columns: 1fr; }
    .cr-property-v2 .sidebar-property { position: static; }
    .cr-property-v2 .dealer-widget { margin-top: 0; }
}

@media (max-width: 767px) {
    .cr-property-v2 .content-area.single-property { padding: 8px 0 52px; }
    .cr-property-v2 .croreal-site-logo { width: 160px !important; max-width: 64% !important; max-height: 48px !important; }
    .cr-property-v2 .content-area.single-property > .container { padding-left: 14px; padding-right: 14px; }
    .cr-v2-hero { align-items: stretch; border-radius: 14px; gap: 9px; grid-template-columns: 1fr; margin-bottom: 14px; padding: 11px 13px; }
    .cr-v2-hero::after { width: 55%; }
    .cr-v2-hero h1 { font-size: clamp(19px, 6vw, 24px); line-height: 1.05; }
    .cr-v2-hero-copy > p { font-size: 12px; margin: 5px 0 8px; }
    .cr-v2-facts { gap: 5px; }
    .cr-v2-facts span { font-size: 10px; padding: 5px 8px; }
    .cr-v2-price-card { min-width: 0; padding: 11px 13px; }
    .cr-v2-price-card span, .cr-v2-price-card small { font-size: 10px; }
    .cr-v2-price-card strong { font-size: clamp(18px, 6.4vw, 22px); margin: 3px 0; white-space: normal; }
    .cr-v2-gallery {
        grid-template-columns: 1fr;
        grid-template-rows: minmax(260px, 62vw) 92px;
        height: auto;
    }
    .cr-v2-gallery-main {
        border-radius: 14px 14px 0 0;
    }
    .cr-v2-gallery-single {
        grid-template-rows: minmax(280px, 68vw);
    }
    .cr-v2-gallery-single .cr-v2-gallery-main {
        border-radius: 14px;
    }
    .cr-v2-gallery-side,
    .cr-v2-gallery-side-1,
    .cr-v2-gallery-side-2,
    .cr-v2-gallery-side-3 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-template-rows: 92px;
    }
    .cr-v2-gallery-side > button,
    .cr-v2-gallery-side-1 > button,
    .cr-v2-gallery-side-2 > button,
    .cr-v2-gallery-side-3 > button {
        border-radius: 0 !important;
        grid-column: auto;
        grid-row: auto;
    }
    .cr-v2-gallery-side > button:first-child { border-radius: 0 0 0 14px !important; }
    .cr-v2-gallery-side > button:last-child { border-radius: 0 0 14px 0 !important; }
    .cr-v2-gallery-count { bottom: 13px; left: 13px; }
    .cr-property-v2 .light-slide-item .hover-shadow { border-radius: 14px; height: min(66vw, 430px) !important; margin-bottom: 18px !important; }
    .cr-property-v2 .single-property-wrapper > .section,
    .cr-v2-duplicate-offers,
    .cr-property-v2 .cr-v2-contact-form .property-contact-section,
    .cr-pricecheck { border-radius: 14px; margin-bottom: 16px; padding: 20px 17px; }
    .cr-pricecheck-summary { grid-template-columns: 1fr 1fr; }
    .cr-pricecheck-summary .cr-pricecheck-primary { grid-column: 1 / -1; }
    .cr-pricecheck-summary strong { font-size: 18px; }
    .cr-pricecheck-foot { align-items: flex-start; flex-direction: column; }
    .cr-comparable-grid { grid-template-columns: 1fr; }
    .cr-property-v2 .additional-details ul,
    .cr-property-v2 .property-features ul { grid-template-columns: 1fr; }
    .cr-property-facts { grid-template-columns: 1fr; }
    .cr-property-v2 .additional-details li {
        grid-template-columns: minmax(0, 1fr) minmax(92px, auto);
        padding: 14px 0;
    }
    .cr-confidence { white-space: normal; }
}

@media (prefers-reduced-motion: reduce) {
    .cr-comparable { transition: none; }
}

.cr-v2-breadcrumb {
    margin: 0 0 14px;
}

.cr-v2-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.cr-v2-breadcrumb li {
    align-items: center;
    color: var(--cr-muted);
    display: flex;
    font-size: 13px;
    line-height: 1.4;
}

.cr-v2-breadcrumb li:not(:last-child)::after {
    color: var(--cr-line);
    content: "/";
    margin: 0 8px;
}

.cr-v2-breadcrumb a {
    color: var(--cr-muted);
    text-decoration: none;
}

.cr-v2-breadcrumb a:hover {
    color: var(--cr-ink);
    text-decoration: underline;
}

.cr-v2-breadcrumb li[aria-current="page"] {
    color: var(--cr-ink);
    font-weight: 650;
}

.cr-v2-faq-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.cr-v2-faq-item {
    border-bottom: 1px solid var(--cr-line);
    padding: 4px 0;
}

.cr-v2-faq-item:last-child {
    border-bottom: 0;
}

.cr-v2-faq-item summary {
    color: var(--cr-ink);
    cursor: pointer;
    font-size: 15px;
    font-weight: 650;
    list-style: none;
    padding: 14px 26px 14px 0;
    position: relative;
}

.cr-v2-faq-item summary::-webkit-details-marker {
    display: none;
}

.cr-v2-faq-item summary::after {
    color: var(--cr-muted);
    content: "+";
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    right: 4px;
    top: 12px;
}

.cr-v2-faq-item[open] summary::after {
    content: "−";
}

.cr-v2-faq-item p {
    color: #3b3b37;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 16px;
}
