.extrapt-map { width:100%; height: var(--map-h, 70vh); border-radius:8px; }
.extrapt-region-wrap { display:grid; grid-template-columns:1fr 360px; gap:16px; }
@media (max-width:1024px){ .extrapt-region-wrap{ grid-template-columns:1fr; } }
.extrapt-panel { max-height: var(--map-h, 70vh); overflow:auto; border:1px solid #e5e7eb; border-radius:10px; background:#fff; padding:12px; }
.extrapt-card { display:grid; grid-template-columns:110px 1fr; gap:10px; padding:10px; border:1px solid #e5e7eb; border-radius:10px; margin-bottom:10px; text-decoration:none; color:inherit; }
.extrapt-card img { width:110px; height:80px; object-fit:cover; border-radius:8px; }
.extrapt-card h4 { margin:0 0 4px; font-size:15px; }
.extrapt-card .price { font-weight:600; }
.extrapt-map__missing{ padding:8px 12px; background:#fff3cd; border:1px solid #ffe08a; border-radius:8px; }
#map_container { height: 70vh; min-height: 420px; border-radius: 8px; }
