.profile-menu-legacy-id,
.profile-menu-duplicate-notification {
    min-width: 0;
}

.profile-menu-legacy-id span,
.profile-menu-duplicate-notification span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header__user-dropdown--id {
    color: inherit;
    text-decoration: none;
}

.header__user-dropdown--id:hover {
    color: #fff;
}

@media (max-width: 760px) {
    .profile-menu-legacy-id,
    .profile-menu-duplicate-notification {
        width: 100%;
    }
}
