/* Social Share block - =share, =sharing, =shared counts */
.block-social-share {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}

.social-share__title {
	font-size: var(--wp--preset--font-size--large);
	line-height: var(--wp--custom--line-height--small);
	margin: 0 16px 0 0;
}

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

.social-share > * + * {
	margin-left: 12px;
}

.social-share a svg {
	fill: var(--wp--preset--color--primary);
	width: 32px;
	height: 32px;
}

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