/* ─────────────────────────────────────────────
   1510 Share This – Front-end styles
   ───────────────────────────────────────────── */

.sharethis-1510-wrap {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.sharethis-1510-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 6px;
	text-decoration: none;
	transition: opacity 0.2s ease, transform 0.15s ease;
	color: #ffffff;
	flex-shrink: 0;
}

.sharethis-1510-btn svg {
	width: 40px;
	height: 40px;
	display: block;
}

.sharethis-1510-btn:hover {
	opacity: 0.82;
	transform: translateY(-2px);
}

.sharethis-1510-btn:active {
	transform: translateY(0);
	opacity: 1;
}

/* Per-network accent colours */
.sharethis-1510-whatsapp svg { color: #25D366; fill: #25D366; }
.sharethis-1510-email    svg { color: #555555; fill: #555555; }
.sharethis-1510-linkedin svg { color: #0A66C2; fill: #0A66C2; }
.sharethis-1510-facebook svg { color: #1877F2; fill: #1877F2; }
