@media only screen and (min-width: 961px) {
.is-sidebar-opened .editor-styles-wrapper .wp-block {
width: calc(100vw - 461px);
max-width: calc(100vw - 461px);
}
}