/* Фиксация кастомного курсора — подключается после home-sections-visual.css */
body.home-festive *:not(input):not(textarea):not(select) {
  cursor: inherit !important;
}

body.home-festive input:not([type="submit"]):not([type="button"]):not([type="reset"]),
body.home-festive textarea,
body.home-festive select {
  cursor: text !important;
}

body.home-festive :disabled,
body.home-festive [disabled],
body.home-festive [aria-disabled="true"] {
  cursor: inherit !important;
}

@media (pointer: coarse) {
  body.home-festive,
  body.home-festive * {
    cursor: auto !important;
  }

  body.home-festive input:not([type="submit"]):not([type="button"]):not([type="reset"]),
  body.home-festive textarea,
  body.home-festive select {
    cursor: text !important;
  }
}
