.sl-wrapper{display:grid; grid-template-rows:auto 1fr auto; gap:12px}
.sl-search{display:flex; gap:8px; align-items:center}
.sl-search-input{flex:1; padding:.6rem .8rem; border:1px solid #ddd; border-radius:8px}
.sl-btn-search,.sl-btn-geolocate{padding:.6rem .8rem; border:1px solid #ddd; background:#fff; border-radius:8px; cursor:pointer}
.sl-map{width:100%; border-radius:12px; overflow:hidden; border:1px solid #eee}
.sl-list{display:grid; gap:12px; margin-top:8px}
.sl-card{display:grid; gap:12px; padding:12px; border:1px solid #eee; border-radius:12px; background:#fff}
.sl-card .sl-thumb img{width:96px; height:96px; object-fit:cover; border-radius:8px}
.sl-title{font-weight:600; text-decoration:none}
.sl-address,.sl-phone,.sl-email,.sl-meta{font-size:.92rem; color:#444}
.sl-excerpt{color:#666; margin-top:6px}
.sl-empty{padding:16px; background:#fafafa; border:1px dashed #ddd; border-radius:8px}
.sl-focus{outline:2px solid #4a90e2}
