ul.social-links {
	padding-left: 0;
	display: flex;
}

ul.social-links.has-text-align-center {
	justify-content: center;
}

ul.social-links.has-text-align-right {
	justify-content: flex-end;
}

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

ul.social-links a {
	width: 54px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: var(--wp--preset--color--accent-dark);
	transition: color 0.2s ease;
}
ul.social-links a:hover,
ul.social-links a:active {
	color: #1dadcf;
}

ul.social-links svg {
	fill: currentColor;
	width: 42px;
	height: 42px;
}
