
/* v19 — exact-property gallery */
.v19-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0}
.v19-gallery figure{margin:0;background:#fff;border:1px solid rgba(20,55,50,.12);border-radius:16px;overflow:hidden}
.v19-gallery img{display:block;width:100%;height:250px;object-fit:cover}
.v19-gallery figcaption{font-size:.82rem;line-height:1.35;padding:9px 11px;color:#49605c}
.v19-address-note{padding:12px 14px;border-left:4px solid #0d756b;background:#f2f8f6;border-radius:8px;margin-top:12px}
@media(max-width:720px){.v19-gallery{grid-template-columns:1fr}.v19-gallery img{height:230px}}
