/**
 * Frontend styles for the CTA Section Block
 * Uses Tailwind CSS utility classes
 * This file is kept minimal - most styling is done via Tailwind classes
 */

/* Remove default WordPress block margins */
.wp-block-liquid-factor-cta-section {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/* Remove margins from section element inside the block */
.wp-block-liquid-factor-cta-section section {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/* Remove margin from footer when it follows CTA section */
.wp-block-liquid-factor-cta-section + footer.wp-block-template-part,
.wp-block-liquid-factor-cta-section + .wp-block-template-part {
	margin-top: 0 !important;
}
