ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.page--content ul > li:after, .blog-content ul > li:after, .comment-content ul > li::after {
	position: absolute;
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	top: 0;
	left: 0;
	color: var(--heading-color);
	font-size: 8px;
}