.block-social-share {
	text-align: center;
}

.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--quinary);
}

.social-share__title {
	font-size: var(--wp--preset--font-size--large);
	font-weight: 600;
	margin-bottom: 16px;
}

.editor-styles-wrapper .block-social-share a {
	pointer-events: none;
}

@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;
	}
}
