#map { width:100%; height:650px; box-sizing:border-box; }
.filter-topbar { position:absolute; top:12px; left:50%; transform:translateX(-50%); z-index:1000; display:flex; align-items:center; gap:10px; padding:10px 16px; background:rgba(255,255,255,0.95); border-radius:14px; box-shadow:0 4px 14px rgba(0,0,0,0.1); max-width:95%; flex-wrap:wrap; }
.categories-row { display:flex; gap:8px; align-items:center; }
.bubble-btn { background: linear-gradient(145deg,#ffffff,#f2f2f2); border:1px solid #d0d0d0; border-radius:20px; padding:6px 14px; font-size:14px; color:#333; cursor:pointer; transition:all .18s ease; box-shadow:0 2px 4px rgba(0,0,0,0.06); white-space:nowrap; }
.filter-select select { padding:7px 14px; border-radius:10px; border:1px solid #ccc; background:#fff; font-size:14px; cursor:pointer; }
.bottom-buttons { position:absolute; right:16px; bottom:16px; z-index:1000; display:flex; gap:10px; align-items:center; flex-direction:column; }
.round-btn { width:56px; height:56px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center; font-size:20px; color:#fff; border:none; cursor:pointer; box-shadow:0 6px 14px rgba(0,0,0,0.18); }
.home-btn { background:#0078ff; } .sos-btn { background:#ff3b30; }
.lm-div-icon { background:transparent; border:0; } .lm-marker { font-size:20px; line-height:1; padding:2px 4px; }
#vmp-admin-map { width:100%; height:380px; border:1px solid #ddd; border-radius:6px; background:#fafafa; }
