/* CONTENT */

.CONTENT::before,
.CONTENT::after {
	content: "";
	display: block;
	overflow: hidden;
}

.CONTENT .content :is(h1, h2, h3, h4, h5, h6) + p:last-child {text-wrap: balance;}
.CONTENT[data-misc~="center-text"] {text-align: center;}

@media (width <= 960px) {
	.CONTENT:not[data-misc~="keep-breaks"] .content br {display: none;}
}
