/* Fix Claro admin edit UI:
   InforME template applies form { max-width:700px; } globally.
   The constraint is enforced by layout containers on node edit pages. */
body.path-node .page-wrapper.dialog-off-canvas-main-canvas main,
body.path-node .page-wrapper.dialog-off-canvas-main-canvas main > .layout-container,
body.path-node .page-wrapper.dialog-off-canvas-main-canvas .layout-container,
body.path-node .page-wrapper.dialog-off-canvas-main-canvas .region.region-highlighted,
body.path-node .page-wrapper.dialog-off-canvas-main-canvas .region.region-content {
  max-width: none !important;
  width: auto !important;
}

/* Also neutralize the vendor global form rule on edit forms */
body.path-node .page-wrapper.dialog-off-canvas-main-canvas form.node-form {
  max-width: none !important;
  width: 100% !important;
}