
.dp-properties-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.dp-property-card{background:#fff;border:1px solid #e7e9e7;overflow:hidden}
.dp-property-image{display:block;aspect-ratio:4/3;overflow:hidden}
.dp-property-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.dp-property-card:hover .dp-property-image img{transform:scale(1.03)}
.dp-property-body{padding:22px}
.dp-property-status{display:inline-block;background:#f1eee8;color:#795f36;padding:6px 9px;font-size:11px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}
.dp-property-type{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:#777;margin-bottom:8px}
.dp-property-body h3{font-size:24px;margin:0 0 10px}
.dp-property-body h3 a{color:#07172a}
.dp-property-address{font-size:13px;color:#6b7177;margin:0 0 18px}
.dp-property-meta{display:flex;justify-content:space-between;gap:15px;border-top:1px solid #eee;padding-top:15px;margin-top:15px}
.dp-property-meta strong{color:#07172a}
.dp-property-body small{display:block;color:#777;margin-top:13px}
.dp-property-link{display:inline-block;margin-top:18px;color:#e96b29;font-weight:600}
.dp-no-properties{padding:30px;background:#fff;border:1px solid #eee}
.dp-layout-list{grid-template-columns:1fr}
.dp-layout-list .dp-property-card{display:grid;grid-template-columns:280px 1fr}
.dp-layout-list .dp-property-image{height:100%}
@media(max-width:900px){.dp-properties-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.dp-properties-grid{grid-template-columns:1fr}.dp-layout-list .dp-property-card{grid-template-columns:1fr}}
