/* V17.7.4.264 — Unified actual Right Context Drawer width lock.
   Scope: the physical context drawer and its edge handle only.
   This intentionally does not redefine unrelated reserved-zone geometry. */

html body.v17-right-drawer-page .side-panels{
  width:360px!important;
  min-width:360px!important;
  max-width:360px!important;
}
html body.v17-right-drawer-page.v17-right-open > button.v17-edge-handle.v17-right-handle,
html body.v17-right-drawer-page.v17-right-open button.v17-edge-handle.v17-right-handle{
  right:360px!important;
}

/* AR View uses its own drawer selector inside the main SPA. */
html body.v17-ar-active #view-ar-view .ar-view-side-panels{
  width:360px!important;
  min-width:360px!important;
  max-width:360px!important;
}
html body.v17-ar-active.v17-right-open > button.v17-edge-handle.v17-right-handle{
  right:360px!important;
}

/* Installation Plans owns a dedicated fixed context drawer. */
html body.v17-installation-plans-fixed-layout.v17-right-drawer-page .side-panels{
  width:360px!important;
  min-width:360px!important;
  max-width:360px!important;
}
html body.v17-installation-plans-fixed-layout.v17-right-drawer-page.v17-right-open > button.v17-edge-handle.v17-right-handle,
html body.v17-installation-plans-fixed-layout.v17-right-drawer-page.v17-right-open button.v17-edge-handle.v17-right-handle{
  right:360px!important;
}
