@charset "UTF-8";

.editor-styles-wrapper {
    background-color: #f5f5f5;
}

@media screen and (min-width: 1300px) {
    html :where(.wp-block) {
        max-width: 1200px;
    }
}

@media screen and (min-width: 1500px) {
    html :where(.wp-block) {
        max-width: 1440px;
    }
}