/* .part.leaflet-map,
.part.leaflet-map .leaflet-container,
#label79565568 {
    height: 1176px !important;
    width: 100%;
}

@media (max-width: 1599px) {
    .part.leaflet-map,
    .part.leaflet-map .leaflet-container,
    #label79565568 {
        height: 880px !important;
    }
}

@media (max-width: 1279px) {
    .part.leaflet-map,
    .part.leaflet-map .leaflet-container,
    #label79565568 {
        height: 680px !important;
    }
}

@media (max-width: 767px) {
    .part.leaflet-map,
    .part.leaflet-map .leaflet-container,
    #label79565568 {
        height: 400px !important;
    }
} */

.leaflet-marker-icon {
    cursor: pointer;
}

.body:has( .part.cb-googlemaps),
.part.cb-googlemaps {
    float: none;
    outline: 1px solid red;
}

.leaflet-container {
    width: 100% !important;
    height: 70vh !important;
    min-height: 400px;
    max-height: 800px;
}
.cb-undraggable {
    width: 100% !important;
    height: 70vh !important;
    min-height: 400px;
    max-height: 800px;
}
