/* Einheitliche Breite für Titel + Inhalt im Beitrags-/CPT-Editor,
   nicht in GP Elements und nicht im Template-/Site-Editor-Modus */
body.block-editor-page.post-php:not(.is-template-mode)[class*="post-type-"]:not(.post-type-gp_elements) .edit-post-visual-editor__post-title-wrapper,
body.block-editor-page.post-new-php:not(.is-template-mode)[class*="post-type-"]:not(.post-type-gp_elements) .edit-post-visual-editor__post-title-wrapper,
body.block-editor-page.post-php:not(.is-template-mode)[class*="post-type-"]:not(.post-type-gp_elements) .editor-post-title__block,
body.block-editor-page.post-new-php:not(.is-template-mode)[class*="post-type-"]:not(.post-type-gp_elements) .editor-post-title__block,
body.block-editor-page.post-php:not(.is-template-mode)[class*="post-type-"]:not(.post-type-gp_elements) .block-editor-block-list__layout,
body.block-editor-page.post-new-php:not(.is-template-mode)[class*="post-type-"]:not(.post-type-gp_elements) .block-editor-block-list__layout {
    max-width: 780px;
    margin: 0 auto;
}

/* Optional wenn Du Wide/Full im Beitrag nutzen willst */
body.block-editor-page .block-editor-block-list__layout .wp-block.alignwide,
body.block-editor-page .block-editor-block-list__layout .wp-block[data-align="wide"],
body.block-editor-page .block-editor-block-list__layout .wp-block.alignfull,
body.block-editor-page .block-editor-block-list__layout .wp-block[data-align="full"] {
    max-width: none;
    width: auto;
}



/* Begrenze nur Standard-Posts und Pages 
body.post-type-post .block-editor-block-list__layout,
body.post-type-page .block-editor-block-list__layout {
    max-width: 780px;
    margin: 0 auto;
}

/* Optional für den Wrapper 
body.post-type-post .editor-styles-wrapper,
body.post-type-page .editor-styles-wrapper {
    max-width: 780px;
    margin: 0 auto;
}
*/
.components-resizable-box__container.editor-resizable-editor {
    background: white;
}


