
/* Mobile hotfix: the paid grid is too tall to satisfy the reveal observer's
   intersection ratio, so the parent stays transparent and hides every card. */
@media (max-width: 768px) {
  .meditations-paid .paid-meditation-grid.reveal-item {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
