/* Editor CSS for buckets */

/* Get rid a margin around bucket blocks */

.editor-styles-wrapper .block-editor-block-list__block[data-type="ppablocks/bucket"] {
    margin-top: 0;
    margin-bottom: 0;
}

/* Move the flex box down to the right point in the editor */

.editor-styles-wrapper .block-editor-block-list__block[data-type="ppablocks/bucket"] .ppablocks-bucket-items {
    display: block;
}

.editor-styles-wrapper .block-editor-block-list__block[data-type="ppablocks/bucket"] .ppablocks-bucket-items .block-editor-block-list__layout {
    display: flex;
    flex-wrap: wrap;
}