.share-buttons .addthis_toolbox a {
	color: var(--merlot);
	font-size: 18px;
	margin-bottom: 0;
}

.share-buttons .addthis_toolbox a:not(.sh-share-link),
.share-buttons .addthis_toolbox a.sh-share-link i {
	display: none;
}

.share-buttons .addthis_toolbox {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid var(--merlot);
	display: flex;
	justify-content: center;
	align-items: center;
}

.share-buttons .addthis_toolbox a.sh-share-link {
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	font-style: italic;
	font-size: 14px;
	position: relative;
	top: 10px;
}

.share-buttons .addthis_toolbox a.sh-share-link:before {
	content: '';
	position: absolute;
	top: -18px;
	left: 8px;
	width: 20px;
	height: 20px;
	background-image: url('/includes/client_public/assets/shared/iconsmall-share.svg');
	background-size: cover;
	background-repeat: no-repeat;
	pointer-events: none;

}
