/* Customers */
#nxctl-portal .nc-customer-avatar { width:40px;height:40px;border-radius:50%;background:var(--nc-accent);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:var(--nc-fs-base);flex-shrink:0; }

/* WordPress user search results in modal */
#nxctl-portal .nc-wp-user-result:hover {
    background: var(--nc-hover);
}
#nxctl-portal .nc-wp-user-result:last-child {
    border-bottom: none;
}
