/**
 * Ponteiros imgs/mouse/ (versões −60% de tamanho: 40×40 px, antes 100×100)
 * Ponteiro01_small — navegação · Ponteiro02_small — clicáveis
 * Hotspot proporcional (~5,5)
 */
@media (pointer: fine) {
  html[data-cursor-images="1"] #customCursor {
    display: none !important;
  }

  html[data-cursor-images="1"] body {
    cursor: url("../imgs/mouse/Ponteiro01_small.png") 5 5, auto;
  }

  html[data-cursor-images="1"] a,
  html[data-cursor-images="1"] button,
  html[data-cursor-images="1"] [role="button"],
  html[data-cursor-images="1"] [role="tab"],
  html[data-cursor-images="1"] .tab-btn,
  html[data-cursor-images="1"] .btn,
  html[data-cursor-images="1"] .btn-primary,
  html[data-cursor-images="1"] .lightbox-img,
  html[data-cursor-images="1"] .lightbox-close,
  html[data-cursor-images="1"] .lightbox-backdrop,
  html[data-cursor-images="1"] .nav-toggle,
  html[data-cursor-images="1"] .nav-arquivos,
  html[data-cursor-images="1"] .cursos-whatsapp-icon,
  html[data-cursor-images="1"] .cursos-whatsapp-row,
  html[data-cursor-images="1"] .whatsapp-float,
  html[data-cursor-images="1"] .contato-whatsapp,
  html[data-cursor-images="1"] .sistema-btn,
  html[data-cursor-images="1"] input:not([type="hidden"]):not([disabled]),
  html[data-cursor-images="1"] textarea:not([disabled]),
  html[data-cursor-images="1"] select:not([disabled]),
  html[data-cursor-images="1"] summary,
  html[data-cursor-images="1"] label[for] {
    cursor: url("../imgs/mouse/Ponteiro02_small.png") 5 5, pointer;
  }

  html[data-cursor-images="1"] button:disabled,
  html[data-cursor-images="1"] input:disabled,
  html[data-cursor-images="1"] textarea:disabled,
  html[data-cursor-images="1"] select:disabled {
    cursor: url("../imgs/mouse/Ponteiro01_small.png") 5 5, not-allowed;
  }
}

@media (prefers-reduced-motion: reduce) {
  html[data-cursor-images="1"] body,
  html[data-cursor-images="1"] a,
  html[data-cursor-images="1"] button,
  html[data-cursor-images="1"] [role="button"],
  html[data-cursor-images="1"] [role="tab"],
  html[data-cursor-images="1"] .tab-btn,
  html[data-cursor-images="1"] .btn,
  html[data-cursor-images="1"] .btn-primary,
  html[data-cursor-images="1"] .lightbox-img,
  html[data-cursor-images="1"] .lightbox-close,
  html[data-cursor-images="1"] .lightbox-backdrop,
  html[data-cursor-images="1"] .nav-toggle,
  html[data-cursor-images="1"] .nav-arquivos,
  html[data-cursor-images="1"] .cursos-whatsapp-icon,
  html[data-cursor-images="1"] .cursos-whatsapp-row,
  html[data-cursor-images="1"] .whatsapp-float,
  html[data-cursor-images="1"] .contato-whatsapp,
  html[data-cursor-images="1"] .sistema-btn,
  html[data-cursor-images="1"] input,
  html[data-cursor-images="1"] textarea,
  html[data-cursor-images="1"] select,
  html[data-cursor-images="1"] summary,
  html[data-cursor-images="1"] label[for] {
    cursor: revert !important;
  }
}
