.block-follow-us {}

.block-follow-us.has-background {
	padding: var(--wp--custom--layout--block-padding);
}

.block-follow-us__inner {
	max-width: var(--wp--custom--layout--page);
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1rem 3rem;
}

.block-follow-us__title {
	font-family: var(--wp--preset--font-family--display);
	font-size: clamp(1.5rem, 3vw, 1.875rem);
	font-weight: 700;
	margin: 0;
}

.block-follow-us .social-links {
	padding-left: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	row-gap: 0.5rem;
}
.block-follow-us .social-links li {
	padding-bottom: 0;
}

.block-follow-us .social-links li {
	margin: 0 0.25rem;
}

.block-follow-us.has-primary-background-color .social-links svg {
	fill: var(--wp--preset--color--white);
}

@media only screen and (min-width: 768px) {

	.block-follow-us .social-links li {
		margin: 0 0.5rem;
	}
}

.block-area-sidebar .block-follow-us__title {
	font-size: 1.5rem;
}

.block-area-sidebar .block-follow-us .social-links li {
	margin: 0 0.25rem;
}