.related-links-block {
	margin-top: 16px;
	border-radius: 16px;
	padding: 24px;
	background: #f5f5f5;
}

.related-links-block .related-title {
	color: #000415;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 0;
}

.related-links-block:not(.related-items) .related-item {
	margin-top: 16px;
}

.related-links-block .related-item a {
	color: #005ce2;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.5;
	text-decoration: none;
}

.related-links-block .related-items {
	margin: 16px 0 0;
	padding: 0;
}

.related-links-block .related-items li {
	display: inline-flex;
}

.related-links-block .related-items li:not(:first-child) {
	margin-top: 8px;
}

.related-links-block .related-items li::before {
	width: 4px;
	height: 4px;
	font-size: 13px;
	margin-right: 8px;
	content: url(../../images/icon-ellipse-blue.svg);
}
