/* Legacy retention export / stale review shell must never appear on /editor. */
html.ae-editor-path.ae-awaiting-upload [data-ae-legacy-export-killed],
html.ae-editor-path.ae-awaiting-upload .horizontal-studio-fullpage-main,
html.ae-editor-path.ae-awaiting-upload .editor-landing-skin.horizontal-studio-fullpage-main {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

html.ae-editor-path.ae-awaiting-upload #ae-stale-export-recovery,
html.ae-editor-path.ae-awaiting-upload #ae-stale-export-recovery ~ [data-ae-export-shell] {
  display: none !important;
}
