/**
 * Required. Every component is cloaked until Alpine renders it, and without
 * this rule each one flashes its unrendered state on load.
 *
 * Kept apart from ai-search.css so that a theme can dequeue everything
 * cosmetic without losing it.
 */
[x-cloak] { display: none !important; }
