/* Flag-only mode: hide all menus, panels, and controls */

html.flag-only .site-header,
html.flag-only .bottom-app-bar,
html.flag-only .drawer,
html.flag-only .toasts,
html.flag-only .stats {
  display: none !important;
}

html.flag-only .site-wrapper.site-is-drawer-open .app-viewer,
html.flag-only .site-is-drawer-open .app-viewer {
  transform: none !important;
}

html.flag-only .site-wrapper.site-is-drawer-open {
  visibility: visible !important;
  height: 100% !important;
}

html.flag-only .site-main,
html.flag-only .app-viewer {
  height: 100%;
}
