/* WordPress-only: keep Astra leftovers and the admin bar from breaking the layout. */

body.redbolt-page {
  margin: 0;
  background: #070707;
  color: #f4f4f4;
}

body.redbolt-page #page,
body.redbolt-page .site,
body.redbolt-page #content,
body.redbolt-page .site-content,
body.redbolt-page .ast-container {
  max-width: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.admin-bar .site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
