.commentOn {
	.editor-styles-wrapper,
	&.editor-styles-wrapper {
		.wp-block {
			&.block-list-appender {
				width: auto;
			}
		}
		.wp-block-navigation {
			.wp-block {
				width: auto;
			}
		}
		.is-root-container {
			& > .wp-block[data-align="left"] {
				float: left;
				height: auto;
			}
			& > .wp-block {
				&.alignleft {
					float: left;
					height: auto;
				}
				&.alignright {
					float: right;
					height: auto;
				}
			}
			& > .wp-block[data-align="right"] {
				float: right;
				height: auto;
			}
			.cf-wrapperblock__suggestion {
				.wp-block[data-align="left"],
				.wp-block[data-align="right"] {
					height: auto;
					display: inline-block;
					margin-top: 0;
				}
			}
		}
	}
}
.multicollab_body_class{
	.responsive-layout{
		.block-editor-writing-flow{
			@media screen and (max-width:1200px){
				width:100%
			}
		}
	}
}
