/* Secondary admin tabs must reclaim the character-browser column when it is hidden. */
.cx-admin-shell:has(#cxAdminCardWorkflowModal:not([hidden])) #cxAdminCardsEditor,
.cx-admin-shell:has(#cxAdminStoryOptionsPanel:not([hidden])) #cxAdminChapterEditor,
.cx-admin-editor.cx-admin-options-active{
  grid-column:2 / -1;
}
