.block-instagram-cta {
	background: var(--wp--preset--color--background);
	border: 1px solid var(--wp--preset--color--primary);
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 16px;
}

.block-instagram-cta__title {
	font-family: var(--wp--custom--typography--heading--font-family);
	font-size: var(--wp--preset--font-size--x-large);
	font-weight: 400;
	line-height: var(--wp--custom--line-height--tiny);
	margin: 0;
	color: var(--wp--preset--color--tertiary);
	font-weight: 800;
	flex-grow: 1;
}

.block-instagram-cta__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

.block-instagram-cta__icon svg {
	fill: var(--wp--preset--color--primary);
}

.block-instagram-cta a {
	pointer-events: none;
	white-space: nowrap;
}


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

}

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

	.block-instagram-cta {
		flex-direction: column;
		text-align: center;
	}

}

@media only screen and (min-width: 768px) {
	.block-instagram-cta {
		padding: 16px 40px 16px 16px;
	}
}
