/* Full-bleed layout shell for shortcode-rendered Pages templates. */
.mlmmc-page-template {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: clip;
}

.mlmmc-page-template > section,
.mlmmc-page-template > header,
.mlmmc-page-template > footer,
.mlmmc-page-template > nav {
  width: 100%;
  max-width: 100%;
}

.mlmmc-page-template .wrap,
.mlmmc-page-template .container,
.mlmmc-page-template .content-wrap {
  width: 100%;
  max-width: 1250px !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
