/* Clean Mobile-Friendly Security Shield Styles */
*, *::before, *::after {
  -webkit-tap-highlight-color: rgba(146, 26, 40, 0.08);
}

button, a, input, select, textarea, [role="button"], .card, .btn, .tab-btn, .option-btn {
  touch-action: manipulation;
}

body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
