/* CSS voor SVG markers */ .custom-svg-icon { background: none; border: none; transform: translate(-50%, -50%); pointer-events: 
    auto; cursor: pointer; z-index: 1;
}
.custom-svg-icon svg { transition: transform 0.2s ease; pointer-events: auto;
}
.custom-svg-icon:hover { z-index: 999 !important;
}
.custom-svg-icon:hover svg { transform: scale(1.5);
}
.leaflet-control-attribution{ visibility: hidden;
}
