/* manifesto.css — manifesto-only overrides.
   Scoped to body.manifesto-wide so the shared homepage (index.html), which
   loads the same styles.css, is unaffected. Purpose: a wider reading column
   than the homepage's ~36rem prose measure. */

body.manifesto-wide main > section > p,
body.manifesto-wide main > section > ul,
body.manifesto-wide main > section > ol,
body.manifesto-wide main > section > blockquote,
body.manifesto-wide main > section > .pull-quote,
body.manifesto-wide main > section > .lede,
body.manifesto-wide main > section > .what-audiences,
body.manifesto-wide main > section > .engagement,
body.manifesto-wide main > section > .triplet {
  max-width: 52rem;
}

/* The signup/demo forms share the prose measure; keep them in step. */
body.manifesto-wide .signup,
body.manifesto-wide .demo {
  max-width: 52rem;
}
