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: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: inherit;
}

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

ul.social-links a:focus svg,
ul.social-links a:hover svg {
	fill: var(--wp--custom--color--link-state, currentColor);
}

.editor-styles-wrapper ul.social-links a {
	pointer-events: none;
}
