.block-social-share {
	text-align: center;
}

.block-social-share a {
	padding: 0;
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

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

.social-share__title {
	font-family: var(--wp--custom--typography--interface--font-family);
	letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
	text-transform: var(--wp--custom--typography--interface--text-transform);
	font-size: var(--wp--preset--font-size--small);
	line-height: var(--wp--custom--line-height--small);
	font-weight: 600;
	margin-bottom: 16px;
}

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