.map-fullscreen-host:fullscreen,.map-fullscreen-host.map-fullscreen-fallback{
  background:var(--bg,#f4f3ef)}
.map-fullscreen-host.map-fullscreen-fallback{
  position:fixed!important;inset:0!important;z-index:10000!important;
  width:100vw!important;height:100vh!important}
.leaflet-control.map-navigation-control{
  box-sizing:border-box!important;width:36px!important;margin:10px!important;padding:0!important;
  overflow:hidden!important;border:1px solid #d7d9d5!important;border-radius:10px!important;
  background:#fff!important;box-shadow:0 2px 8px rgba(24,32,29,.16)!important
}
.leaflet-control.map-navigation-control button{
  box-sizing:border-box!important;display:grid!important;width:34px!important;height:34px!important;
  margin:0!important;padding:0!important;place-items:center!important;
  border:0!important;border-bottom:1px solid #e3e5e1!important;border-radius:0!important;
  background:#fff!important;color:#4a544f!important;font:inherit!important;cursor:pointer
}
.leaflet-control.map-navigation-control button:last-child{border-bottom:0!important}
.leaflet-control.map-navigation-control button[hidden]{display:none!important}
.leaflet-control.map-navigation-control button:hover{background:#f1f2ef!important;color:#18201d!important}
.leaflet-control.map-navigation-control button:disabled{opacity:.38;cursor:default}
.leaflet-control.map-navigation-control button:disabled:hover{background:#fff!important;color:#4a544f!important}
.leaflet-control.map-navigation-control .map-zoom-button span{font-size:22px;font-weight:400;line-height:1}
.leaflet-control.map-navigation-control .map-fullscreen-button svg,
.leaflet-control.map-navigation-control .map-download-button svg{width:19px;height:19px;fill:none;
  stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}
.leaflet-control.map-navigation-control .map-download-button.is-loading svg{animation:map-download-pulse .8s ease-in-out infinite alternate}
@keyframes map-download-pulse{to{opacity:.35;transform:translateY(2px)}}
body.dark .leaflet-control.map-navigation-control{
  border-color:#324039!important;background:#101a16!important;
  box-shadow:0 2px 9px rgba(0,0,0,.38)!important
}
body.dark .leaflet-control.map-navigation-control button{
  border-bottom-color:#324039!important;background:#101a16!important;color:#c8d0cc!important
}
body.dark .leaflet-control.map-navigation-control button:hover{
  background:#17241e!important;color:#fff!important
}
body.dark .leaflet-control.map-navigation-control button:disabled:hover{
  background:#101a16!important;color:#c8d0cc!important
}
