/* Brasil Emprega 7.8.33 — correção pontual de overflow mobile
   Escopo: editor.html, empresa.html e sobre.html. */
html,
body {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 1079px) {
  body:not(.admin-page) .be-premium-header,
  body:not(.admin-page) .be-premium-header .be-header-top,
  body:not(.admin-page) .be-premium-header .be-header-main,
  body:not(.admin-page) .be-premium-header .be-nav,
  body:not(.admin-page) .be-premium-header .be-menu {
    box-sizing: border-box;
    max-width: 100vw;
  }

  body:not(.admin-page) .be-premium-header .be-menu.is-open {
    width: auto !important;
    max-width: calc(100vw - 20px) !important;
  }
}

@media (max-width: 760px) {
  body.be-company-public-page .be-priority-hero--company,
  body.be-company-public-page .be-priority-hero--company .be-internal-hero__inner,
  body.be-company-public-page .be-priority-hero--company .be-internal-hero__visual,
  body.be-company-public-page .be-company-showcase,
  body.be-company-public-page .be-company-dashboard,
  body.be-company-public-page .be-company-dashboard__head,
  body.be-company-public-page .be-company-dashboard__metrics {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.be-company-public-page .be-company-dashboard {
    left: auto !important;
    right: auto !important;
  }

  body.be-about-page .be-priority-hero--about::before {
    width: 210px !important;
    height: 210px !important;
    right: 0 !important;
    top: -105px !important;
  }

  body.be-about-page .be-priority-hero--about::after {
    width: 160px !important;
    height: 160px !important;
    left: auto !important;
    right: 12px !important;
    bottom: -105px !important;
  }
}
