.wtsg-poll-fields {
  display: none !important;
  clear: both;
  width: 260px;
  max-width: 100%;
  margin-top: 10px;
  padding: 8px;
  background: #f6f7f7;
  border: 1px solid #2271b1;
  border-radius: 4px;
}

.wtsg-poll-fields.wtsg-poll-open {
  display: block !important;
}

.wtsg-poll-fields input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 6px;
  padding: 6px 8px;
  border-radius: 3px;
  border: 1px solid #2271b1;
}

.wtsg-poll-box {
  margin-top: 14px;
  padding: 14px;
  background: #f8f9fb;
  border: 1px solid #d6dce5;
  border-radius: 8px;
  color: #444;
}

.wtsg-poll-title {
  font-weight: 700;
  color: #2271b1;
  margin-bottom: 6px;
}

.wtsg-poll-question {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
}

.wtsg-poll-choice {
  margin: 10px 0;
}

.wtsg-poll-vote {
  width: 100%;
  text-align: left;
  padding: 10px 12px;
  border: 1px solid #ccd0d4;
  border-radius: 4px;
  background: #ffffff;
  color: #333;
  font-weight: 600;
  cursor: pointer;
}

.wtsg-poll-vote:hover {
  background: #f0f6fc;
  border-color: #2271b1;
}

.wtsg-poll-result-label {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

.wtsg-poll-bar-wrap {
  width: 100%;
  height: 11px;
  background: #e5e7eb;
  border-radius: 999px;
  overflow: hidden;
}

.wtsg-poll-bar {
  height: 100%;
  background: linear-gradient(90deg,#ffd54f,#ff8a00);
  border-radius: 999px;
}

.wtsg-poll-count,
.wtsg-poll-login-note {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
}