/**
 * Features Block Styles
 * 
 * Minimal custom CSS - most styling handled by Tailwind in template.php
 * Only includes what cannot be done with Tailwind utilities
 */

/* Feature text paragraph spacing (can't use Tailwind prose without affecting all content) */
.feature-text p {
    margin-bottom: 1rem;
}

.feature-text p:last-child {
    margin-bottom: 0;
}

/* Initial states for GSAP animations */
.features-parent-content,
.feature-content,
.feature-image {
    opacity: 0;
}

/* GSAP will animate these in as they enter viewport */

