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

.block-social-share a,
.editor-styles-wrapper .block-social-share a {
	color: var(--wp--preset--color--foreground);
}

.block-social-share a:is(:focus, :hover) {
	color: var(--wp--custom--color--neutral-800);
}

.block-social-share svg {
	fill: currentColor;
}

.social-share__title {
	font-size: var(--wp--preset--font-size--large);
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin-bottom: 16px;
}

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

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

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