br.sp-br {
	display: none;
}

@media (max-width: 600px) {
	br.sp-br {
		display: inline;
	}
}

.editor-styles-wrapper .sp-br {
	color: inherit;
	display: inline;
	font-size: inherit;
	line-height: inherit;
	visibility: visible;
}

.editor-styles-wrapper .sp-br::before {
	content: none;
}
