/* MoviePux public render guard v1.9.3
   Defensive only: prevents the public <main> from remaining hidden/collapsed
   because of stale CSS, a cached rule, or a client-side state leak. */
body.site-body:not(.auth-page):not(.auth-standalone-page):not(.reset-standalone-page) > main.site-main.moviepux-render-recovered {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  clip: auto !important;
  clip-path: none !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  max-height: none !important;
  min-height: 1px !important;
  overflow: visible !important;
  position: relative !important;
  z-index: 1 !important;
}
body.site-body > main.site-main.moviepux-render-recovered > * {
  visibility: visible !important;
  opacity: 1 !important;
}
@media (min-width:1200px) {
  body.moviepux-navbar-recovered #main-header {
    height: auto !important;
    min-height: 0 !important;
    max-height: 96px !important;
  }
  body.moviepux-navbar-recovered #mainNavbar {
    height: auto !important;
    min-height: 0 !important;
    max-height: 96px !important;
    overflow: visible !important;
  }
}
