/* Original WordPress Social Link SVGs (GPL-2.0-or-later), not font substitutes. */
.sggw-wp-social {
	display: inline-block;
	width: 1em;
	height: 1em;
	line-height: 1;
	vertical-align: middle;
}
.sggw-wp-social::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: currentColor;
	mask: var(--sggw-social-svg) center / contain no-repeat;
	-webkit-mask: var(--sggw-social-svg) center / contain no-repeat;
}
.sggw-wp-social.facebook { --sggw-social-svg: url('../icons/wordpress-social/facebook.svg'); }
.sggw-wp-social.instagram { --sggw-social-svg: url('../icons/wordpress-social/instagram.svg'); }
.sggw-wp-social.linkedin { --sggw-social-svg: url('../icons/wordpress-social/linkedin.svg'); }
.sggw-wp-social.youtube { --sggw-social-svg: url('../icons/wordpress-social/youtube.svg'); }
