/* NeuroAcademia Cloud v4.30.1 - Compact Navigation */

.nav-user-link {
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: transform .16s ease, background .16s ease, color .16s ease;
}

.nav-user-link:hover {
    transform: translateY(-1px);
    color: #061424 !important;
    background: #d4af37 !important;
}

@media (max-width: 991px) {
    .nav-user-link {
        max-width: 100%;
        justify-content: center;
        margin-top: .35rem;
    }
}
