html {
    scroll-behavior: smooth;
}

.leaflet-container {
    font-family: inherit;
    overflow: hidden;
    position: relative;
    z-index: 0;
    background: #eef2f7;
    outline-offset: 1px;
    touch-action: pan-x pan-y;
}

.leaflet-pane,
.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
    position: absolute;
    left: 0;
    top: 0;
}

.leaflet-pane {
    z-index: 400;
}

.leaflet-tile-pane {
    z-index: 200;
}

.leaflet-overlay-pane {
    z-index: 400;
}

.leaflet-shadow-pane {
    z-index: 500;
}

.leaflet-marker-pane {
    z-index: 600;
}

.leaflet-tooltip-pane {
    z-index: 650;
}

.leaflet-popup-pane {
    z-index: 700;
}

.leaflet-container img {
    max-width: none;
}

.leaflet-container .leaflet-control-attribution {
    margin: 0;
    background: rgba(255, 255, 255, 0.8);
    font-size: 11px;
}

.leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
}

.leaflet-top {
    top: 0;
}

.leaflet-right {
    right: 0;
}

.leaflet-bottom {
    bottom: 0;
}

.leaflet-left {
    left: 0;
}

.leaflet-control-zoom {
    border: 1px solid rgba(15, 23, 42, 0.15);
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.12);
    overflow: hidden;
}

.leaflet-control-zoom a {
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #0f172a;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
}

.leaflet-control-zoom a + a {
    border-top: 1px solid #e2e8f0;
}

.leaflet-popup-content-wrapper {
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
}

.leaflet-popup-content {
    margin: 12px;
    font-size: 13px;
    line-height: 1.45;
}

.leaflet-tile {
    user-select: none;
    visibility: hidden;
}

.leaflet-tile-loaded {
    visibility: inherit;
}

.ev-map {
    isolation: isolate;
    min-height: 520px;
}
