/* Open-question feedback uses prose, without the icon column of choice feedback. */
.authored-writing .authored-feedback {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  padding: 14px;
  background: #f4f2ff;
  border-radius: 10px;
  color: #28223e;
}
.authored-writing .authored-feedback > strong,
.authored-writing .authored-feedback > span {
  width: auto;
  min-width: 0;
  max-width: 100%;
  display: block;
  line-height: 1.5;
  font-size: 14px;
}
.authored-writing .authored-feedback > strong { font-weight: 500; }
.authored-writing.writing-coach-card { min-height: 0; }
.sound-row audio { max-width: 100%; }
