.block-editor .is-style-full-width {
	position: relative;
	margin-left: -14px;
	margin-right: -14px;
	z-index: 20;
	background: #fff;
}

.block-editor .is-style-full-width::before,
.block-editor .is-style-full-width::after {
	position: absolute;
	top: 50%;
	right: 100%;

	content: "\f341";
	font-family: dashicons;
	font-size: 48px;
	line-height: 48px;
	margin-top: -24px;

	opacity: 0.3;
}

.block-editor .is-style-full-width::after {
	content: "\f345";
	left: 100%;
	right: auto;
}