.sa-totalpoll-shell .totalpoll-wrapper,
.sa-totalpoll-shell .totalpoll-container,
.sa-totalpoll-shell .totalpoll-form {
  color: var(--sa-text);
}

.sa-totalpoll-shell [class*="totalpoll-"] {
  font-family: inherit;
}

.sa-totalpoll-shell .totalpoll-question-choices-item,
.sa-totalpoll-shell .totalpoll-poll-close-countdown,
.sa-totalpoll-shell .totalpoll-utility-glass-bar,
.sa-totalpoll-shell .totalpoll-stats-panel {
  background: var(--sa-surface-2);
  border-color: var(--sa-border);
  border-radius: var(--sa-radius);
}

.sa-totalpoll-shell button,
.sa-totalpoll-shell .totalpoll-choice-vote-button {
  min-height: 34px;
  color: #fff;
  background: linear-gradient(135deg, var(--sa-accent), var(--sa-accent-2));
  border: 0;
  border-radius: var(--sa-radius);
  font-weight: 800;
}

.sa-totalpoll-shell .totalpoll-question-choices-item-name,
.sa-totalpoll-shell .totalpoll-votes-number {
  color: var(--sa-text);
}

.sa-totalpoll-shell .totalpoll-question-choices-item-votes-count,
.sa-totalpoll-shell .totalpoll-utility-button {
  color: var(--sa-muted);
}

