.pg-map { border-radius:12px; box-shadow:0 8px 20px rgba(0,0,0,.08); overflow:hidden; }
.pgpin { width:36px; height:36px; background:#ffffff; border-radius:50% 50% 50% 0; transform:rotate(-45deg); position:relative;
         box-shadow:0 0 6px rgba(0,0,0,.2); border:2px solid #fff; overflow:hidden; transition:filter .2s ease, opacity .2s ease; }
.pgpin.highlighted { box-shadow:0 0 10px 4px #00aa88; }
.pgpin img { position:absolute; width:18px; height:18px; object-fit:contain; top:50%; left:50%;
             transform:translate(-50%,-50%) rotate(45deg); border-radius:50%; }
.leaflet-container a { box-shadow:none !important; }
.pg-popup { display:flex; align-items:center; width:300px; background:#fff; border-radius:12px; overflow:hidden; font-family:Poppins,system-ui,Arial; }
.pg-popup img { width:92px; height:100px; object-fit:cover; border-top-left-radius:12px; border-bottom-left-radius:12px; }
.pg-popup .meta { padding:10px 12px; }
.pg-popup .meta h4 { margin:0; font-size:16px; line-height:1.2; }
.pg-popup .meta .line { display:flex; align-items:center; gap:8px; margin-top:2px; }
.pg-popup .badge { display:inline-block; font-size:11px; line-height:1; padding:4px 7px; border-radius:999px; background:#eef7f6; color:#0b5d55; border:1px solid #cfe8e4; }
.pg-popup .meta small { color:#666; }
.pg-popup .prices { margin-top:6px; font-size:13px; }
.pg-popup .prices b { color:#00aa88; }
.pg-popup .cta { margin-top:8px; display:inline-flex; align-items:center; gap:6px; font-weight:600; color:#0ea5e9; text-decoration:none; }