/* Tylko nasz kontener Leaflet: nie resetujemy calej strony */
.lmb-map-container.leaflet-container {
    position: relative;
    overflow: hidden;
}

/* Przywrócenie normalnego html/body na froncie */
html:not(.wp-block-editor-html) > body,
body:not(.wp-block-editor-html) {
    height: auto !important;
    margin: initial !important;
    padding: initial !important;
}
