.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 .social-share__links a {
	fill: var(--wp--custom--color--link);
}

.block-social-share .social-share__links a:where(:focus, :hover) {
	--wp--custom--color--link: var(--wp--preset--color--secondary);
	background-color: transparent;
}

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

.social-share__title {
	font-size: var(--wp--preset--font-size--x-large);
	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-weight: var(--wp--custom--typography--heading--font-weight);
	margin-bottom: 16px;
}

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

	.social-share__title {
		margin-bottom: 0;
	}
}
/* End Social Share 2 */

@media only screen and (max-width: 767px) {
	.block-social-share {
		text-align: center;
	}
}