.sgd-form .sgd-grid { display:grid; gap:8px; grid-template-columns: repeat(auto-fit, minmax(180px,1fr)); margin-bottom: 12px; }
.sgd-results { display:grid; grid-template-columns: repeat(auto-fill, minmax(260px,1fr)); gap:16px; }
.sgd-card { border:1px solid #e5e7eb; border-radius:12px; overflow:hidden; background:#fff; box-shadow:0 2px 10px rgba(0,0,0,.03); }
.sgd-card img { width:100%; height:160px; object-fit:cover; }
.sgd-card-body { padding:12px; }
.sgd-card h3 { margin:0 0 6px; font-size:18px; }
.sgd-single { max-width:980px; margin:24px auto; padding:0 16px; }
.sgd-locate { display:inline-block; margin-top:8px; padding:8px 12px; border-radius:8px; }
