/* ISDLab APA template for teachPress */

.tp_apa_list .tp_publication {
	margin-bottom: 14px;
}

.tp_apa_list .tp_pub_apa {
	font-size: 15px;
	line-height: 1.7;
	margin: 0;
}

.tp_apa_list .tp_apa_author {
	font-weight: 600;
}

.tp_apa_list .tp_apa_title a,
.tp_apa_list .tp_apa_title .tp_title_link {
	font-weight: 400;
}

.tp_apa_list .tp_apa_doi {
	word-break: break-all;
}

.tp_apa_list .tp_h4 {
	font-family: 'Play', 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #143259;
	margin: 1.4em 0 .6em;
}

/* single publication page */
.isd-pub-single__citation { color: #535353; }
.isd-pub-single__facts { display: grid; grid-template-columns: 120px 1fr; gap: 6px 16px; margin: 18px 0; }
.isd-pub-single__facts dt { font-weight: 600; color: #143259; }
.isd-pub-single__facts dd { margin: 0; }
.isd-pub-single__bibtex {
	background: #f8f9fb;
	border: 1px solid #dfe4ea;
	border-radius: 4px;
	padding: 14px 16px;
	font-size: 12.5px;
	line-height: 1.45;
	overflow: auto;
}
.isd-pub-single__back { margin-top: 28px; font-weight: 600; }
