/*
 * Swissup NavigationPro can leave its transparent backdrop active after page
 * initialization. It covers the viewport and captures every pointer event.
 * The menu itself remains usable; only the stale backdrop is disabled.
 */
.navpro-overlay-element {
    display: none !important;
    pointer-events: none !important;
}
