/* The legacy React Admin tree stays mounted for routing and authentication,
   but it must not participate in layout while the BY order workspace is open. */
body.by-order-ops-v2-open #root {
  display: none !important;
}
