<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cursor-container {
  position: absolute;
}
.cursor-container .close-cursor,
.cursor-container .close-cart-cursor {
  pointer-events: none;
  height: 40px;
  width: 40px;
  background-color: rgb(var(--color-background));
  border-radius: 50%;
}
</pre></body></html>