/* Brussels Tracker — base styles */
/* Tailwind handles most utility classes via CDN in templates.
   This file holds overrides and non-Tailwind custom rules. */

[x-cloak] { display: none !important; }

/* Ensure minimum touch target size on mobile */
select, input, button, textarea {
  min-height: 44px;
}

/* Prevent iOS tap highlight */
button, a {
  -webkit-tap-highlight-color: transparent;
}
