/* Kenney Cursor Pixel Pack (CC0): static/cursors/LICENSE-KENNEY.txt */
body.chat-shell:not(.hide-mouse-cursor) {
    cursor: url("../cursors/kenney-pixel-arrow-large.png?v=2") 2 2, default;
}

body.chat-shell:not(.hide-mouse-cursor) :is(
    a[href],
    button:not(:disabled),
    input:is([type="button"], [type="submit"], [type="reset"], [type="checkbox"], [type="radio"]):not(:disabled),
    select:not(:disabled),
    label[for],
    [role="button"],
    [data-item-info="true"]
) {
    cursor: url("../cursors/kenney-pixel-hand-large.png?v=2") 14 4, pointer !important;
}
