.module-tree-item {
	position: relative;
}

.module-tree-link {
	margin-left: var(--module-tree-branch-width);
	position: relative;
	z-index: 2;
}

.module-tree-item::before {
	border-top: 1px solid #cbd5e1;
	content: '';
	left: 0;
	position: absolute;
	top: 0.875rem;
	width: var(--module-tree-branch-width);
	z-index: 1;
}

.module-tree-item--root::after {
	border-left: 1px solid #cbd5e1;
	bottom: 0.875rem;
	content: '';
	left: 0;
	position: absolute;
	top: 0.875rem;
	z-index: 1;
}
