/**
 * PrimeAcademicPress v31 force layer
 * Site homepage rich-text spacing normalization:
 * - remove editor-injected standalone <br> between blocks
 * - tighten heading-to-paragraph rhythm in About the Site card
 */

body.pap-site-index #main-site .about_site > br {
	display: none !important;
}

body.pap-site-index #main-site .about_site h3 {
	margin-top: 1rem !important;
	margin-bottom: 0.45rem !important;
	padding-bottom: 0 !important;
	border-bottom: none !important;
	line-height: 1.35 !important;
}

body.pap-site-index #main-site .about_site p {
	margin-top: 0 !important;
	margin-bottom: 0.75rem !important;
}

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