/**
 * Single combined pillar hero (replaces duplicate white + hidden pillar blocks).
 */
.hero-cover-pillar {
    min-height: 200px;
    position: relative;
    overflow: hidden;
}

.hero-cover-pillar .wp-block-cover__image-background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-cover-pillar > .wp-block-cover__background {
    z-index: 1;
}

.hero-cover-pillar picture {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.hero-cover-pillar .wp-block-cover__inner-container {
    min-height: inherit;
    position: relative;
    z-index: 2;
}

.hero-cover-pillar .title-spacer {
    height: 120px;
}

@media (min-width: 768px) {
    .hero-cover-pillar .title-spacer {
        height: 180px;
    }
}

.hero-cover-pillar .ers-pillar-hero-intro {
    margin-top: 0;
    max-width: 48rem;
}

.hero-cover-pillar.hidden {
    display: none !important;
}
