.spl-property-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(300px,1fr)); gap:20px; margin:20px; }
.spl-property-card { background:#fff; padding:15px; border-radius:8px; box-shadow:0 2px 8px rgba(0,0,0,0.1); }
.spl-property-card img { width:100%; height:auto; border-radius:5px; }
.spl-property-card h2 { font-size:20px; margin:10px 0; }
.spl-property-card p { margin:5px 0; }
.spl-property-card a { display:inline-block; margin-top:10px; padding:8px 12px; background:#0073aa; color:#fff; border-radius:5px; }
.spl-property-card a:hover { background:#005177; }

.spl-single-property { max-width:800px; margin:30px auto; padding:15px; background:#fff; border-radius:8px; box-shadow:0 2px 8px rgba(0,0,0,0.1); }
.spl-single-property img { width:100%; height:auto; margin-bottom:15px; border-radius:5px; }
.spl-single-property ul { list-style:none; padding:0; }
.spl-single-property ul li { margin:5px 0; }