/* Mobile reading refinements for Collection editorial content. */
@media (max-width: 820px) {
	.dl-story-chapter__copy > p:not(.dl-overline),
	.dl-story-chapter__label > p:not(.dl-overline) {
		width: 100%;
		max-width: none;
		text-align: justify;
		text-justify: inter-word;
	}
}
