/* More specific selector for the block editor */
body.block-editor-page .wp-block-group[style*="background-image"],
body.edit-post-visual-editor .wp-block-group[style*="background-image"],
.editor-styles-wrapper .wp-block-group[style*="background-image"] {
  background-clip: border-box;
  min-height: 100px;
  position: relative;
  background-color: transparent !important;
}

/* Remove default background color in editor if background image is set */
.editor-styles-wrapper .wp-block-group[style*="background-image"] {
  background-color: transparent !important;
  
} 


.block-editor-block-list__layout.is-root-container > div[style*="background-image"]{
  max-width: none !important;
}

