/* local overrides */

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.article-feature-container .article-feature-headline.customized {
		max-width: 19rem;
	}
	.section-all-stories .typography-all-stories-headline {
		max-width: 24rem;
		margin-left: auto;
		margin-right: auto;
	}
	.section-router .section-content .typography-headline-elevated {
		max-width: 23rem;
		margin-left: auto;
		margin-right: auto;
	}
	.section-router .section-content .router-copy-container {
		max-width: 30rem;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 734px) {
	.article-feature-container .article-feature-headline.customized {
		max-width: 10rem;
	}
}

.icon-wrapper .icon,
.icon-wrapper .icon-after:after,
.icon-wrapper .icon-before:before,
.icon-wrapper .more:not(.icon-before):after {
	line-height: inherit;
}
