/* === Digital Forest (7 rows) === */
#forest{
  display:block;
  white-space:normal;           /* rows are separate blocks */
  overflow-x:auto;
  overflow-y:hidden;
  -ms-overflow-style:none;
  scrollbar-width:none;
  height:calc(1.15em * 7);      /* exactly 7 visible lines */
  cursor:grab;
}
#forest::-webkit-scrollbar{ display:none; }
#forest.dragging{ cursor:grabbing; }
#forest .fr{ white-space:pre; line-height:1.15; height:1.15em; }
