.block-social-share {
	display: flex;
	align-items: center;
	gap: 16px;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.block-social-share {
		flex-direction: column;
		gap: 16px;
	}
}

.block-social-share a {
	padding: 0;
	width: 56px;
	height: 56px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--wp--preset--color--foreground);
	border-radius: 50rem;
}

.social-share__links {
	display: flex;
	gap: 8px;
	align-items: center;
}

.block-social-share svg {
	fill: var(--wp--preset--color--background);
	width: 28px;
	height: 28px;
}

.social-share__title {
	font-family: var(--wp--custom--typography--interface--font-family);
	font-weight: var(--wp--custom--typography--interface--font-weight);
	letter-spacing: var(--wp--custom--letter-spacing--none);
	line-height: var(--wp--custom--line-height--small);
	font-size: var(--wp--preset--font-size--large);
	text-transform: uppercase;
}

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