/* ===========================================================================
   ANIMATIONS — Otlo Design System
   Kept from original + facet sweep skeletons added.
   ========================================================================= */

/* Staggered card animations */
.post-card:nth-child(1) { animation-delay: 0ms; }
.post-card:nth-child(2) { animation-delay: 50ms; }
.post-card:nth-child(3) { animation-delay: 100ms; }
.post-card:nth-child(4) { animation-delay: 150ms; }
.post-card:nth-child(5) { animation-delay: 200ms; }
.post-card:nth-child(6) { animation-delay: 250ms; }
