.entry-content > .alignfull.has-background + .block-instagram-cta.alignfull {
	margin-top: calc( -1 * var(--wp--custom--layout--block-gap-large) );
}

.block-instagram-cta.has-background,
.block-instagram-cta.has-background.alignfull,
.editor-styles-wrapper .block-instagram-cta.has-background {
	padding: 24px;
}

.block-instagram-cta .block-instagram-cta__inner {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 16px;
	justify-content: center;
}

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

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

.block-instagram-cta__content {
	text-align: center;
}

.block-instagram-cta__content a {
	color: var(--wp--preset--color--background);
	font-weight: 400;
	font-size: var(--wp--preset--font-size--x-large);
	text-decoration: none;
}

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

@media only screen and (max-width: 767px) {
	.block-instagram-cta .block-instagram-cta__inner {
		flex-direction: column;
	}
}

@media only screen and (min-width: 768px) {
	/* .block-instagram-cta .block-instagram-cta__inner {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		gap: 16px;
		justify-content: center;
	} */
}
