/* Global reset for PWA/mobile focus, hover, and tap highlight */

* {
  -webkit-tap-highlight-color: transparent !important;
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus,
[tabindex]:focus,
[role="button"]:focus {
  outline: none !important;
  box-shadow: none !important;
}

@media (hover: hover) {
  /* Hover styles only apply on devices that support hover */
  /* Add any necessary hover styles here if needed */
}