/* Mirror frontend layout styles */
.wp-block {
    max-width: 100%;
}

.wp-block-group {
    padding: 20px;
}


/* Allow full width blocks inside Gutenberg editor */
body.block-editor-page .editor-styles-wrapper .wp-block {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box;
    padding: 0 !important;
    margin: 0 !important;
}

body.block-editor-page .editor-styles-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
