/* Social Share block - =share, =sharing, =shared counts */
.block-social-share .social-share {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}

.social-share__title {
	font-size: var(--wp--preset--font-size--large);
	line-height: var(--wp--custom--line-height--small);
	margin: 0 16px 0 0;
}

.social-share a {
	padding: 12px 0px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--wp--preset--color--tertiary);
	flex-grow: 1;
}

.social-share a:hover {
	filter: brightness(85%);
}

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

.social-share a:hover svg {
}

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

@media only screen and (min-width: 768px) {
	.block-social-share .social-share {
		gap: 10px;
	}
}
