/* LaLaBar Venue Showcase Styles */
/* Styles have been migrated to Tailwind CSS in app/views/venues/index.html.erb */

/* Animation states - kept for JS toggle compatibility if needed, though opacity/visibility are now handled by GSAP directly */
.venue-card.animating {
    visibility: visible;
}