.block-social-share {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

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

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

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

.social-share__title {
	font-size: var(--wp--preset--font-size--large);
	font-weight: 500;
	line-height: var(--wp--custom--line-height--small);
}

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