.apwasp-wasp {
  position: fixed;
  left: 0;
  top: 0;
  height: auto;
  width: auto;              /* wichtig: nicht fixieren */
  max-width: none;
  max-height: none;
  pointer-events: none;
  user-select: none;
  z-index: 2147483000;
  will-change: transform;
  opacity: 1;               /* kein Fade */
  filter: drop-shadow(0 3px 6px rgba(0,0,0,0.25));
}

@media (prefers-reduced-motion: reduce) {
  .apwasp-wasp { display: none !important; }
}
