/* One shared desktop alignment line for the site navigation and ordinary
   content pages.  The header background intentionally spans the viewport;
   its inner navigation and all standard content now use the same 1080px
   container.  Narrow account forms keep their readable form width. */
:root{--cid-layout-width:1080px;--cid-layout-gutter:32px}
.cid-container{width:min(var(--cid-layout-width),calc(100% - var(--cid-layout-gutter)))!important}
body.cid-body #wp,
body.cid-body #pt,
body.cid-body #ct.ct2_a,
body.cid-body #ct.ct3_a,
#space #hd,
#space #wp,
#space #ct{width:min(var(--cid-layout-width),calc(100% - var(--cid-layout-gutter)))!important}

@media(max-width:720px){
  :root{--cid-layout-gutter:22px}
  body.cid-body #pt{width:calc(100% - var(--cid-layout-gutter))!important}
}
