/* Editor layout fix for theme.json */

:where(.editor-styles-wrapper) .wp-block {
    max-width: unset !important;
}

.editor-visual-editor__post-title-wrapper, .wp-block-post-content {
    margin-left: 20px;
    margin-right: 20px;
}