/* För post-type-post */
.post-type-post .block-editor-block-list__layout,
.post-type-post .edit-post-visual-editor__post-title-wrapper .editor-post-title {
    max-width: 728px;
    margin-inline: auto;
    /* padding-inline: 200px; */ /* Kommentar för eventuell framtida användning */
}

/* Styrning av editor-styles-wrapper för post-type-post */
.post-type-post .editor-styles-wrapper {
    max-width: 40rem; /* Kombinerar max-width från tidigare versioner */
    margin-inline: auto;
    width: 100%;
    background: var(--base-0);
    height: 100%;
}

/* Bakgrundsfärg för edit-post-visual-editor */
.edit-post-visual-editor,
.editor-styles-wrapper {
    background: var(--base-0); /* !important borttaget om inte absolut nödvändigt */
}

/* För resizable box container */

.editor-resizable-editor.is-resizable {
	height: 80vh!important;
}