/* Full Media BG CTA Block Custom Styles */
.full-media-bg-cta {
	/* Any custom styles that can't be handled by Tailwind go here */
}

/* Admin preview styles */
.acf-block-preview .full-media-bg-cta {
	/* Block preview specific styles if needed */
	min-height: 400px;
}

/* Ensure background image covers properly on all devices */
.full-media-bg-cta .bg-cover {
	background-attachment: scroll; /* Better mobile performance */
}
