.property-listing{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.property-card{border:1px solid #ddd;border-radius:8px;overflow:hidden;background:#fff;transition:box-shadow .2s ease}.property-card:hover{box-shadow:0 0 8px rgba(0,0,0,.1)}.property-image img{width:100%;height:auto}.property-info{padding:10px}.property-single img{max-width:100%;height:auto}