/* Navaid / Reporting Point text-only labels (no dot/icon) */
.navaid-text-label {
    background: transparent;
    border: none;
    font-weight: 700;
    font-size: 11px;
    white-space: nowrap;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
    pointer-events: auto;
}
