.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--custom--color--neutral-600);
}

.social-share__title {
	font-size: var(--wp--preset--font-size--small);
	font-style: italic;
	margin-bottom: 16px;
	margin-right: 12px;
}

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


.block-social-share {
	display: flex;
	align-items: center;
}

.social-share__title {
	margin-bottom: 0;
}
