/* Custom Leaflet styles for Joshua Project */

/* Increase tooltip font size for better readability */
.leaflet-tooltip {
    font-size: 14px !important;
    font-weight: 500;
    line-height: 1.4;
}

/* Ensure tooltip content is readable on all backgrounds */
.leaflet-tooltip b {
    font-weight: 600;
}

/* Reduce z-index for zoom controls so they only show on map, not when scrolling off */
.leaflet-top,
.leaflet-bottom {
    z-index: 400 !important;
}

