/* Make the editor's wrapper chain behave like flex/grid passthroughs */
.wp-block-acf-gt-content-container .acf-block-preview {
    display: contents;
}

.wp-block-acf-gt-content-container .block-editor-inner-blocks,
.wp-block-acf-gt-content-container .block-editor-block-list__layout,
.wp-block-acf-gt-content-item .block-editor-inner-blocks,
.wp-block-acf-gt-content-item .block-editor-block-list__layout,
.wp-block-acf-gt-content-item {
    display: contents;
}

/* Same trick inside each column */
.wp-block-acf-gt-content-item .acf-block-component,
.wp-block-acf-gt-content-item .acf-block-body,
.wp-block-acf-gt-content-item .acf-block-preview {
    display: contents;
}


.gt-content-container figure, .gt-content-container img, .gt-content-container .wp-block-image {
  display: block;
  margin-bottom: initial;
}


.editor-styles-wrapper .wp-block-acf-gt-content-item :where(:not(.is-layout-flex,.is-layout-grid))>.wp-block {
    margin-left: unset;
    margin-right: unset;
}