h3 {
	font-weight: 500;
}
h3::before {
	content: "●";
	color: var(--color-ris50);
	margin-right: 0.25em;
}
.papers {
	display: none;
}
.papers-list {
	list-style-type: disc;
	padding-left: 2em;
}