.jem-widget-social-icons {
	display: flex;
	gap: 12px;
}
.jem-social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--jem-color-surface-alt, rgba(0,0,0,0.06));
	color: inherit;
	transition: transform 0.2s ease, background 0.2s ease;
}
.jem-social-icon:hover {
	transform: translateY(-2px);
	background: rgba(0,0,0,0.12);
}
