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

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

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

.block-social-share a:is(:focus, :hover) svg {
	fill: var(--wp--preset--color--secondary);
}

.social-share__title {
	font-family: var(--wp--preset--font-family--primary);
	font-weight: 700;
	font-size: var(--wp--preset--font-size--x-large);
	line-height: var(--wp--custom--line-height--small);
	text-transform: uppercase;
	letter-spacing: var(--wp--custom--letter-spacing--looser);
	margin-bottom: 16px;
}

.block-social-share {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

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