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

@media only screen and (min-width: 600px) {
	.block-social-share {
		justify-content: space-between;
		flex-wrap: nowrap;
	}
}

.social-share__title {
	font-size: var(--wp--preset--font-size--large);
	font-weight: 500;
	line-height: var(--wp--custom--line-height--small);
	margin: 0 auto 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--foreground);
}

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