.a11y-btn {
  cursor: move !important;
  user-select: none !important;
  touch-action: none !important;
  transition: none !important;
}

/* Prevenir la selección de texto mientras se arrastra */
.a11y-btn * {
  user-select: none !important;
  pointer-events: none !important;
}