button.svelte-vg0855 {
  outline: 0;
  border: 0;
  width: 100%;
  background: transparent;
}
button.svelte-vg0855:focus-visible {
  border: solid 1px red !important;
}
.active-questions-container.svelte-hrfo0w {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

button.svelte-hrfo0w {
  cursor: pointer;
  text-decoration: underline;
  outline: 0;
  border: 0;
  background-color: transparent;
  color: #5a5a5a;
}
button.svelte-hrfo0w:hover, button.active.svelte-hrfo0w {
  color: #e63128;
}

.questions-container.svelte-hrfo0w {
  min-height: 80vh;
  border-bottom: solid 1px #f4f4f4;
  border-right: solid 1px #f4f4f4;
}
