.ecla-vendor-map-container {
    width : 100%;
    height : 220px;
    border-radius : 8px;
    overflow : hidden;
    margin-top : 14px;
    border : 1px solid var(--border-color);
    position : relative;
    z-index : 0;
}
.ecla-vendors-map-container {
    width : 100%;
    height : 200px;
    border-radius : 6px;
    overflow : hidden;
    border : 1px solid var(--border-color);
    position : relative;
    z-index : 0;
}
.leaflet-pane,
.leaflet-control {
    z-index : auto !important;
}
.ecla-modal-overlay .leaflet-pane {
    z-index : 0 !important;
}
