/*
 * The Newspaper theme styles section labels and card titles by class, so
 * their H2/H3 semantics do not need visual overrides. Legacy article headings
 * are marked with their original level when promoted; retain Newspaper's
 * original sizes so the semantic fix does not change older post sections.
 */
.td-post-content h2.houseomatic-aeo-from-h3 {
	font-size: 22px;
	line-height: 30px;
	margin-top: 27px;
	margin-bottom: 17px;
}

.td-post-content h3.houseomatic-aeo-from-h4 {
	font-size: 19px;
	line-height: 29px;
	margin-top: 24px;
	margin-bottom: 14px;
}

.td-post-content h4.houseomatic-aeo-from-h5 {
	font-size: 17px;
	line-height: 25px;
	margin-top: 21px;
	margin-bottom: 11px;
}

.td-post-content h5.houseomatic-aeo-from-h6 {
	font-size: 16px;
	line-height: 24px;
	margin-top: 21px;
	margin-bottom: 11px;
}