/* Poll Asset Styles */
.poll-card_poll-asset__gFiXT {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease;
  background: #fff;
}

.poll-card_poll-gradient-overlay__7dzai {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    181deg,
    rgba(0, 0, 0, 0) 21.39%,
    rgba(0, 0, 0, 0.43) 48.65%,
    rgba(255, 255, 255, 0.5) 85.69%
  );
  z-index: 1;
}

.poll-card_poll-content-overlay__xHIi1 {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  padding: 20px 30px 80px 30px;
  max-width: 85%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.poll-card_poll-content-overlay--top__8iVQX {
  justify-content: flex-start;
}

.poll-card_poll-content-overlay--center__n3LBQ {
  justify-content: center;
}

.poll-card_poll-content-overlay--bottom__GsQsB {
  justify-content: flex-end;
}

.poll-card_poll-icon__6lU2N {
  width: 36px;
  height: 36px;
  border-radius: 117px;
  border: 1.26px solid #8c8c8c;
  background: #fff;
  box-shadow: 0px 11.687px 23.374px -21.036px rgba(195, 195, 195, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.poll-card_poll-icon__6lU2N svg {
  width: 20px;
  height: 20px;
}

/* Loading styles */
.poll-card_poll-loading__7NFbl {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
}

@keyframes poll-card_spin__13Cwo {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.poll-card_poll-spinner__ji5EU {
  width: 24px;
  height: 24px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top: 2px solid white;
  animation: poll-card_spin__13Cwo 1s linear infinite;
}

/* Mobile specific styles for polls */
@media (max-width: 768px) {
  .poll-card_poll-content-overlay__xHIi1 {
    padding: 20px 14px 80px 14px;
  }

  .poll-card_poll-spinner__ji5EU {
    width: 20px;
    height: 20px;
  }
}

/* New styles for poll question and options */
.question_poll-question__KIok0 {
  font-family: Montserrat, Heebo, Assistant, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica, Arial, sans-serif !important;
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
  flex-shrink: 0;
  padding: 0 10px;
}

.question_poll-options___FFOQ {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 280px;
  flex-shrink: 0;
}

.question_poll-option-container__4SAVQ {
  width: 100%;
}

.question_poll-option-bar__DgONf {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border: 0 solid rgba(255, 255, 255, 1);
  border-radius: 6px;
  height: 8vh;
  overflow: hidden;
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.question_poll-option-progress__beGY8 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(140, 140, 140, 0.3);
  border-radius: 2px;
  transition: width 0.3s ease;
  z-index: 1;
}

.question_poll-option-content__sgZol {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  height: 100%;
  direction: rtl;
}

[dir='ltr'][dir='ltr'] .question_poll-option-content__sgZol {
  direction: ltr;
}

.question_poll-option-text__p0_oC {
  font-size: 12px;
  font-family: Montserrat, Heebo, Assistant, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica, Arial, sans-serif !important;
  position: relative;
  z-index: 1;
  font-style: normal;
  line-height: 14px;
  font-weight: 500;
  color: #333;
  text-shadow: none;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  max-width: calc(100% - 40px);
}

[dir='ltr'][dir='ltr'] .question_poll-option-text__p0_oC {
  text-align: left;
  direction: ltr;
}

.question_poll-option-percentage__ZYB2p {
  font-size: 12px;
  font-weight: 600;
  color: #333;
  text-shadow: none;
  margin-left: 8px;
}

@media (max-width: 768px) {
  .question_poll-question__KIok0 {
    font-size: 15px;
  }

  .question_poll-option-bar__DgONf {
    height: 35px;
    border-radius: 8px;
  }

  .question_poll-option-progress__beGY8 {
    display: block;
  }

  .question_poll-option-content__sgZol {
    padding: 0 12px;
  }

  .question_poll-option-text__p0_oC {
    font-size: 12px;
    font-weight: 500;
    color: #333;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    max-width: calc(100% - 40px);
  }

  [dir='ltr'][dir='ltr'] .question_poll-option-text__p0_oC {
    text-align: left;
    direction: ltr;
  }

  .question_poll-option-percentage__ZYB2p {
    font-size: 11px;
    font-weight: 600;
    color: #333;
  }
}

