// Don't respect content width on the block element on the edit variation screen
.editor-styles-wrapper.post-type-boldblocks_variation .block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: none;
}
