/* Hide GeneratePress default header/footer when Next.js chrome is active */
body.hg-nextjs-chrome #masthead,
body.hg-nextjs-chrome .site-header,
body.hg-nextjs-chrome #site-navigation,
body.hg-nextjs-chrome .main-navigation,
body.hg-nextjs-chrome .inside-navigation,
body.hg-nextjs-chrome .navigation-branding,
body.hg-nextjs-chrome #colophon,
body.hg-nextjs-chrome .site-footer {
  display: none !important;
}

body.hg-nextjs-chrome .footer-widgets,
body.hg-nextjs-chrome .footer-widgets-container,
body.hg-nextjs-chrome .inside-footer-widgets,
body.hg-nextjs-chrome .site-info,
body.hg-nextjs-chrome .copyright-bar {
  display: none !important;
}

body.hg-nextjs-chrome .site-content {
  margin-top: 0;
}

body.hg-nextjs-chrome.admin-bar .hg-site-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.hg-nextjs-chrome.admin-bar .hg-site-header {
    top: 46px;
  }
}
