body #page {
  overflow: hidden;
}
body #page .body-content {
  width: calc(100vw - 100px - 100px);
  max-width: 100%;
  padding: 0 100px;
  padding-top: 50px;
  margin: 0 auto;
  max-height: calc(100vh - var(--wp-admin--admin-bar--height) - 16px - 20px - 20px - 50px);
  overflow-y: auto;
  box-sizing: content-box;
}

/*# sourceMappingURL=page.css.map */
