/* Structune Hub V17.7.4.534 — SCI04 page-scoped right drawer opener removal.
   Drawers, their geometry, contents and open state remain unchanged. */
html body:is(
  .v17-dashboard-constrained,
  .v17-assemblies-constrained,
  .v17-single-parts-constrained,
  .v17-cold-rolled-constrained,
  .v17-fasteners-constrained,
  .v17-labels-constrained,
  .v17-production-constrained,
  .v17-reports-constrained,
  .v17-support-constrained,
  .v17-about-constrained,
  .v17-installation-plans-fixed-layout
) button.v17-edge-handle.v17-right-handle{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}

/* Match direct-navigation first paint before the SPA route class is committed. */
html:is(
  .project-first-paint,
  .steel-first-paint,
  .single-parts-first-paint,
  .cold-rolled-first-paint,
  .fasteners-first-paint,
  .labels-qr-first-paint,
  .production-first-paint,
  .reports-first-paint,
  .support-first-paint,
  .about-first-paint
) body button.v17-edge-handle.v17-right-handle{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}
