/* Editorial reading rhythm: justify only comfortable, full-width paragraphs. */
.mmf-single-content > p {
	overflow-wrap: break-word;
	text-wrap: pretty;
}

@media (min-width: 720px) {
	.mmf-single-content > p:not(
		.has-text-align-left,
		.has-text-align-center,
		.has-text-align-right
	) {
		-webkit-hyphens: auto;
		hyphens: auto;
		hyphenate-limit-chars: 6 3 3;
		text-align: justify;
		text-align-last: left;
		text-justify: inter-word;
	}
}
