.block-social-share {
	border: 4px solid var(--wp--preset--color--backdrop);
	padding: 16px;
}
.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);
}

.social-share__title {
	font-family: var(--wp--custom--typography--heading--font-family);
	letter-spacing: var(--wp--custom--typography--heading--letter-spacing);
	text-transform: var(--wp--custom--typography--heading--text-transform);
	font-size: var(--wp--preset--font-size--medium);
	font-weight: 700;
	margin-bottom: 16px;
}

@media only screen and (min-width: 767px) {
	.block-social-share {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

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