/* MODULIQ Newsroom v0.4.3 — site width modes */
body.mq-theme-wide .mq-container{width:min(var(--mq-wide-percent,90vw),var(--mq-wide-width,1920px));max-width:none}
body.mq-theme-full .mq-container{width:100%;max-width:none;padding-left:var(--mq-full-gutter,24px);padding-right:var(--mq-full-gutter,24px);box-sizing:border-box}
body.mq-theme-full .mq-featured-newsbar>.mq-container,body.mq-theme-full .mq-header .mq-container,body.mq-theme-full .mq-footer .mq-container{width:100%;max-width:none}
body.mq-theme-boxed .mq-container{width:min(var(--mq-boxed-width,1280px),calc(100% - 40px));max-width:none}
body.mq-theme-boxed .mq-header,body.mq-theme-boxed .mq-site-content,body.mq-theme-boxed .mq-featured-newsbar,body.mq-theme-boxed .mq-footer{width:min(calc(var(--mq-boxed-width,1280px) + 64px),calc(100% - 24px));margin-inline:auto}
@media(max-width:760px){body.mq-theme-full .mq-container{padding-left:12px;padding-right:12px}body.mq-theme-wide .mq-container,body.mq-theme-boxed .mq-container{width:calc(100% - 24px)}}
