
.enquete-sticker {
  display: none;
  position: absolute;
  width: min(78%, 280px);
  pointer-events: auto;
  transform: translate(-50%, -50%);
  background: rgba(20, 20, 20, 0.72);
  border-radius: 14px;
  padding: 10px 12px;
  color: #fff;
  font-family: inherit;
}
.enquete-sticker.ativa {
  display: block;
}
.enquete-pergunta {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}
.enquete-opcao {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 0 6px;
  padding: 8px 10px;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}
.enquete-opcao .enquete-pct {
  display: none;
  font-weight: 700;
}
.enquete-sticker.respondida .enquete-pct {
  display: inline;
}
.enquete-sticker.respondida .enquete-opcao {
  cursor: default;
}
.enquete-sticker.respondida .enquete-opcao.escolhida {
  background: var(--theme-color1, #2f9e44);
}
