/* MODULIQ Newsroom v1.6.3 — one authoritative Wide canvas + branding repair */

/* In global WIDE mode every top-level page region uses the same canvas.
   Row-level 100% is intentionally constrained here; true edge-to-edge is the FULL theme mode. */
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-builder-shell,
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-inline:auto!important;
  box-sizing:border-box!important;
}
body.mq-theme-wide .mq-v110-row-full .mq-v110-row-inner{padding-inline:0!important}

/* Branding may never collapse when the menu lives in the header row. */
.mq-header-main .mq-brand{display:flex!important;align-items:center!important;min-width:0;flex:0 0 auto;visibility:visible!important;opacity:1!important}
.mq-header-main .mq-logo-link{display:inline-flex!important;align-items:center!important;max-width:min(320px,24vw)!important;visibility:visible!important;opacity:1!important}
.mq-header-main .mq-mode-logo{visibility:visible!important;opacity:1!important;object-fit:contain}
.mq-nav-location-header .mq-header-main{grid-template-columns:minmax(150px,auto) minmax(0,1fr) auto}

@media(max-width:1040px) and (min-width:761px){
  .mq-header-main .mq-logo-link{max-width:min(240px,22vw)!important}
  .mq-nav-location-header .mq-header-main{grid-template-columns:minmax(130px,auto) minmax(0,1fr) auto}
}
@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-builder-shell,
  body.mq-theme-wide .mq-footer[data-mq-footer-v132] .mq-footer-builder-shell{width:calc(100% - 24px)!important}
  .mq-header-main .mq-logo-link{max-width:min(190px,48vw)!important}
}
