.block-facebook-cta {
	background: var(--wp--preset--color--quaternary);
	border: 1px solid var(--wp--preset--color--foreground);
	border-radius: var(--wp--custom--border-radius--image);
	padding: 16px;
}

.block-facebook-cta__icon {
	line-height: 0;
}

.block-facebook-cta__title {
	font-family: var(--wp--custom--typography--heading--font-family);
	font-size: var(--wp--preset--font-size--large);
	font-weight: var(--wp--custom--typography--heading--font-weight);
	letter-spacing: var(--wp--custom--typography--heading--letter-spacing);
	line-height: var(--wp--custom--typography--heading--line-height);
	text-transform: var(--wp--custom--typography--heading--text-transform);
	margin: 0;
}

.editor-styles-wrapper .block-facebook-cta a {
	pointer-events: none;
}

.block-facebook-cta {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.block-facebook-cta__icon {
	margin-right: 16px;
}

.block-facebook-cta a {
	margin-left: auto;
	white-space: nowrap;
}

@media only screen and (max-width: 767px) {
	.block-facebook-cta__icon svg {
		width: 44px;
		height: 44px;
	}
}
