.block-editor-writing-flow .wp-block-dgd-custom-block-wrapper-section-block {
  padding: 10px;
  border: 2px dashed #ddd
}

/*
.edit-post-visual-editor.editor-styles-wrapper .wp-block {
  max-width: 100%;
}

.edit-post-visual-editor.editor-styles-wrapper .wp-block-dgd-custom-block-wrapper-section-block.ins-trading > .block-editor-inner-blocks > .block-editor-block-list__layout{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  align-items: center;
}

.edit-post-visual-editor.editor-styles-wrapper .wp-block-dgd-custom-block-wrapper-section-block.ins-trading > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
  max-width: 50%;
  width: 50%;
}

.edit-post-visual-editor.editor-styles-wrapper .wp-block-dgd-custom-block-wrapper-section-block.ins-trading > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-list-appender.wp-block {
  max-width: 100%;
  width: 100%;
}
*/