/**
 * Keep pathway / curriculum org-chart trees within the viewport (no horizontal page scroll).
 */

.pathwayslxp-learning-tree-viewport {
	box-sizing: border-box;
	max-width: 100%;
	width: 100%;
	overflow-x: hidden;
	overflow-y: visible;
}

.pathwayslxp-learning-tree-scale {
	display: inline-block;
	box-sizing: border-box;
	max-width: none;
	transform-origin: top center;
}

.pathwayslxp-learning-tree-viewport .pathwayslxp-pathway-tree-forest,
.pathwayslxp-learning-tree-viewport .pathwayslxp-curriculum-tree-forest {
	max-width: 100%;
	overflow-x: visible;
	overflow-y: visible;
}

.pathwayslxp-learning-tree-viewport .pathwayslxp-pathway-tree-chart,
.pathwayslxp-learning-tree-viewport .pathwayslxp-curriculum-tree-chart {
	max-width: 100%;
}

.pathwayslxp-learning-tree-viewport .pathwayslxp-pathway-tree-node,
.pathwayslxp-learning-tree-viewport .pathwayslxp-curriculum-tree-node {
	max-width: min(260px, 100%);
}
