.upnext-helpful-article-wrapper {
  text-align: center;
}

.uha-title {
  font-size: 24px;
  margin-bottom: 35px;
  color: #000000;
  font-weight: bold;
}

.uha-options-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  height: 85px;
}

.uha-option {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  background-color: #FFFFFF;
  color: #414651;
  border-color: #CDD9FF;
}
.uha-option.uha-voted {
  border-width: 2px;
  background-color: #F0F4FF;
  border-color: #3A4DFF;
  color: #3A4DFF;
}
.uha-option:not(.uha-voted):hover {
  opacity: 0.8;
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.uha-option .uha-vote-count {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  background-color: #E9EAEB;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #000000;
  transform: translate(33%, -33%);
}
.uha-option .uha-text {
  font-size: 0.9em;
  margin-top: 2px;
}
.uha-option.uha-voted {
  border-width: 2px !important;
  background-color: #F0F4FF;
  color: #3A4DFF;
  border-color: #3A4DFF;
  font-weight: bold;
}

.uha-state-yes-lead .uha-yes,
.uha-state-no-lead .uha-no {
  width: 85px;
  height: 85px;
}
.uha-state-yes-lead .uha-yes .uha-vote-count,
.uha-state-no-lead .uha-no .uha-vote-count {
  transform: translate(10%, -10%);
}/*# sourceMappingURL=uha-styles.css.map */