/*
 * Estilos para el editor de páginas Gutenberg
 * Esta hoja de estilos contiene todos los estilos necesarios para personalizar
 * y mejorar la interfaz del editor Gutenberg
 *
 * @package WordPress
 * @subpackage Gutenberg
 * @since 1.0.0
 */

html :where(.wp-block) {
    margin-bottom: 0;
    /* max-width: calc(100% - 4rem); */
    max-width: 100%;
    margin-top: 0;
}

.interface-complementary-area__fill,
div#edit-post\:block,
div#edit-post\:document {
    width: 450px !important;
}

h1.wp-block.wp-block-post-title.block-editor-block-list__block.editor-post-title.editor-post-title__input {
    text-align: center;
}

.editor-visual-editor__post-title-wrapper.edit-post-visual-editor__post-title-wrapper {
    margin-top: 0!important;
}

:where(.editor-styles-wrapper) ol li, :where(.editor-styles-wrapper) ul li{
    margin-bottom: .5rem;
}