.siteama-related-post {
	box-sizing: border-box;
	direction: rtl;
	text-align: right;
}

.siteama-related-post *,
.siteama-related-post *::before,
.siteama-related-post *::after {
	box-sizing: border-box;
}

.siteama-related-post__label,
.siteama-related-post__separator,
.siteama-related-post__link,
.siteama-related-post__legacy-content,
.siteama-related-post__icon {
	display: inline;
}

.siteama-related-post__separator {
	margin: 0 4px;
}

.siteama-related-post__link,
.siteama-related-post__legacy-content a {
	font: inherit;
	font-weight: 600;
	text-decoration: none;
	transition: color .2s ease;
}

.siteama-related-post__link:hover,
.siteama-related-post__legacy-content a:hover {
	text-decoration: underline;
}

.siteama-related-post__icon {
	margin-inline-start: 8px;
	font-weight: 700;
}

.siteama-related-post > .siteama-related-post__icon:first-child {
	margin-inline-start: 0;
	margin-inline-end: 8px;
}
