/*
 * ERP navigation layer.
 *
 * This file is deliberately scoped to the ERP shell. Storefront never renders
 * .app-shell, so menu changes cannot leak into a storefront theme.
 * Navigation will move here progressively from app.css; no form selector is
 * allowed in this file.
 */
.app-shell .side-tree {
    min-width: 0;
}

.app-shell .side-group,
.app-shell .side-link {
    min-width: 0;
}

.app-shell .side-group summary > span,
.app-shell .side-link > span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}
