/* ═══════════════════════════════════════
   WORKBENCH UNIVERSE — the fixed premise (WorkbenchUniverseTemplates.js)
   ═══════════════════════════════════════ */

/* Long prose gets room to be read; the shared textarea is three rows. */
.wbu-body textarea.wb-in {
  line-height: 1.5;
}

/* A read-only tier sees the prose with its line breaks kept. */
.wbu-body .wb-v {
  white-space: pre-wrap;
}

.wbu-body #wbf-storyline {
  min-height: 320px;
}

.wbu-body #wbf-lore {
  min-height: 200px;
}

.wbu-body #wbf-notes {
  min-height: 120px;
}
