/* Only the two substituted template-part wrappers, never article main/body. */
.wp-site-blocks > :is(header,footer).cw-article-chrome {
  width: calc(100% + 2 * var(--wp--custom--spacing--outer, 0px));
  max-width: none;
  margin-inline: calc(-1 * var(--wp--custom--spacing--outer, 0px));
}
