.block-instagram-cta {
	border-bottom: 1px solid var(--wp--preset--color--foreground);
	border-top: 1px solid var(--wp--preset--color--foreground);
	padding: 16px 0px;
}

.block-instagram-cta__title {
	font-size: var(--wp--preset--font-size--large);
	font-weight: 300;
	line-height: var(--wp--custom--line-height--small);
	margin: 0;
}

.block-instagram-cta__icon {
	border-radius: 50%;
	width: 58px;
	height: 58px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.block-instagram-cta__content p {
	margin: 0;
}

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

.entry-content .block-instagram-cta {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin-top: 0;
}

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

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

@media only screen and (max-width: 767px) {
	.block-instagram-cta {
		text-align: left;
	}

	.block-instagram-cta__title {
		margin: 12px 0 16px;
	}
}
