ul.social-links {
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

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: currentColor;
	fill: currentColor;
	border: var(--wp--custom--border-width--tiny) solid currentColor;
	border-radius: var(--wp--custom--border-radius--tiny);
}

ul.social-links a::after {
	display: none !important;
}

ul.social-links svg {
	width: 20px;
	height: 20px;
}

ul.social-links a:is(:focus, :hover) {
	background-color: var(--wp--preset--color--background);
	filter: brightness(85%);
}

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