.vn-portal-session-indicator {
    position: fixed;
    right: max(16px, env(safe-area-inset-right));
    bottom: max(16px, env(safe-area-inset-bottom));
    z-index: 9990;
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 999px;
    background: #0b4f59;
    box-shadow: 0 12px 30px rgba(7, 45, 55, .24);
    color: #fff !important;
    font: 750 15px/1.2 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    text-decoration: none !important;
    transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.vn-portal-session-indicator:hover,
.vn-portal-session-indicator:focus-visible {
    background: #083c44;
    box-shadow: 0 15px 34px rgba(7, 45, 55, .3);
    transform: translateY(-2px);
}

.vn-portal-session-indicator--signed-in {
    background: #006b68;
}

.vn-portal-session-bridge {
    position: fixed;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

/* De accountlink staat op mobiel in het hamburgermenu. */
.vn-portal-mobile-account {
    display: none !important;
}

@media (max-width: 1023px) {
    .vn-portal-session-indicator {
        display: none !important;
    }

    .vn-elementor-navigation .vn-portal-mobile-account {
        display: grid !important;
        border-top: 2px solid rgba(0, 107, 104, .18);
    }

    .vn-elementor-navigation .vn-portal-mobile-account > a {
        color: #006b68 !important;
        font-weight: 800;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vn-portal-session-indicator {
        transition: none;
    }
}
