.block-social-share {
	background: var(--wp--preset--color--background);
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	padding: 16px;
}

.block-social-share__title {
	font-family: var(--wp--preset--font-family--display);
	font-size: var(--wp--preset--font-size--big);
	font-weight: 300;
	line-height: var(--wp--custom--line-height--small);
	margin: 0 16px 0 0;
}

.block-social-share .shared-counts-wrap.style-icon .shared-counts-button {
	padding: 0;
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.block-social-share .shared-counts-wrap.style-icon .shared-counts-button svg {
	fill: var(--wp--custom--color--neutral--800);
}

.block-social-share .shared-counts-wrap.style-icon .shared-counts-button:hover svg {
	fill: var(--wp--preset--color--primary);
}
