.feed-map-open{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);z-index:105;display:flex;align-items:center;gap:8px;padding:9px 16px;border:1px solid #d4dfd9;border-radius:10px;background:#fff;color:#193c31;font:inherit;font-size:14px;line-height:22px;box-shadow:0 3px 16px #15332c25;cursor:pointer}.feed-map-open svg{width:22px;height:22px}.feed-map-open[hidden]{display:none}.feed-map-dialog{width:min(1000px,calc(100% - 24px));height:min(760px,calc(100dvh - 32px));max-height:calc(100dvh - 32px);padding:0;border:1px solid #dce7e1;border-radius:12px;background:#fff;color:var(--ink);overflow:hidden}.feed-map-dialog[open]{display:flex;flex-direction:column}.feed-map-dialog::backdrop{background:#183e3266}.feed-map-dialog .dialog-heading{flex:none;padding:12px 16px}.feed-map-dialog .dialog-heading h2{font-size:18px;margin:0}.feed-map-dialog .icon-button{font-size:25px}#feed-map-status{flex:none;margin:0;padding:0 16px 10px;font-size:12px}#feed-map-canvas{flex:1;min-height:180px;position:relative}#feed-map-canvas[hidden]{display:none}.feed-map-marker{transform:translate(-50%,-50%);border:1px solid #087d62;border-radius:6px;background:#fff;color:#075e4c;padding:5px 8px;white-space:nowrap;font:600 12px sans-serif;box-shadow:0 2px 7px #14362a30;cursor:pointer}#feed-map-selection{flex:none;max-height:28%;overflow:auto}#feed-map-selection>a{display:flex;flex-direction:column;gap:3px;padding:10px 16px;border-top:1px solid #dce7e1;font-size:13px;text-decoration:none;color:var(--ink)}#feed-map-selection>a span{color:#597467}@media(max-width:700px){.feed-map-open{bottom:calc(84px + env(safe-area-inset-bottom));padding:8px 14px}.feed-map-dialog{width:calc(100% - 16px);height:calc(100dvh - 24px);max-height:calc(100dvh - 24px)}body.mobile-keyboard-open .feed-map-open{display:none}}
