/* Global cursor fix - highest priority */
* button,
* [role="button"],
* [type="button"],
* [type="submit"],
* a {
  cursor: pointer !important;
}

button,
[role="button"],
[type="button"],
[type="submit"] {
  cursor: pointer !important;
}

button *,
[role="button"] *,
[type="button"] *,
[type="submit"] * {
  cursor: inherit !important;
}
