.social-share__links {
	display: flex;
	gap: 12px;
	align-items: center;
}

.block-social-share a {
	background: var(--wp--preset--color--foreground);
	padding: 0;
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.block-social-share svg {
	fill: var(--wp--preset--color--background);
}

.social-share__title {
	font-size: var(--wp--preset--font-size--tiny);
	margin-bottom: 16px;
}

.social-share__title strong {
	display: block;
	font-family: var(--wp--custom--typography--heading--font-family);
	font-size: var(--wp--preset--font-size--big);
	font-weight: var(--wp--custom--typography--heading--font-weight);
	letter-spacing: var(--wp--custom--typography--heading--letter-spacing);
	line-height: var(--wp--custom--typography--heading--line-height);
	text-transform: var(--wp--custom--typography--heading--text-transform);
}

.editor-styles-wrapper .block-social-share a {
	pointer-events: none;
}
