/* core/cover defaults assume body-level mounting. Inside our
 * .entry-content wrapper an alignfull cover stays capped at the
 * content width; this rule restores the viewport-edge bleed so
 * cover sections can be used as page-spanning bands. */

.entry-content .wp-block-cover.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
