/**
 * Layout overrides when the AI Activation Result page template is assigned.
 */

body.aea-result-template-active #page-container,
body.aea-result-template-active .site,
body.aea-result-template-active #page {
  overflow-x: hidden;
}

body.aea-result-template-active #main-content,
body.aea-result-template-active .content-area,
body.aea-result-template-active .site-main,
body.aea-result-template-active #content-area,
body.aea-result-template-active .entry-content {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.aea-result-template-active .aea-result-template {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}

body.aea-result-template-active .aea-result-template__content {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}

/* Divi */
body.aea-result-template-active.et_pb_pagebuilder_layout .et_pb_row,
body.aea-result-template-active #left-area {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

body.aea-result-template-active #sidebar {
  display: none;
}
