.ss-map{position:relative;background:#f5f7fc;border-radius:16px;overflow:hidden;box-shadow:0 8px 30px rgba(13,21,87,.08)}
.ss-map[data-mode="full"]{max-width:100%}
.ss-map__provs{display:flex;flex-wrap:wrap;gap:6px;padding:12px 12px 0;justify-content:center}
.ss-map__prov{font:600 12px/1 inherit;color:#0D1557;background:#fff;border:1px solid #d7ddf0;border-radius:999px;padding:7px 12px;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}
.ss-map__prov:hover{background:#eef1f9}
.ss-map__prov.is-active{background:#0D1557;color:#fff;border-color:#0D1557}
.ss-map__prov:focus-visible{outline:2px solid #EB6116;outline-offset:2px}
.ss-map__canvas{width:100%;height:clamp(640px,88vh,1000px);background:#f5f7fc;margin-top:12px}
.ss-map[data-mode="compact"] .ss-map__canvas{height:clamp(460px,60vh,640px)}
.ss-map__canvas .leaflet-interactive{cursor:pointer;transition:fill .2s ease,fill-opacity .2s ease}
.ss-map__canvas .leaflet-interactive:hover{fill-opacity:1}
.ss-map__canvas .leaflet-interactive:focus{outline:3px solid #EB6116;outline-offset:0}
.ss-map .leaflet-control-zoom{border:none;box-shadow:0 2px 10px rgba(13,21,87,.18)}
.ss-map .leaflet-control-zoom a{color:#0D1557}
.ss-map__tip{font:600 13px/1.2 inherit;color:#0D1557}
.ss-map__legend{position:absolute;right:12px;bottom:42px;display:flex;gap:4px;align-items:center;background:#fff;padding:6px 10px;border-radius:10px;font:600 11px/1 inherit;box-shadow:0 2px 10px rgba(13,21,87,.12);z-index:500}
.ss-map__legend i{width:18px;height:12px;border-radius:3px;display:inline-block}
.ss-map__hint{margin:.5rem 0 .75rem;font:500 13px/1.4 inherit;color:#5b6480;text-align:center}
@media(max-width:640px){.ss-map__canvas{height:72vh}.ss-map__prov{font-size:11px;padding:6px 10px}}
@media(prefers-reduced-motion:reduce){.ss-map__canvas .leaflet-interactive,.ss-map__prov{transition:none}}
