
.yes-no-maybe-container .custom-arrow {
  width: 0;
  height: 0;
  margin: 0 auto 10px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 30px solid green;
}

.yes-no-maybe-container #wheelWrapper-ynm {
  position: relative;
  display: inline-block;
  margin-top: 20px;
}

.yes-no-maybe-container #wheel-ynm {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}

.yes-no-maybe-container #spinBtnCenter-ynm {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: bold;
  background: #ff4081;
  color: white;
  border: none;
  border-radius: 50px;
  cursor: pointer;
}

.yes-no-maybe-container #result-ynm {
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.yes-no-maybe-container #globalCount-ynm {
  margin-top: 10px;
  font-size: 16px;
  color: #555;
  text-align: center;
}

.yes-no-maybe-container {
  text-align: center;
  margin: 40px auto;
}
