html :where(.wp-block),
.edit-post-visual-editor__post-title-wrapper > .wp-block,
.wp-core-ui .is-root-container > .wp-block {
	max-width: 90%;
	&[data-align="wide"] {
		max-width: none;
	}
	&[data-align="full"] {
		max-width: none;
	}
}
body {
	&:not(.is-fullscreen-mode) {
		#editor {
			z-index: 9999;
		}
	}
}
