.sicv-property { background: var(--sicv-canvas); padding: 24px 0 80px; }
.sicv-property__shell { width: min(1280px, calc(100% - 40px)); margin-inline: auto; }
.sicv-breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-bottom: 24px; color: var(--sicv-muted); font-size: 14px; }
.sicv-breadcrumbs a { color: var(--sicv-navy-700); text-decoration: none; }
.sicv-property__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 32px; margin-bottom: 28px; }
.sicv-property__heading { max-width: 900px; }
.sicv-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.sicv-badges span, .sicv-test-badge { border: 1px solid #cfd8e4; border-radius: 999px; padding: 6px 11px; background: #edf2f8; color: var(--sicv-navy-900); font-size: 12px; font-weight: 800; }
.sicv-badges .sicv-badge--premium { border-color: #e2ad32; background: var(--sicv-gold-100); }
.sicv-property h1 { max-width: 22ch; margin: 0; color: var(--sicv-navy-950); font-size: clamp(32px, 4.3vw, 56px); line-height: 1.08; letter-spacing: -.035em; text-wrap: balance; }
.sicv-property__location { display: flex; align-items: center; gap: 8px; margin: 18px 0 0; color: var(--sicv-navy-700); font-size: 17px; font-weight: 700; }
.sicv-property__reference { margin: 8px 0 0 28px; color: var(--sicv-muted); font-size: 14px; }
.sicv-icon-button { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; border: 1px solid var(--sicv-line); border-radius: 999px; padding: 10px 16px; background: var(--sicv-surface); color: var(--sicv-navy-900); font: inherit; font-weight: 800; cursor: pointer; }
.sicv-icon-button.is-copied { border-color: var(--sicv-green-600); color: var(--sicv-green-600); }
.sicv-icon-button:hover { border-color: #071a3d; background: #071a3d; color: #fff !important; }
.sicv-icon-button:focus-visible { outline: 3px solid #f5b62e; outline-offset: 3px; }
.sicv-gallery { position: relative; display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: repeat(2, minmax(190px, 1fr)); gap: 8px; overflow: hidden; min-height: 500px; margin-bottom: 36px; border-radius: var(--sicv-radius-lg); background: #dfe4ea; box-shadow: var(--sicv-shadow-sm); }
.sicv-gallery__item { overflow: hidden; min-width: 0; min-height: 0; border: 0; padding: 0; background: #dfe4ea; cursor: zoom-in; }
.sicv-gallery__item:first-child { grid-row: 1 / 3; }
.sicv-gallery__item img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .28s ease; }
.sicv-gallery__item:hover img { transform: scale(1.025); }
.sicv-gallery__all { position: absolute; right: 18px; bottom: 18px; display: inline-flex; align-items: center; gap: 8px; min-height: 44px; border: 0; border-radius: var(--sicv-radius-sm); padding: 10px 14px; background: rgba(255,255,255,.95); color: var(--sicv-navy-950); font: inherit; font-weight: 800; box-shadow: var(--sicv-shadow-sm); cursor: pointer; }
.sicv-gallery__all:hover { background: #f5b62e; color: #071a3d; }
.sicv-gallery__all:focus-visible, .sicv-gallery__item:focus-visible { outline: 3px solid #f5b62e; outline-offset: -4px; }
.sicv-property__layout { display: grid; grid-template-columns: minmax(0, 1fr) 370px; gap: 36px; align-items: start; }
.sicv-property__main { display: grid; gap: 24px; min-width: 0; }
.sicv-keyfacts, .sicv-section, .sicv-location-card, .sicv-contact-card { border: 1px solid var(--sicv-line); border-radius: var(--sicv-radius-md); background: var(--sicv-surface); box-shadow: var(--sicv-shadow-sm); }
.sicv-keyfacts { padding: 8px; }
.sicv-keyfacts dl { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; }
.sicv-keyfacts .sicv-fact { justify-content: center; border-right: 1px solid var(--sicv-line); padding: 18px 12px; }
.sicv-keyfacts .sicv-fact:last-child { border-right: 0; }
.sicv-section { padding: clamp(24px, 4vw, 40px); }
.sicv-section h2, .sicv-location-card h2, .sicv-contact-card h2 { margin: 0; color: var(--sicv-navy-950); font-size: clamp(24px, 3vw, 32px); letter-spacing: -.02em; }
.sicv-prose { max-width: 72ch; margin-top: 18px; color: #34465d; font-size: 17px; line-height: 1.75; }
.sicv-prose p { margin: 0; }
.sicv-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; margin: 22px 0 0; }
.sicv-fact { display: flex; align-items: center; gap: 12px; min-width: 0; }
.sicv-details .sicv-fact { border-bottom: 1px solid var(--sicv-line); padding: 16px 0; }
.sicv-fact__icon { display: grid; flex: 0 0 40px; width: 40px; height: 40px; place-items: center; border-radius: 12px; background: var(--sicv-orange-100); color: var(--sicv-orange-600); }
.sicv-fact dt { color: var(--sicv-muted); font-size: 12px; font-weight: 700; }
.sicv-fact dd { margin: 3px 0 0; color: var(--sicv-navy-950); font-size: 16px; font-weight: 850; }
.sicv-features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 22px 0 0; padding: 0; list-style: none; }
.sicv-features li { display: flex; align-items: center; gap: 9px; min-height: 46px; border-radius: var(--sicv-radius-sm); padding: 10px 13px; background: #f1f5f8; font-weight: 650; }
.sicv-features svg { color: var(--sicv-orange-600); }
.sicv-video__frame { overflow: hidden; margin-top: 20px; border-radius: var(--sicv-radius-sm); background: #091329; }
.sicv-video__frame iframe { display: block; width: 100%; min-height: 480px; border: 0; }
.sicv-location-card { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: start; padding: 28px; background: #0a2758; color: #fff; }
.sicv-location-card > div:first-child { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 14px; background: rgba(255,255,255,.12); }
.sicv-location-card h2, .sicv-location-card .sicv-eyebrow { color: #fff; }
.sicv-location-card p:last-child { margin: 10px 0 0; color: #d8e3f2; }
.sicv-disclaimer { border-left: 4px solid var(--sicv-gold-500); border-radius: 0 var(--sicv-radius-sm) var(--sicv-radius-sm) 0; padding: 16px 20px; background: #fff9e9; color: #5f4b1c; font-size: 14px; }
.sicv-contact-card { position: sticky; top: 24px; overflow: hidden; padding: 28px; border-top: 5px solid var(--sicv-gold-500); box-shadow: var(--sicv-shadow-lg); }
.sicv-test-badge { display: inline-block; margin-bottom: 20px; background: #ede9fe; border-color: #c4b5fd; color: #5b21b6; }
.sicv-contact-card__label { margin: 0; color: var(--sicv-muted); font-size: 13px; font-weight: 750; }
.sicv-contact-card__price { margin: 5px 0 8px; color: var(--sicv-navy-950); font-size: clamp(28px, 3vw, 38px); font-weight: 900; line-height: 1.1; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.sicv-contact-pricing { display: grid; gap: 9px; }
.sicv-contact-price { display: grid; gap: 3px; border: 1px solid #f0c05b; border-left: 5px solid var(--sicv-gold-500); border-radius: 10px; padding: 12px 14px; background: var(--sicv-gold-100); }
.sicv-contact-price.is-rent { border-color: #f1b378; border-left-color: var(--sicv-orange-500); background: var(--sicv-orange-100); }
.sicv-contact-price span { color: #70400e; font-size: 12px; font-weight: 850; letter-spacing: .035em; text-transform: uppercase; }
.sicv-contact-price strong { color: #071a3d; font-size: clamp(28px, 3vw, 38px); font-weight: 900; line-height: 1.08; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.sicv-contact-card__admin { margin: 0; color: var(--sicv-muted); font-size: 14px; }
.sicv-contact-card hr { height: 1px; margin: 24px 0; border: 0; background: var(--sicv-line); }
.sicv-contact-card h2 { font-size: 23px; }
.sicv-contact-card > p:not([class]) { color: var(--sicv-muted); line-height: 1.55; }
.sicv-contact-card .sicv-button { width: 100%; margin-top: 10px; }
.sicv-trust-list { display: grid; gap: 10px; margin: 22px 0; padding: 0; list-style: none; color: #40536a; font-size: 13px; }
.sicv-trust-list li { display: flex; gap: 8px; align-items: center; }
.sicv-trust-list svg { width: 16px; color: var(--sicv-green-600); }
.sicv-contact-card__code { margin: 0; border-radius: var(--sicv-radius-sm); padding: 12px; background: var(--sicv-canvas); color: var(--sicv-muted); font-size: 12px; text-align: center; }
.sicv-lightbox { width: min(1100px, calc(100% - 32px)); max-height: calc(100dvh - 32px); border: 0; border-radius: var(--sicv-radius-md); padding: 0; background: #0b1424; color: #fff; }
.sicv-lightbox::backdrop { background: rgba(0, 10, 28, .82); backdrop-filter: blur(4px); }
.sicv-lightbox__bar { position: sticky; top: 0; z-index: 2; display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; background: #0b1424; }
.sicv-lightbox__bar button { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: transparent; color: #fff; font-size: 30px; cursor: pointer; }
.sicv-lightbox__track { display: grid; gap: 28px; padding: 0 18px 28px; }
.sicv-lightbox figure { display: grid; justify-items: center; gap: 8px; margin: 0; scroll-margin-top: 80px; }
.sicv-lightbox img { display: block; max-width: 100%; max-height: 78dvh; width: auto; height: auto; border-radius: var(--sicv-radius-sm); }
.sicv-lightbox figcaption { color: #c8d3e3; font-size: 13px; }
.sicv-mobile-cta { display: none; }

@media (max-width: 980px) {
    .sicv-property__layout { grid-template-columns: 1fr; }
    .sicv-contact-card { position: static; }
    .sicv-gallery { grid-template-columns: 2fr 1fr; }
    .sicv-gallery__item:nth-of-type(n+4) { display: none; }
}

@media (max-width: 700px) {
    .sicv-property { padding-top: 16px; padding-bottom: 112px; }
    .sicv-property__shell { width: min(100% - 28px, 1280px); }
    .sicv-breadcrumbs { margin-bottom: 18px; }
    .sicv-property__header { gap: 14px; }
    .sicv-property h1 { font-size: clamp(30px, 9vw, 42px); }
    .sicv-icon-button { width: 44px; padding: 10px; }
    .sicv-icon-button span { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0 0 0 0); }
    .sicv-gallery { grid-template-columns: 1fr; grid-template-rows: minmax(310px, 66vw); min-height: 0; border-radius: var(--sicv-radius-md); }
    .sicv-gallery__item:first-child { grid-row: auto; }
    .sicv-gallery__item:nth-of-type(n+2) { display: none; }
    .sicv-keyfacts dl { grid-template-columns: repeat(2, 1fr); }
    .sicv-keyfacts .sicv-fact { justify-content: flex-start; border-right: 0; border-bottom: 1px solid var(--sicv-line); }
    .sicv-keyfacts .sicv-fact:nth-last-child(-n+2) { border-bottom: 0; }
    .sicv-details, .sicv-features { grid-template-columns: 1fr; }
    .sicv-section { padding: 24px 20px; }
    .sicv-video__frame iframe { min-height: 390px; }
    .sicv-mobile-cta { position: fixed; z-index: 999; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px max(14px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left)); border-top: 1px solid var(--sicv-line); background: rgba(255,255,255,.97); box-shadow: 0 -10px 30px rgba(7,26,61,.14); }
    .sicv-mobile-cta div { display: grid; min-width: 0; }
    .sicv-mobile-cta span { color: var(--sicv-muted); font-size: 11px; }
    .sicv-mobile-cta strong { overflow: hidden; color: var(--sicv-navy-950); font-size: 17px; text-overflow: ellipsis; white-space: nowrap; }
}

/* Contraste estable aunque el tema fuerce colores globales en títulos y enlaces. */
.sicv-property .sicv-breadcrumbs { color: #52667e !important; }
.sicv-property .sicv-breadcrumbs a { color: #173f6f !important; text-decoration: underline; text-underline-offset: 3px; }
.sicv-property .sicv-property__heading h1 { color: #071a3d !important; }
.sicv-property .sicv-property__location { color: #173f6f !important; }
.sicv-property .sicv-section h2,
.sicv-property .sicv-contact-card h2,
.sicv-property .sicv-similar h2 { color: #071a3d !important; }
.sicv-property .sicv-location-card h2 { color: #fff !important; }
.sicv-property .sicv-location-card p { color: #e5edf6 !important; }
.sicv-property .sicv-location-card .sicv-eyebrow { color: #fff !important; }
.sicv-property .sicv-contact-card__label,
.sicv-property .sicv-contact-card__admin,
.sicv-property .sicv-contact-card > p:not([class]),
.sicv-property .sicv-contact-card__code { color: #4e6279 !important; }
.sicv-property .sicv-contact-card__price { color: #071a3d !important; }
.sicv-property .sicv-button--secondary { border-color: #aebccc !important; background: #fff !important; color: #0a2758 !important; }
.sicv-property .sicv-button--whatsapp { background: #117a55 !important; color: #fff !important; }
.sicv-property .sicv-property__reference { display: none !important; }

.sicv-property__layout { overflow: visible; }
.sicv-contact-card { top: calc(var(--wp-admin--admin-bar--height, 0px) + 24px); max-height: calc(100dvh - var(--wp-admin--admin-bar--height, 0px) - 48px); overflow: auto; scrollbar-width: thin; }

.sicv-feature-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 22px; }
.sicv-feature-group { min-width: 0; border: 1px solid #d8e1eb; border-radius: 12px; padding: 18px; background: #f8fafc; }
.sicv-property .sicv-feature-group h3 { margin: 0 0 13px; color: #173f6f !important; font-size: 17px; line-height: 1.3; }
.sicv-feature-group.is-empty { background: #fbfcfd; }
.sicv-feature-group.is-empty p { margin: 0; color: #5a6d82; font-size: 14px; line-height: 1.5; }
.sicv-feature-group .sicv-features { grid-template-columns: 1fr; gap: 8px; margin: 0; }
.sicv-feature-group .sicv-features li { min-height: 48px; background: #fff; color: #1d3048; font-size: 14px; }
.sicv-feature-icon { display: inline-grid; flex: 0 0 34px; width: 34px; height: 34px; place-items: center; border-radius: 9px; background: var(--sicv-orange-100); color: var(--sicv-orange-600); font-size: 17px; }
.sicv-feature-toggle { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; margin-top: 12px; border: 1px solid #df9d20; border-radius: 9px; padding: 9px 14px; background: #fff8e5; color: #713604; font: inherit; font-size: 13px; font-weight: 850; cursor: pointer; }
.sicv-feature-toggle:hover { background: var(--sicv-gold-100); }
.sicv-feature-toggle:focus-visible { outline: 3px solid #0a3970; outline-offset: 3px; }
.sicv-feature-dialog { width: min(820px, calc(100% - 32px)); max-height: calc(100dvh - 32px); overflow: hidden; border: 0; border-radius: 16px; padding: 0; background: #f8fafc; color: #14243b; box-shadow: 0 24px 70px rgba(7, 26, 61, .3); }
.sicv-feature-dialog::backdrop { background: rgba(7, 26, 61, .72); }
.sicv-feature-dialog__bar { position: sticky; z-index: 2; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 4px solid var(--sicv-orange-500); padding: 16px 20px; background: #fff; }
.sicv-feature-dialog__bar > div { display: grid; gap: 2px; }
.sicv-feature-dialog__bar span { color: #a64b07; font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.sicv-feature-dialog__bar strong { color: #071a3d; font-size: clamp(19px, 3vw, 26px); }
.sicv-feature-dialog__bar button { display: grid; flex: 0 0 44px; width: 44px; height: 44px; place-items: center; border: 1px solid #c8d3df; border-radius: 50%; background: #fff; color: #071a3d; font: inherit; font-size: 30px; line-height: 1; cursor: pointer; }
.sicv-feature-dialog__bar button:hover { border-color: var(--sicv-orange-500); background: var(--sicv-orange-100); }
.sicv-feature-dialog__body { max-height: calc(100dvh - 132px); overflow: auto; padding: 20px; overscroll-behavior: contain; }
.sicv-feature-dialog__body > p { margin: 0 0 14px; color: #50647c; font-size: 14px; }
.sicv-feature-dialog .sicv-features { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0; }
.sicv-feature-dialog .sicv-features li { min-width: 0; background: #fff; color: #14243b; box-shadow: inset 0 0 0 1px #e1e7ee; }

.sicv-video__frame { position: relative; aspect-ratio: 16 / 9; min-height: 0; }
.sicv-video__frame iframe { display: block; width: 100%; height: 100%; min-height: 0 !important; border: 0; }
.sicv-video-poster { position: absolute; inset: 0; display: grid; overflow: hidden; width: 100%; height: 100%; border: 0; padding: 0; background: #0a2758; color: #fff; cursor: pointer; }
.sicv-video-poster.has-image { background-image: var(--sicv-video-poster-image); background-position: center; background-size: cover; }
.sicv-video-poster::before { position: absolute; z-index: 0; inset: 0; background: rgba(7,26,61,.74); content: ""; transition: background-color .2s ease; pointer-events: none; }
.sicv-video-poster::after { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.14); border-radius: inherit; content: ""; pointer-events: none; }
.sicv-video-poster__brand { position: absolute; z-index: 1; top: clamp(18px, 4vw, 38px); left: clamp(18px, 4vw, 38px); display: flex; align-items: center; min-height: 48px; max-width: 48%; }
.sicv-video-poster__brand img { display: block; width: min(280px, 100%); max-height: 72px; object-fit: contain; object-position: left center; }
.sicv-video-poster__brand strong { color: #fff; font-size: clamp(18px, 3vw, 30px); }
.sicv-video-poster__content { position: absolute; z-index: 1; right: clamp(22px, 5vw, 56px); bottom: clamp(22px, 5vw, 50px); display: grid; justify-items: end; gap: 6px; text-align: right; }
.sicv-video-poster__content strong { color: #fff; font-size: clamp(28px, 5vw, 54px); line-height: 1; }
.sicv-video-poster__content > span:last-child { color: #ffd265; font-size: clamp(16px, 2.3vw, 25px); font-weight: 850; }
.sicv-video-poster__play { display: grid; width: 64px; height: 64px; margin-bottom: 8px; place-items: center; border-radius: 50%; background: #f5b62e; color: #071a3d; box-shadow: 0 12px 30px rgba(0,0,0,.25); transition: transform .2s ease; }
.sicv-video-poster__play svg { width: 34px; height: 34px; }
.sicv-video-poster:hover .sicv-video-poster__play { transform: scale(1.08); }
.sicv-video-poster:hover::before { background: rgba(7,26,61,.64); }
.sicv-video-poster:focus-visible { outline: 4px solid #f5b62e; outline-offset: 4px; }
.sicv-video-link { display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; gap: 14px; padding: 28px; color: #fff !important; text-decoration: none; }
.sicv-video-link span { display: grid; gap: 3px; }
.sicv-video-link small { color: #d8e3f2; }

.sicv-normal-pricing { display: grid; gap: 12px; }
.sicv-normal-pricing__total { display: grid; gap: 4px; border-radius: 12px; padding: 15px; background: #071a3d; }
.sicv-normal-pricing__total span { color: #f5b62e; font-size: 11px; font-weight: 850; text-transform: uppercase; }
.sicv-normal-pricing__total strong { color: #fff; font-size: clamp(28px,3vw,36px); font-weight: 900; font-variant-numeric: tabular-nums; }
.sicv-normal-pricing dl { display: grid; margin: 0; }
.sicv-normal-pricing dl > div { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 3px 10px; padding: 10px 0; border-bottom: 1px solid #e1e7ee; }
.sicv-normal-pricing dt { color: #40566f; font-size: 13px; font-weight: 700; }
.sicv-normal-pricing dd { margin: 0; color: #071a3d; font-weight: 900; font-variant-numeric: tabular-nums; }
.sicv-normal-pricing small { grid-column: 1 / -1; color: #607186; font-size: 11px; }

.sicv-neighborhood { overflow: hidden; margin-top: 24px; border: 1px solid var(--sicv-line); border-radius: 16px; background: #fff; box-shadow: var(--sicv-shadow-sm); }
.sicv-neighborhood__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding: 26px 28px 20px; }
.sicv-neighborhood__heading h2 { margin: 0; color: #071a3d; font-size: clamp(24px,3vw,32px); }
.sicv-neighborhood__heading > a { color: #173f6f !important; font-weight: 800; white-space: nowrap; }
.sicv-neighborhood__map iframe { display: block; width: 100%; height: 380px; border: 0; background: #e7ebef; }
.sicv-neighborhood__map > p { display: flex; align-items: flex-start; gap: 8px; margin: 0; padding: 12px 18px; background: #fff8e8; color: #62410b; font-size: 12px; line-height: 1.5; }
.sicv-neighborhood__map > p i { margin-top: 3px; color: #bd5006; }
.sicv-neighborhood__nearby { padding: 24px 28px 28px; }
.sicv-neighborhood__nearby h3 { margin: 0 0 16px; color: #071a3d; font-size: 18px; }
.sicv-neighborhood__nearby ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; }
.sicv-neighborhood__nearby li { display: flex; min-width: 0; align-items: center; gap: 11px; border: 1px solid #dce3eb; border-radius: 11px; padding: 11px; background: #f8fafc; }
.sicv-neighborhood__nearby li > span { display: grid; flex: 0 0 38px; width: 38px; height: 38px; place-items: center; border-radius: 10px; background: #fff0df; color: #bd5006; }
.sicv-neighborhood__nearby li div { display: grid; min-width: 0; gap: 2px; }
.sicv-neighborhood__nearby li strong { overflow: hidden; color: #071a3d; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.sicv-neighborhood__nearby li small { color: #52667e; font-size: 11px; }
.sicv-neighborhood__source { display: flex !important; align-items: flex-start !important; gap: 8px !important; margin: 16px 0 0 !important; border-radius: 9px; padding: 10px 12px !important; background: #eef3f8 !important; color: #344b65 !important; font-size: 12px !important; line-height: 1.55 !important; }
.sicv-neighborhood__source > i { flex: 0 0 auto; margin-top: 3px; color: #bd5006 !important; }
.sicv-neighborhood__source > span { display: inline !important; color: inherit !important; }
.sicv-neighborhood__source a { position: static !important; display: inline !important; visibility: visible !important; width: auto !important; height: auto !important; margin: 0 !important; padding: 0 !important; overflow: visible !important; background: transparent !important; color: #173f6f !important; font: inherit !important; font-weight: 800 !important; text-decoration: underline !important; text-underline-offset: 2px; opacity: 1 !important; }
.sicv-neighborhood__source a::before, .sicv-neighborhood__source a::after { display: none !important; content: none !important; }
.sicv-neighborhood__source a:hover { color: #8f3500 !important; }
.sicv-neighborhood__source a:focus-visible { border-radius: 3px; outline: 3px solid #f5b62e; outline-offset: 3px; }

.sicv-similar { margin-top: 58px; }
.sicv-similar__header { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.sicv-similar__header h2 { margin: 0; font-size: clamp(28px, 4vw, 40px); }
.sicv-similar__header > a { color: #173f6f !important; font-weight: 800; text-underline-offset: 3px; }

@media (max-width: 980px) {
    .sicv-contact-card { max-height: none; overflow: visible; }
}

@media (max-width: 700px) {
    .sicv-feature-groups { grid-template-columns: 1fr; }
    .sicv-feature-dialog .sicv-features { grid-template-columns: 1fr; }
    .sicv-video__frame { aspect-ratio: 9 / 14; }
    .sicv-video-poster__brand { max-width: 72%; }
    .sicv-video-poster__content { left: 22px; align-items: end; }
    .sicv-similar__header { display: grid; }
    .sicv-neighborhood__heading { display: grid; padding: 22px 20px 16px; }
    .sicv-neighborhood__map iframe { height: 320px; }
    .sicv-neighborhood__nearby { padding: 20px; }
    .sicv-neighborhood__nearby ul { grid-template-columns: 1fr; }
}
