#wp-admin-bar-bp-switch-account .ab-sub-wrapper {
    width: 207px;
    left: -207px;
}

#wp-admin-bar-bp-switch-account .wp-admin-bar-bp-switch-account-item {
    position: relative;
}

#wp-admin-bar-bp-switch-account .wp-admin-bar-bp-switch-account-item.is-current {
    border-bottom: 1px solid #e7e9ec;
    margin-bottom: 5px;
}

#wp-admin-bar-bp-switch-account .wp-admin-bar-bp-switch-account-item * {
    line-height: 1;
}

#wp-admin-bar-bp-switch-account .wp-admin-bar-bp-switch-account-item .ab-item {
    display: flex;
    align-items: center;
    height: auto !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

#wp-admin-bar-bp-switch-account .wp-admin-bar-bp-switch-account-item.is-current .ab-item {
    padding-bottom: 10px;
}

#wp-admin-bar-bp-switch-account .wp-admin-bar-bp-switch-account-item .user-info {
    flex: 1;
}

#wp-admin-bar-bp-switch-account .wp-admin-bar-bp-switch-account-item .display-name {
    display: block;
    line-height: 1;
    font-weight: bold;
}

#wp-admin-bar-bp-switch-account .wp-admin-bar-bp-switch-account-item .username {
    font-size: 10px;
    display: block;
    margin-top: 2px;
    font-style: italic;
}

#wp-admin-bar-bp-switch-account .wp-admin-bar-bp-switch-account-item .current-indicator {
    display: none;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: green;
}

#wp-admin-bar-bp-switch-account .wp-admin-bar-bp-switch-account-item .current-indicator.has-text {
    height: 15px;
    width: 15px;
    font-size: 10px;
    color: white;
    line-height: 15px;
    text-align: center;
}

#wp-admin-bar-bp-switch-account .wp-admin-bar-bp-switch-account-item.is-current .current-indicator,
#wp-admin-bar-bp-switch-account .wp-admin-bar-bp-switch-account-item .current-indicator.has-text {
    display: block;
}

/* == */

#wp-admin-bar-bp-switch-account .wp-admin-bar-bp-switch-account-add-item {
    display: flex;
    align-items: center;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #e7e9ec;
}

#wp-admin-bar-bp-switch-account .wp-admin-bar-bp-switch-account-add-item:nth-child(2) {
    border-top: none;
}

#wp-admin-bar-bp-switch-account .wp-admin-bar-bp-switch-account-add-item * {
    flex: 1;
    line-height: 1;
}

#wp-admin-bar-bp-switch-account .wp-admin-bar-bp-switch-account-add-item .ab-item {
    min-width: 0 !important;
    height: auto !important;
    margin-right: 15px;
}
