html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container
> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

html :where(.editor-styles-wrapper) .wp-block {
  max-width: 100% !important;
}

html :where(.editor-styles-wrapper) {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
