.block-social-share {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	padding: 16px;
}

.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 a svg {
	fill: var(--wp--preset--color--primary);
}

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