/* Shared pointer / not-allowed cursors (Django admin; also duplicated in input.css + jt-wagtail.css). */
a[href],
button:not(:disabled),
select:not(:disabled),
summary,
label[for],
label:has(input:not(:disabled)),
input[type="submit"]:not(:disabled),
input[type="button"]:not(:disabled),
input[type="reset"]:not(:disabled),
input[type="checkbox"]:not(:disabled),
input[type="radio"]:not(:disabled),
input[type="file"]:not(:disabled),
input[type="range"]:not(:disabled),
[role="button"]:not([aria-disabled="true"]),
[role="tab"]:not([aria-disabled="true"]),
[role="link"][href],
[role="menuitem"]:not([aria-disabled="true"]),
[role="option"]:not([aria-disabled="true"]),
[data-lm-tab],
[data-jtr-tab],
[data-lm-close-modal],
[data-race-weather-open],
.button,
.lm-weather-segments__option {
  cursor: pointer;
}

button:disabled,
input:disabled,
select:disabled,
textarea:disabled,
[aria-disabled="true"] {
  cursor: not-allowed;
}
