/* assets/tooltip.css */
.leaflet-tooltip,
.leaflet-popup .leaflet-tooltip,
.leaflet-div-icon .leaflet-tooltip {
    font-size: 12px !important;
    font-weight: bold;
    line-height: 1.4;
    background-color: rgba(255,255,255,0.9);
    padding: 4px 6px;
    border-radius: 4px;
}

.leaflet-popup-content {
    font-size: 12px !important;   /* pas gewenste grootte aan */
    font-weight: bold;             /* optioneel */
    line-height: 1.4;
}
