/* Main column width */
.wp-block {
    max-width: 100%;
}

/* Width of "wide" blocks */
.wp-block[data-align="wide"] {
    max-width: 1080px;
}

/* Width of "full-wide" blocks */
.wp-block[data-align="full"] {
    max-width: none;
}

body.block-editor-page .editor-post-title__block, body.block-editor-page .editor-default-block-appender, body.block-editor-page .editor-block-list__block {
    max-width: 100%;
}

.edit-post-visual-editor.editor-styles-wrapper {
	min-height: unset;
}