/* MODULIQ Newsroom v1.6.2 — one Wide canvas for header, homepage and footer */
body.mq-theme-wide .mq-container,
body.mq-theme-wide .mq-v110-row-wide .mq-v110-row-inner,
body.mq-theme-wide .mq-v110-row-full .mq-v110-row-inner,
body.mq-theme-wide .mq-footer[data-mq-footer-v132] .mq-footer-builder-shell{
  width:min(var(--mq-wide-percent,90vw),var(--mq-wide-width,1920px))!important;
  max-width:none!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-sizing:border-box!important;
}
body.mq-theme-wide .mq-v110-row-full .mq-v110-row-inner{padding-left:0!important;padding-right:0!important}
@media(max-width:760px){
  body.mq-theme-wide .mq-container,
  body.mq-theme-wide .mq-v110-row-content .mq-v110-row-inner,
  body.mq-theme-wide .mq-v110-row-wide .mq-v110-row-inner,
  body.mq-theme-wide .mq-v110-row-full .mq-v110-row-inner,
  body.mq-theme-wide .mq-footer[data-mq-footer-v132] .mq-footer-builder-shell{width:calc(100% - 24px)!important}
}
