.author-links ul {
	display: flex;
	list-style: none;
	padding: 0;
}
.author-links ul li {
	margin-right: 5px;
	display: inline-block;
	background-color: #828282;
	border-radius: 50%;
	padding: 7px 10px;
}

.author-links ul li a svg {
	fill: #fff !important;
}

.author-links ul li:hover {
	background-color: #f20226;
	transition: background-color 0.3s ease;
}

