ul.social-links {
	padding-left: 0;
	display: flex;
	align-items: center;
  gap: 1.5rem;
  margin: 4rem 0 0;
}

@media (max-width: 781px) {
  ul.social-links {
    margin-top: 2rem;
  }
}

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 {
	text-decoration: none;
}

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

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

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