.leaflet-container {
    z-index: 1;
    font-family: inherit;
    width: 100%;
    height: 100%;
}

.leaflet-container img.leaflet-tile,
.leaflet-container img.leaflet-marker-icon,
.leaflet-container img.leaflet-marker-shadow,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img {
    max-width: none !important;
    max-height: none !important;
}

.leaflet-popup-content {
    margin: 12px 16px;
    line-height: 1.5;
    font-size: 1.1rem;
    color: #000;
}

.leaflet-popup-content .content,
.leaflet-popup-content .text,
.leaflet-popup-content .simple-text,
.leaflet-popup-content strong,
.leaflet-popup-content b,
.leaflet-popup-content p,
.leaflet-popup-content .color-orange {
    color: #000;
}

.leaflet-popup-content a,
.leaflet-popup-content a:hover,
.leaflet-popup-content a:focus,
.leaflet-popup-content a:visited {
    color: #000;
    font-size: 1.1rem;
    line-height: 1.5;
    text-decoration: underline;
}

.leaflet-routing-container {
    display: none;
}

.djangocms-googlemap-direction {
    background: #fff;
    padding: 0.5rem;
    max-height: 300px;
    overflow-y: auto;
}

.djangocms-googlemap-direction ol {
    margin: 0;
    padding-left: 1.25rem;
}

.map-margin .leaflet-container,
#facility-detail-map.leaflet-container {
    min-height: 400px;
    height: 100%;
}

.vpk-map-marker {
    background: transparent;
    border: none;
}

.vpk-map-marker-pin {
    display: block;
    width: 26px;
    height: 26px;
    background: #E94E1B;
    border: 3px solid #fff;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    margin: 4px 0 0 2px;
}

.leaflet-tooltip.vpk-map-marker-tooltip,
.leaflet-tooltip {
    font-family: inherit;
}
