/* Global cursor pointer for all buttons and links */ button:not(:disabled):not([aria-disabled="true"]), [role="button"]:not(:disabled):not([aria-disabled="true"]), a[href] { cursor: pointer !important; } /* Ensure disabled buttons show not-allowed cursor */ button:disabled, button[aria-disabled="true"], [role="button"]:disabled, [role="button"][aria-disabled="true"] { cursor: not-allowed !important; }