/* MAP POPUP ONLY — ALWAYS WHITE CARD + DARK TEXT */

.leaflet-popup-content-wrapper,
.leaflet-popup-tip{
    background:#ffffff !important;
}

.leaflet-popup-content{
    color:#101713 !important;
}

.leaflet-popup-content h1,
.leaflet-popup-content h2,
.leaflet-popup-content h3,
.leaflet-popup-content h4,
.leaflet-popup-content h5,
.leaflet-popup-content h6,
.leaflet-popup-content p,
.leaflet-popup-content span,
.leaflet-popup-content small,
.leaflet-popup-content strong,
.leaflet-popup-content b,
.leaflet-popup-content em,
.leaflet-popup-content label,
.leaflet-popup-content div{
    color:#101713 !important;
    -webkit-text-fill-color:#101713 !important;
    opacity:1 !important;
    visibility:visible !important;
    text-shadow:none !important;
}

.leaflet-popup-content small,
.leaflet-popup-content [class*="label"],
.leaflet-popup-content [class*="meta"]{
    color:#607069 !important;
    -webkit-text-fill-color:#607069 !important;
}

.leaflet-popup-close-button{
    color:#101713 !important;
    -webkit-text-fill-color:#101713 !important;
    opacity:1 !important;
}
