.wp-block-acf-bsa-offers-offers-carousel-podium .block-editor-block-list__layout {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr;
    padding: 20px 0;
}

.wp-block-acf-bsa-offers-offers-selection .offers-list-grid--2 {
    display: block;
}
.wp-block-acf-bsa-offers-offers-selection .offers-list-grid--2 .block-editor-block-list__layout {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr;
}

.wp-block-acf-bsa-offers-offer .acf-block-preview:empty {
    min-height: 50px;
}
.wp-block-acf-bsa-offers-offer .acf-block-preview:empty:before {
    content: 'Sélectionnez une offre';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f3f3f3;
    padding: 10px;
}