/* =====================================================
   MAP MARKER LABELS ONLY
   White marker labels => BLACK text in BOTH themes
   ===================================================== */

/* Standard Leaflet tooltips */
.leaflet-tooltip,
.leaflet-tooltip *,
.leaflet-tooltip-pane .leaflet-tooltip,
.leaflet-tooltip-pane .leaflet-tooltip * {
    color:#101713 !important;
    -webkit-text-fill-color:#101713 !important;
    text-shadow:none !important;
    opacity:1 !important;
    visibility:visible !important;
}

/* keep their white/light background */
.leaflet-tooltip {
    background:#ffffff !important;
}
