/**
 * PrimeAcademicPress v32 force layer
 * Goal: make site homepage rich-text typography closer to system backend editor.
 * Scope: only #main-site .about_site on site index.
 */

body.pap-site-index #main-site .about_site h1,
body.pap-site-index #main-site .about_site h2,
body.pap-site-index #main-site .about_site h3,
body.pap-site-index #main-site .about_site h4 {
	font-family: inherit !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
	letter-spacing: normal !important;
	text-transform: none !important;
	color: #1f2937 !important;
	margin-top: 0.9rem !important;
	margin-bottom: 0.45rem !important;
	padding-bottom: 0 !important;
	border-bottom: none !important;
}

body.pap-site-index #main-site .about_site h1:first-child,
body.pap-site-index #main-site .about_site h2:first-child,
body.pap-site-index #main-site .about_site h3:first-child,
body.pap-site-index #main-site .about_site h4:first-child {
	margin-top: 0 !important;
}

body.pap-site-index #main-site .about_site p {
	font-family: inherit !important;
	line-height: 1.7 !important;
	color: #1f2937 !important;
	margin-top: 0 !important;
	margin-bottom: 0.75rem !important;
	max-width: none !important;
}

body.pap-site-index #main-site .about_site p:last-child {
	margin-bottom: 0 !important;
}
