body.mpce-mode-active .mpce-switch-mode-off,
body.mpce-mode-inactive .mpce-switch-mode-on {
    display: none;
}
body.mpce-mode-active .editor-block-list__layout,
body.mpce-mode-active .edit-post-text-editor__body .editor-post-text-editor,
body.mpce-mode-active .block-editor-block-list__layout,
body.mpce-mode-inactive #mpce-editor-placeholder {
    display: none;
}
#mpce-editor-placeholder {
    height: 300px;
    width: 100%;
    margin-bottom: 50px;
}
#mpce-go-to-editor-link {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
	text-decoration: none;
}
