/* Increase vertical spacing between related links in the right sidebar */
.article-right-sidebar li[data-qa^="article-"] {
	margin-bottom: 0.6em !important;
	line-height: 1.35 !important;
}
.article-right-sidebar li[data-qa^="article-"]:last-child {
	margin-bottom: 0 !important;
}
