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

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

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

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

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

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

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

@media only screen and (min-width: 768px) {
	.block-instagram-cta {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}

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

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