

.custom-popup {
	z-index: 9999;
	
}

.corner-label {
    font-size: 1.5em;
    font-family: "Source Sans Pro", Transit, Arial;
    padding: 6px 10px;
    background: white;
    border-radius: 4px;
    font-style: bold;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
    pointer-events: none; /* blockiert keine Karte */
}
