/* Structural corrections for Create/Edit Motion. Scoped to prevent the global app sidebar rules from affecting editor asides. */
.motion-editor-mode .motion-workspace{grid-template-columns:220px minmax(0,1fr) 340px!important;position:relative;min-height:0}
.motion-editor-mode .document-outline{grid-column:1!important;grid-row:1!important;position:static!important;inset:auto!important;width:auto!important;height:auto!important;min-width:0!important;min-height:0!important;padding:0!important;margin:0!important;background:#fff!important;color:#10213d!important;z-index:1!important;overflow:hidden!important}
.motion-editor-mode .motion-paper-area{grid-column:2!important;grid-row:1!important;position:relative!important;width:auto!important;height:auto!important;min-width:0!important;min-height:0!important;overflow:hidden!important}
.motion-editor-mode .drafting-tools{grid-column:3!important;grid-row:1!important;position:static!important;inset:auto!important;width:auto!important;height:auto!important;min-width:0!important;min-height:0!important;margin:0!important;padding:0!important;background:#fff!important;color:#10213d!important;display:block!important;z-index:1!important;overflow-y:auto!important;overflow-x:hidden!important}
.motion-editor-mode .motion-document{min-height:0!important;height:100%!important;box-sizing:border-box!important;overflow-y:auto!important;overflow-x:hidden!important}
.motion-editor-mode .motion-statusbar{position:relative!important;z-index:4!important;min-height:37px!important}
.motion-editor-mode main>header{position:relative!important;overflow:visible!important;padding-right:610px!important}
.motion-editor-mode #actions{display:flex!important;visibility:visible!important;position:fixed!important;top:19px!important;right:20px!important;z-index:40!important;gap:8px!important;white-space:nowrap!important}
.motion-editor-mode #actions button{display:inline-flex!important;align-items:center!important;justify-content:center!important;visibility:visible!important}
.motion-editor-mode .draft-tabs{box-sizing:border-box!important}.motion-editor-mode .clause-pane{box-sizing:border-box!important}
@media(max-width:1450px){.motion-editor-mode .motion-workspace{grid-template-columns:205px minmax(0,1fr) 300px!important}.motion-editor-mode main>header{padding-right:525px!important}.motion-editor-mode #actions button{padding:0 9px!important;font-size:11px!important}.motion-editor-mode #actions{right:12px!important}.motion-editor-mode .motion-document{padding-left:28px!important;padding-right:28px!important}}
