/* local overrides */

/* article stats */
@media only screen and (min-width: 1069px) {
	.section-article-content .article-stats .article-stat-number.customized {
		line-height: 0.85;
	}
	.section-article-content .article-stat.customized {
		margin-top: -30px;
	}
	.section-article-content .article-stat-label.customized {
		margin-top: 9px;
	}
}

@media only screen and (max-width: 1068px) {
	.section-article-content .article-stats .article-stat-number.customized {
		line-height: 0.75;
	}
	.section-article-content .article-stat.customized {
		margin-top: -24px;
	}
	.section-article-content .article-stat-label.customized {
		margin-top: 5px;
	}
}

@media only screen and (max-width: 734px) {
	.section-article-content .article-stats .article-stat-number.customized {
		line-height: 0.75;
	}
	.section-article-content .article-stat.customized.left {
		margin-top: -17px;
	}
	.section-article-content .article-stat-label.customized {
		margin-top: 3px;
	}
}

@media only screen and (max-width: 380px) {
	.section-article-content .article-stats .article-stat {
		grid-column: span 2;
	}
	.section-article-content .article-stats .article-stat .custom_xs {
		display: none;
	}
}
