/**
 * Page-level styles (covers, heroes, and other content that appears on most pages).
 *
 * Below ~1227px the overlay cover’s inner <section> needs a fixed height
 * so heading/CTA stay vertically centered instead of collapsing with the
 * image.
 */

@media (max-width: 1227px) {
    .wp-block-cover:has(.has-background-dim):first-of-type > .wp-block-cover__inner-container section {
        min-height: 430px;
        align-content: center;
    }
}
