.block-facebook-cta {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 16px;
}

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

.block-facebook-cta__title {
	font-size: 16px;
	line-height: var(--wp--custom--line-height--medium);
	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;
	background: #fff;
	border: 1px solid #000;
	border-radius: 3px;
	display: inline-block;
	padding: 12px 16px;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: .05rem;
	text-decoration: none;
	text-transform: uppercase;
}

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