ul.social-links, .entry-content ul.social-links {
	padding-left: 0;
	margin: 0;
	display: flex;
}

ul.social-links li, .entry-content ul.social-links li {
	list-style-type: none;
}

ul.social-links a {
	width: 44px;
	height: 44px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

ul.social-links li:first-child a {
	margin-left: -10px;
}

ul.social-links svg {
	fill: var(--wp--preset--color--secondary);
	width: 28px;
	height: 28px;
}

ul.social-links a:hover svg {
	fill: var(--wp--preset--color--primary);
}
