.block-follow-me {
	text-align: center;
}

.block-follow-me,
.block-follow-me.has-background,
.editor-styles-wrapper .block-follow-me.has-background {
	padding: 44px 32px;
}

.editor-styles-wrapper .wp-block-cwp-follow-me.has-background {
	padding: 0;
}

.block-follow-me__title {
	margin: 0;
	font-family: var(--wp--custom--typography--heading--font-family);
	font-size: var(--wp--preset--font-size--medium);
	font-weight: 500;
	letter-spacing: var(--wp--custom--letter-spacing--looser);
	line-height: var(--wp--custom--line-height--small);
	text-transform: uppercase;
}

.block-follow-me__title:empty {
	display: none;
}

.block-follow-me .social-links {
	margin: 0;
}

@media only screen and (max-width: 767px) {

	.block-follow-me .block-follow-me__title + .social-links {
		margin-top: 16px;
	}
}

@media only screen and (min-width: 768px) {
	.block-follow-me {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 16px 22px;
	}

	.block-follow-me,
	.block-follow-me.has-background,
	.editor-styles-wrapper .block-follow-me.has-background {
		padding: 32px;
	}

	.block-area-sidebar .block-follow-me {
		flex-direction: column;
	}

	.block-area-sidebar .block-follow-me,
	.block-area-sidebar .block-follow-me.has-background,
	.block-area-sidebar .editor-styles-wrapper .block-follow-me.has-background {
		padding-top: 44px;
		padding-bottom: 44px;
	}
}