/* Global interactive element cursors — kept outside React's style tag so they
   survive SSR hydration mismatches without flickering or reverting. */
button:not(:disabled), a, [role="button"] {
  cursor: pointer !important;
}
button:disabled {
  cursor: not-allowed !important;
}
