html :where(.editor-styles-wrapper) {
    font-family: sans-serif;
}

body.gutenberg-editor-page {
	background-color: #FFF;
	color: #000;
}

/* Main column width */
/*
@media (min-width: 1500px) {
    .wp-block {
        max-width: 1080px;
    }
}
*/

/* Width of "wide" blocks */
.wp-block[data-align="wide"] {
    max-width: 100%;
}

/* Width of "full-wide" blocks */
.wp-block[data-align="full"] {
    max-width: none;
}

/* Fix overlapping columns */
.edit-post-visual-editor .editor-block-list__block .editor-block-list__block-edit  {
    margin-left: 0;
    margin-right: 0;
}

/* Fix color */
.edit-post-visual-editor, .edit-post-visual-editor p, .edit-post-visual-editor h2, .edit-post-visual-editor h3 {
    color: inherit;
}
.wp-block-shortcode {
    color: #000;
}

.editor-block-list__layout > div:last-child {
    width: 100%;
}
/*
.editor-block-list__layout > div:last-child .editor-default-block-appender__content {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
*/

/*
.editor-block-list__block-edit {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
*/

.block-library-gallery-item__inline-menu .components-button.has-icon:not(:focus) {
    color: black;
}

.wp-block-image.aligncenter {
    margin-left: auto;
    margin-right: auto;
}


.wp-block-image.alignright {
    margin-left: auto;
}

.h-100 {
    height:100%;
}

[data-wp-component="InputBase"] > .components-input-control__container > div:first-child,
[data-wp-component="VisuallyHidden"] {
    min-height: 200px;
}

/* :not([data-type="madeit/block-content-column"] .components-popover.block-editor-block-popover__inbetween) {
    display: none !important;
} */


