/* Public-facing styles for the plugin */
.rtl .wp-multi-location-map,
.rtl #wp-multi-location-map {
    direction: rtl;
}

.wp-multi-location-map,
#wp-multi-location-map {
    height: 500px;
}

.wplm-popup-rtl {
    direction: rtl;
    text-align: right;
}

.leaflet-popup-content {
    font-family: inherit;
}

.leaflet-container {
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5;
}

.leaflet-control-zoom-in, .leaflet-control-zoom-out{
    color: black !important;
}