.share-buttons .addthis_toolbox a {
	color: var(--navy-dark);
	margin-bottom: 0;
	display: inline-flex;
	align-items: center;
	flex-direction: row-reverse;
	gap: 6px;
	font-size: 12px;
	font-family: var(--knockout-heavy);
	text-decoration: none;
	font-weight: var(--font-weight-normal);
	letter-spacing:  .05em;
	text-transform: uppercase;
}

.share-buttons .addthis_toolbox a i::before {
	content: '\f1e0';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.share-buttons .addthis_toolbox a:not(:first-child) {
	display: none;
}

@media (min-width: 64em) {
	.share-buttons .addthis_toolbox a {
		font-size: 14px;
	}

	.share-buttons .addthis_toolbox a i::before {
		font-size: 16px;
	}
}