/* Reset Margin of the Gutenburg */
/*=========================================
    GUTENBERG RESET
=========================================*/

.editor-styles-wrapper *,
.entry-content *,
.wp-site-blocks *{
    margin-block-start: 0;
    margin-block-end: 0;
}

/* Remove default block spacing */

:where(.entry-content > *),
:where(.is-layout-flow > *),
:where(.is-layout-constrained > *),
:where(.is-layout-flex > *){
    margin-block: 0;
}

/* Remove paragraph spacing */

.entry-content p,
.wp-block-paragraph{
    margin: 0;
}

/* Remove heading spacing */

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.wp-block-heading{
    margin: 0;
}

/* Remove image spacing */

.wp-block-image{
    margin: 0;
}

/* Remove button spacing */

.wp-block-buttons,
.wp-block-button{
    margin: 0;
    padding: 0;
}

/* Remove list spacing */

.wp-block-list,
.wp-block-list li{
    margin: 0;
    padding: 0;
}