/* Profile trigger: name + role line (top bar) */
.profile-dropdown .a-profile.d-flex {
    align-items: center;
    text-align: left;
    max-width: 200px;
}

.profile-dropdown .a-profile .profile-avatar-wrap {
    position: relative;
    flex-shrink: 0;
}

.profile-dropdown .a-profile .profile-trigger-labels {
    min-width: 0;
    max-width: 132px;
}

.profile-dropdown .a-profile .profile-trigger-name {
    line-height: 1.2;
    font-size: 0.875rem;
}

.profile-dropdown .a-profile .profile-trigger-roles {
    line-height: 1.2;
    font-size: 0.7rem;
    margin-top: 1px;
}

.profile-dropdown .a-profile > .icon-arrow-down {
    flex-shrink: 0;
    margin-left: 2px;
}
