.livepixCopyHotspot {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55em;
  overflow: hidden;
  white-space: nowrap;
  color: #35eaff;
  background: linear-gradient(180deg, rgba(5, 20, 31, 0.99), rgba(3, 13, 23, 0.99));
  border: 1px solid rgba(53, 234, 255, 0.85);
  border-radius: clamp(5px, 1vw, 12px);
  font-size: clamp(6px, 1.15vw, 14px);
  font-weight: 950;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(53, 234, 255, 0.5);
  box-shadow: inset 0 0 18px rgba(53, 234, 255, 0.05);
}

.livepixCopyHotspot::before {
  content: "⧉";
  font-size: 1.35em;
  line-height: 1;
}

.livepixCopyLabel {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  clip-path: none;
  white-space: nowrap;
}

.livepixCopyHotspot:hover,
.livepixCopyHotspot:focus-visible,
.livepixCopyHotspot.copied {
  color: #07090d;
  background: #c8ff36;
  border-color: #c8ff36;
  text-shadow: none;
  outline: 2px solid #55d8ff;
  outline-offset: -2px;
}

:where(a, button):focus-visible {
  outline: 2px solid #35eaff;
  outline-offset: 4px;
}
