/**
 * Guidee Tap Highlight Removal (Mobile UX)
 * Version: 1.2.1
 * Last modified: 2026-03-26
 * Removed blue flash on all touch actions (moved here from header.css).
 */
@media (max-width: 1023px) {
  html, body, * {
    -webkit-tap-highlight-color: transparent !important;
    -webkit-touch-callout: none !important;
  }
}