@media (hover: none), (pointer: coarse) {
  *,
  *::before,
  *::after {
    -webkit-tap-highlight-color: transparent;
  }

  a:hover,
  button:hover,
  [role="button"]:hover,
  input:hover,
  textarea:hover,
  select:hover,
  label:hover,
  summary:hover,
  [class*="button"]:hover,
  [class*="btn"]:hover,
  [class*="card"]:hover,
  [class*="item"]:hover,
  [class*="link"]:hover,
  [class*="toggle"]:hover {
    transform: none !important;
    filter: none !important;
    box-shadow: none !important;
  }
}
