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

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

.block-social-share a + a {
	margin-left: 24px;
}

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

.social-share__title {
	font-family: var(--wp--preset--font-family--system-font);
	font-weight: 900;
	font-size: 1.25rem;
	text-transform: uppercase;
	margin-bottom: 10px;
}
