// Narrows core's native Hierarchy view (web_hierarchy/hr_org_chart) node
// cards on the Employees page + Employee Directory from their 250px
// default down to 150px, matching Xenoptics' reference layout. Only the
// width changes -- everything else (min-height, header, drag/hover states)
// stays whatever web_hierarchy/hierarchy_card.scss already defines.
.o_hierarchy_node_container {
    width: 150px;
}
