/* ==========================================================================
   PAGE SECTION BLOCKS — the few rules the static design carried as inline
   styles. The design itself lives in site.css; nothing here restyles it.
   ========================================================================== */

/* Centred Statement.
   The static build centred this passage with an inline style. As a block the
   alignment is an editor choice, so it needs a class it can switch between. */
.statement--centre { text-align: center; }
.statement--left { text-align: left; }

/* ==========================================================================
   EDITOR PARITY
   ========================================================================== */

/* The feature band is 680px tall on the site. Inside the canvas that is more
   height than the panel needs while it is being written, so it relaxes. */
.editor-styles-wrapper .feature-band { min-height: 420px; }

/* Rich text placeholders sit inside elements that are hidden when empty on the
   front end, so make sure they stay visible (and clickable) while editing. */
.editor-styles-wrapper .split-media figcaption:empty,
.editor-styles-wrapper .text-link:empty,
.editor-styles-wrapper .q-meta:empty { min-height: 1em; }
