/* Fix for map search text color */
.leaflet-control-geocoder-form input {
    color: #000 !important;
}

/* Additional styles for highlighted markers */
.highlighted-marker {
    filter: drop-shadow(0 0 5px #FFFF00);
    z-index: 1000 !important;
}
