/* Large hybrid cursors (white fill + black stroke) */
html[data-a11y-cursor="big"] * { cursor: url("/assets/cursors/cursor-default-48.png") 2 2, default !important; }
html[data-a11y-cursor="big"] a,
html[data-a11y-cursor="big"] button,
html[data-a11y-cursor="big"] [role="button"],
html[data-a11y-cursor="big"] input[type="submit"],
html[data-a11y-cursor="big"] input[type="button"],
html[data-a11y-cursor="big"] label,
html[data-a11y-cursor="big"] select {
  cursor: url("/assets/cursors/cursor-pointer-48.png") 17 6, pointer !important;
}
html[data-a11y-cursor="big"] input[type="text"],
html[data-a11y-cursor="big"] input[type="email"],
html[data-a11y-cursor="big"] input[type="search"],
html[data-a11y-cursor="big"] textarea,
html[data-a11y-cursor="big"] .content-editable,
html[data-a11y-cursor="big"] [contenteditable="true"] {
  cursor: url("/assets/cursors/cursor-text-48.png") 24 24, text !important;
}