/* CardComponent owns this format-specific surface override. */
.card-component.task-instruction-card {
  background-color: var(--moss-wash);
  border-color: transparent;
  box-shadow: none;
  color: var(--ink);
  font-size: 16px;
  line-height: 24px;
  white-space: pre-wrap;
}

.card-component.task-instruction-card.-loose {
  line-height: 26px;
}
