.vsto-map{position:fixed;inset:0;z-index:2100;display:grid;place-items:center;padding:20px}
.vsto-map[hidden]{display:none}
.vsto-map-backdrop{position:absolute;inset:0;background:#0b1f26cc}
.vsto-map-panel{position:relative;z-index:1;display:flex;flex-direction:column;background:#fff;border-radius:14px;width:min(860px,100%);max-height:94vh;overflow:hidden}
.vsto-map-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 22px 14px;border-bottom:1px solid #ececec}
.vsto-map-head h2{margin:0 0 4px;font-size:19px;font-weight:700}
.vsto-map-head p{margin:0;font-size:13px;color:#8a8a8a}
.vsto-map-close{width:34px;height:34px;flex:none;border:0;border-radius:50%;background:#f2f4f5;color:#333;font-size:21px;line-height:1;cursor:pointer}
.vsto-map-canvas{position:relative;flex:1;min-height:0;overflow:auto;padding:16px 22px 8px;display:grid;place-items:center}
.vsto-map-svg{width:100%;max-width:560px;height:auto;display:block}
.vsto-map-dept{fill:#eef1f2;stroke:#fff;stroke-width:1;cursor:pointer;transition:fill .12s}
.vsto-map-dept.is-some{fill:#bcdccd}
.vsto-map-dept.is-many{fill:#4f9b77}
.vsto-map-dept:hover,.vsto-map-dept:focus{fill:#133c46;outline:0}
.vsto-map-tip{position:absolute;z-index:3;pointer-events:none;background:#0b1f26;color:#fff;border-radius:7px;padding:6px 10px;font-size:12px;white-space:nowrap}
.vsto-map-foot{display:flex;gap:18px;flex-wrap:wrap;padding:12px 22px 18px;border-top:1px solid #ececec;font-size:12px;color:#8a8a8a}
.vsto-map-legend{display:inline-flex;align-items:center;gap:7px}
.vsto-map-legend i{width:14px;height:14px;border-radius:4px;display:inline-block}
.vsto-map-legend i.is-empty{background:#eef1f2}
.vsto-map-legend i.is-some{background:#bcdccd}
.vsto-map-legend i.is-many{background:#4f9b77}
@media(max-width:560px){.vsto-map{padding:0}.vsto-map-panel{width:100%;height:100vh;max-height:100vh;border-radius:0}}

.vsto-map-canvas[hidden],#visitio-map-listing-panel[hidden]{display:none!important}.vsto-map-tabs{display:flex;gap:8px;padding:12px 22px}.vsto-map-tabs button{padding:8px 12px;border:1px solid #dce5df;border-radius:8px;background:white;cursor:pointer}#visitio-map-listing-panel{padding:0 16px 12px}#visitio-map-listing-panel p{font-size:12px;padding:8px 0;margin:0}.vsto-map-panel .leaflet-container{font-family:inherit}
