/****************References****************/
.paragraph--type--reference {
	margin-bottom: 26px;
}
.ref-title {
	font-weight: bold;
	margin-bottom: 10px;
}
.ref-authors {
	display: flex;
	gap: 1%;
}
.ref-authors .ref-value {
	font-style: italic;
}

.inline {
	display: inline-block;
	line-height: 24px;
	margin-right: 24px;
}
.inline .ref-label {
  margin-right: 10px;
}
.inline .ref-label, .inline .ref-value {
  display: inline-block;
}

.author {
	text-align: right;
	margin: 20px 0;
}