html.studio-user-cursor-active,
html.studio-user-cursor-active * {
  cursor: none !important;
}

html.studio-perf-lite.studio-user-cursor-active,
html.studio-perf-lite.studio-user-cursor-active *,
html.studio-perf-coarse.studio-user-cursor-active,
html.studio-perf-coarse.studio-user-cursor-active * {
  cursor: auto !important;
}

.studio-user-cursor {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  pointer-events: none;
  opacity: 0;
  transition: opacity 140ms ease;
}

.studio-user-cursor.is-visible {
  opacity: 1;
}

.studio-user-cursor__layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.studio-user-cursor__label {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 999px;
  box-shadow:
    0 4px 12px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.08);
  transform-origin: 0% 50%;
  will-change: transform, opacity;
  user-select: none;
  pointer-events: none;
}

.studio-user-cursor__label-text {
  display: block;
  line-height: 1.1;
  font-weight: 600;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  white-space: nowrap;
  letter-spacing: 0.1px;
}

.studio-user-cursor__arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 31px;
  transform-origin: 0% 0%;
  will-change: transform, opacity;
  pointer-events: none;
}

.studio-user-cursor__arrow svg {
  display: block;
  overflow: visible;
}
