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

	@media ( min-width: 1140px ) {
		flex-direction: column;
	}
}

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;
	margin: 0 0.25rem;
}

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

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

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

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