/*
 * Linktours Scotland — site-wide custom CSS.
 *
 * Everything else on the site is styled with Tailwind utility classes
 * directly in markup (loaded via CDN in includes/header.php — see
 * CLAUDE.md, no build step by design). This file only holds the small
 * handful of rules Tailwind's utility classes can't express.
 */

/* Alpine.js requires this rule itself — x-cloak hides elements until
   Alpine has initialized, so dropdowns/mobile nav/modals don't flash
   visible for a moment on page load before Alpine hides them. */
[x-cloak] {
    display: none !important;
}
