.block-social-share {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

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

.social-share__links {
	display: flex;
	gap: 8px;
	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--small);
	font-weight: 700;
	font-family: var(--wp--preset--font-family--primary);
	text-transform: uppercase;
}

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