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

.block-social-share a {
	border: 2px solid var(--wp--preset--color--foreground);
	padding: 0;
	flex-grow: 1;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

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

.block-social-share a[data-social-network="Pinterest"] svg {
	fill: #EF0000;
}
.block-social-share a[data-social-network="Facebook"] svg {
	fill: #4267B2;
}
.block-social-share a[data-social-network="Twitter"] svg {
	fill: var(--wp--preset--color--foreground);
}
.block-social-share a[data-social-network="Flipboard"] svg {
	fill: #e12828;
}
.block-social-share a[data-social-network="Email"] svg {
	fill: var(--wp--preset--color--foreground);
}

.social-share__title {
	font-weight: 700;
	line-height: var(--wp--custom--line-height--small);
	font-size: var(--wp--preset--font-size--medium);
	margin-bottom: 16px;
}

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