/* User: Ceasar | Story: #0 | Date: 2026-07-22 | Change: Fully indent enumerated question tasks and align wrapped lines with the sentence rather than the marker. */
.question-prompt__line,
.question-prompt__gap {
  display: block;
}

.question-prompt__gap {
  min-height: 1em;
}

.question-prompt__item {
  display: grid;
  grid-template-columns: 2em minmax(0, 1fr);
  align-items: start;
  margin-inline-start: clamp(1.25rem, 3vw, 2.5rem);
}

.question-prompt__marker {
  white-space: nowrap;
}

.question-prompt__text {
  min-width: 0;
}
