/* Override Divi's FA5 font-family with FA6 Brands for social icons */
.et-pb-social-fa-icon a.icon:before {
	font-family: "Font Awesome 6 Brands" !important;
}

.et-social-discord a.icon:before {
	content: "\f392";
}

.et-social-mastodon a.icon:before {
	content: "\f4f6";
}

.et-social-bluesky a.icon:before {
	content: "\e671";
}

/* Vero - SVG mask (not in Font Awesome) */
.et-social-vero a.icon:before {
	content: "";
	background-color: currentColor;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.004 0C5.376 0 .004 5.373.004 12s5.372 12 11.999 12c6.628 0 12.001-5.373 12.001-12S18.632 0 12.004 0zm5.508 8.455l-5.45 8.572a1.6 1.6 0 01-1.344.753h-.048a1.6 1.6 0 01-1.348-.78L6.54 11.8a.4.4 0 01.15-.544l1.387-.81a.4.4 0 01.546.147l1.87 3.238 4.476-7.043a.4.4 0 01.547-.14l1.36.84a.4.4 0 01.137.548z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.004 0C5.376 0 .004 5.373.004 12s5.372 12 11.999 12c6.628 0 12.001-5.373 12.001-12S18.632 0 12.004 0zm5.508 8.455l-5.45 8.572a1.6 1.6 0 01-1.344.753h-.048a1.6 1.6 0 01-1.348-.78L6.54 11.8a.4.4 0 01.15-.544l1.387-.81a.4.4 0 01.546.147l1.87 3.238 4.476-7.043a.4.4 0 01.547-.14l1.36.84a.4.4 0 01.137.548z'/%3E%3C/svg%3E");
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
}
