.stelling-tekst {
  font-size: 1.1rem;
  font-style: italic;
  margin: 0.25rem 0 0.75rem;
}

.stelling-balk {
  height: 10px;
  border-radius: 5px;
  background: var(--kleur-vlak, #e3edf5);
  overflow: hidden;
}

.stelling-balk-eens {
  display: block;
  height: 100%;
  border-radius: 5px;
  background: var(--kleur-accent, #1f74bf);
  transition: width 0.4s ease;
}

.stelling-uitslag-label,
.stelling-aantal,
.stelling-eigen-stem,
.stelling-feedback,
.stelling-login {
  font-size: 0.9rem;
  margin: 0.5rem 0 0;
}

.stelling-knoppen {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.stelling-knop {
  padding: 0.4rem 1.25rem;
  border: 1px solid var(--kleur-accent, #1f74bf);
  border-radius: 999px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
}

.stelling-knop:hover:not(:disabled) {
  background: var(--kleur-accent, #1f74bf);
  color: #fff;
}

.stelling-knop:disabled {
  opacity: 0.5;
  cursor: default;
}
