.block-social-share {
	border: 1px solid var(--wp--custom--color--neutral-300);
	border-radius: 3px;
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: var(--wp--custom--layout--block-gap);
}

.social-share__title {
	flex-grow: 1;
	font-family: var(--wp--custom--typography--heading--font-family);
	font-size: var(--wp--preset--font-size--tiny);
	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);
	margin: 0;
}

.social-share__links {
	display: flex;
	gap: 8px;
	align-items: center;
	line-height: 0;
}
