.mv-marker{position:relative;width:18px;height:18px;border-radius:50%;background:var(--accent);border:3px solid var(--contrast);box-shadow:0 6px 14px rgba(0,0,0,.2);cursor:pointer}.mv-marker::after{content:attr(data-title);position:absolute;left:50%;bottom:calc(100% + 10px);transform:translateX(-50%) translateY(4px);background:var(--contrast);color:var(--accent);border:1px solid var(--accent);border-radius:10px;padding:6px 10px;font:600 12px/1.2 system-ui,-apple-system,Segoe UI,Roboto,Inter,sans-serif;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s,transform .15s;z-index:2}.mv-marker::before{content:"";position:absolute;left:50%;bottom:calc(100% + 6px);transform:translateX(-50%);border:6px solid transparent;border-top-color:var(--contrast);opacity:0;transition:opacity .15s;z-index:2}.mv-marker:hover::after,.mv-marker:focus-visible::after,.mv-marker.mv-show::after{opacity:1;transform:translateX(-50%) translateY(0)}.mv-marker:hover::before,.mv-marker:focus-visible::before,.mv-marker.mv-show::before{opacity:1}.mapboxgl-ctrl-group>button{border-radius:10px}