.editor-styles-wrapper > :where(:not(.is-layout-flex, .is-layout-grid)) > .wp-block {
	max-width: 90%;
	&[data-align="wide"] {
		max-width: none;
	}
	&[data-align="full"] {
		max-width: none;
	}
}

:root :where(.has-background) {
	box-sizing: border-box;
}
