/* Editor-only helpers for the foran/* homepage blocks.
   Loaded via add_editor_style(), so every selector is scoped to the
   editor canvas — this file is not enqueued on the front end. */

/* Slick only runs on the front end: stack hero slides so each one is
   editable, and give empty slides a visible height */
.c-slider > div {
    min-height: 280px;
    background-size: cover;
    background-position: center;
    margin-bottom: 8px;
}

.c-hero {
    height: auto;
    max-height: none;
}

/* Inserter appender buttons inside the slider/tile containers */
.c-slider .block-list-appender,
.c-tiled .block-list-appender,
.contain .block-list-appender {
    position: relative;
    margin: 8px 0;
}
