/**
 * Description: My Account sidebar nav styling for Manage Users menu item
 * Version: 1.1.0
 * Author: Level Up Development
 * Text Domain: lud-multi-user-accounts
 *
 * Mirrors Divi Theme Builder rules on .menu-profile / .menu-orders / etc.
 * so a Customizer-added Manage Users link matches the existing sidebar.
 */

.menu-manage-users a:before {
    content: url("../images/lud-mua-manage-users-icon.svg");
    display: inline-block;
    margin-right: 8px;
    width: 24px !important;
    height: 24px !important;
    vertical-align: middle;
}
