/* Extend styles provided by  /modules/contrib/poll/css/. */

.poll-view {
  font-size: 1rem;
}
.poll-view .poll-question {
  font-size: 1.2rem;
  margin-bottom: var(--gcds-spacing-400);
}

/* prevent edge of active gcds radio select from being cut of by container */
.poll .vote-form {
  padding: 0 1rem;
}
