a,
button,
input[type='button'],
input[type='submit'],
input[type='reset'],
[role='button'],
label[for],
summary {
    cursor: pointer !important;
}

button:disabled,
input:disabled,
a[aria-disabled='true'] {
    cursor: not-allowed !important;
}
