@import url("/static/css/demo-workflow-base.css?v=20260726.1");

/* Keep the navigation content aligned to the 1120px page grid while
   extending its white background across the complete viewport. */
.nav {
  max-width: none;
  width: 100%;
  padding-left: max(28px, calc((100vw - 1120px) / 2 + 28px));
  padding-right: max(28px, calc((100vw - 1120px) / 2 + 28px));
}

