/* === Permanent Button Fix === */
a.button.button--primary,
a.button.button--primary:focus {
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent !important;
}