
/* Mobile tap feedback - Arkasoft */
@media (hover: none) and (pointer: coarse) {
  a,
  button,
  [role="button"],
  .ark-clickable,
  .invoice-button {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }

  a:active,
  button:active,
  [role="button"]:active,
  .ark-clickable:active,
  .invoice-button:active {
    transform: scale(.965);
    filter: brightness(.96);
    transition: transform 90ms ease, filter 90ms ease, box-shadow 90ms ease;
  }

  button:disabled,
  button[disabled],
  .opacity-70,
  .disabled\:opacity-70:disabled {
    transform: none !important;
    filter: none !important;
  }
}
