/**
 * Extra gap between heading text and the gold accent line.
 * Loaded as its own stylesheet so browsers pick it up immediately.
 */
.pkp_structure_sidebar .pkp_block .title,
.page_index_site .site_index_heading h2,
.pkp_page_index .current_issue > h2,
.pkp_page_index .homepage_about > h2,
.obj_issue_toc > .galleys > h2,
.obj_issue_toc .section > h2,
.obj_issue_toc .section > h3,
.obj_article_details .main_entry > .item > .label,
.obj_article_details .main_entry .item.keywords > .label,
.obj_article_details .main_entry .item.doi > .label,
.pkp_structure_main .page > h1,
.pkp_structure_main .page > h2,
.pkp_structure_main .page_contact .contact > h3,
.pkp_structure_main .page_submissions h2 {
	padding-bottom: 1rem !important;
}
