/* ElixeMarket Work Hub global icon standard */
.emwh-icon,
.emwh-shell .dashicons.emwh-icon{
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    flex:0 0 16px;
    width:16px!important;
    height:16px!important;
    min-width:16px;
    font-size:16px!important;
    line-height:16px!important;
    vertical-align:-2px;
    margin:0;
}
.emwh-shell button .emwh-icon,
.emwh-shell a .emwh-icon,
.emwh-shell .emwh-action-btn .emwh-icon{
    margin-right:7px;
}
.emwh-shell .emwh-icon-only .emwh-icon{margin-right:0}
.emwh-shell [data-emwh-icon-normalized="1"]{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:0;
}
.emwh-shell .emwh-menu-item .emwh-icon,
.emwh-shell .emwh-nav-item .emwh-icon{
    margin-right:9px;
}
