.share-buttons .addthis_toolbox a {
	color: var(--purple);
	margin-bottom: 0;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-size: 16px;
	font-family: var(--font-body);
	text-decoration: none;
	font-weight: var(--font-weight-medium);
	letter-spacing:  .2em;
	text-transform: uppercase;
}

.share-buttons .addthis_toolbox a i {
	transform: translateY(-2px);
}

.share-buttons .addthis_toolbox a i.fa-share::before {
	--size: 22px;
	position: static;
	width: var(--size);
	height: var(--size);
	content: '';
	display: block;
	background-repeat: no-repeat;
	background-image: url(/includes/public/assets/shared/share.svg);
}

.share-buttons .addthis_toolbox a:not(:first-child) {
	display: none;
}