.tx-poll .alert-info {
  margin-bottom: 2rem;
}

.typo3-messages .alert {
  color: rgb(var(--c-color-primary));
}

.tx-poll .poll-question .poll-question-answers.d-flex,
.poll-answer-scale {
  display: flex;
  justify-content: space-between;
}

.poll-description {
  margin: 1rem 0 1.5rem 0;
}

.poll-result-question,
form > .poll-question {
  background: rgb(var(--c-neutral-lightest));
  border-radius: var(--b-radius);
  overflow: hidden;
  padding: 1.5rem !important;
  margin-bottom: 1.5rem;
}

.tx-poll .poll-question.layout-inline-scaled .poll-answer-scale {
  margin-bottom: 1rem;
}

.tx-poll input {
  margin: 0;
}

.tx-poll h2 {
  margin-bottom: 1rem;
  font-size: var(--f-size-l-2);
}

.tx-poll h3 {
  margin-bottom: 1rem;
  font-size: var(--f-size);
  font-family: var(--f-family);
}

.tx-poll .poll-question-number {
  font-family: var(--f-family-b);
  color: rgb(var(--c-neutral-lightest));
  background-color: rgb(var(--c-primary));
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.poll-result-question .poll-question p,
.poll-question-label p {
  margin-bottom: 0.5rem;
  font-family: var(--f-family-b);
}