/* Deynu Villarabet Next 16.5.1 — Property Detail FINAL */
.property-similar-section.deynu-discovery-page{
  --dd-green:#0f6a50;
  --dd-green-dark:#0a523e;
  --dd-ink:#1c2421;
  --dd-muted:#66716c;
  --dd-line:#e4e8e5;
  --dd-soft:#f5f7f5;
  --dd-warm:#fbfaf6;
  margin-top:24px;
  padding-bottom:0;
  gap:16px;
}
.property-similar-head{display:flex;align-items:end;justify-content:space-between;gap:16px}
.property-similar-head small{display:block;margin-bottom:5px;color:#6a746f;font-size:.8rem}
.property-similar-head h2{margin:0;font-size:clamp(1.25rem,2vw,1.65rem);line-height:1.45}
.property-similar-head>a{color:#0a523e;font-weight:800;text-decoration:none;white-space:nowrap}
.property-similar-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.property-similar-section .deynu-property-card{height:100%}
.property-similar-section .deynu-property-body{height:100%;align-content:start}
.property-similar-section .deynu-property-actions{margin-top:auto}
@media(max-width:980px){.property-similar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){
  .property-similar-section.deynu-discovery-page{margin-top:18px;gap:12px}
  .property-similar-head{align-items:start}
  .property-similar-head>a{font-size:.82rem;white-space:normal;text-align:left}
  .property-similar-grid{grid-template-columns:1fr;gap:12px}
}
