.question-heading-row { align-items: flex-start; }
.prompt-direction {
  flex: 0 0 auto;
  margin: 0.3rem 0.85rem 0 0;
  color: #2f7863;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.2;
  max-width: 7.5rem;
  text-transform: uppercase;
}
.prompt-direction[hidden] { display: none !important; }
@media (max-width: 720px) {
  .question-heading-row { display: grid; grid-template-columns: minmax(5.6rem, 0.34fr) minmax(0, 1fr); gap: 0.65rem; }
  .prompt-direction { margin: 0.22rem 0 0; max-width: none; font-size: 0.64rem; }
}
