/* The backdrop must stay below the shared drawer in both portal CSS bundles. */
@media (max-width: 1100px), (max-height: 500px) and (max-width: 1023px) {
  :is(.control-center-ui, .layout-editor-ui) .mobile-nav-backdrop {
    z-index: calc(var(--ui-z-drawer, 110) - 1);
  }
}
