#spinning-wheel-wrapper {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  background: #fff;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

#spin-button {
  margin-top: 10px;
  padding: 10px 20px;
  background: #e60000;
  color: white;
  border: none;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
}

.wheel-result {
  margin-top: 12px;
  font-size: 16px;
  font-weight: bold;
}
