/**
 * Prime Academic Press — force layer v40.
 * Remove all theme-injected h2 gold divider lines (::before / ::after).
 */

.pkp_structure_main > .page h2::before,
.pkp_structure_main > .page h2::after,
.pkp_structure_main > .page .cmp_html_content h2::before,
.pkp_structure_main > .page .cmp_html_content h2::after,
.pkp_structure_main .description h2::before,
.pkp_structure_main .description h2::after,
.pkp_structure_main .journal-description h2::before,
.pkp_structure_main .journal-description h2::after,
.pkp_structure_main .cmp_html_content h2::before,
.pkp_structure_main .cmp_html_content h2::after,
.pkp_structure_main .cmp_notification h2::before,
.pkp_structure_main .cmp_notification h2::after,
.pkp_structure_main .about_site h2::before,
.pkp_structure_main .about_site h2::after,
.pkp_structure_main .obj_announcement_full h2::before,
.pkp_structure_main .obj_announcement_full h2::after,
.pkp_structure_main .obj_announcement_summary h2::before,
.pkp_structure_main .obj_announcement_summary h2::after,
.pkp_structure_sidebar .pkp_block h2::before,
.pkp_structure_sidebar .pkp_block h2::after,
body.pap-site-index #main-site .about_site h2::before,
body.pap-site-index #main-site .about_site h2::after,
body.pap-site-index #main-site .journals .page-header h2::before,
body.pap-site-index #main-site .journals .page-header h2::after,
body.pkp_page_information .page.page_information .description h2::before,
body.pkp_page_information .page.page_information .description h2::after {
	content: none !important;
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	box-shadow: none !important;
}

/* h2 titles: block layout (not flex rows built for taper lines) */
.pkp_structure_main > .page h2,
.pkp_structure_main > .page .cmp_html_content h2,
body.pap-site-index #main-site .journals .page-header h2 {
	display: block !important;
}
