.lucky-wheel-wrapper {
  max-width:500px;
  aspect-ratio:1/1;
  position:relative;
}
.lucky-wheel-indicator {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%) rotate(135deg);
  font-size: 30px;
  color: #222;
  z-index: 10;
}

#lucky-wheel-canvas {
  border-radius:50%;
  box-shadow:0 4px 15px rgba(0,0,0,0.25);
}
