div.langInp {
  outline: 0;
  box-sizing: border-box;
  height: 158px;
  resize: vertical;
  padding: 10px 12px !important;
  tab-size: 2ch;
  font-family: monospace;
  white-space: pre;
  line-height: calc(1.5em + 2px) !important;
}

div.langInp * {
  line-height: inherit !important;
}

div.langInp b {
  outline: 2px dashed CurrentColor;
  outline-offset: 2px;
}

div#ctrlWrap {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

div#ctrlWrap > * {
  margin-bottom: 1em;
}

div#ctrlWrap > span {
  display: flex;
  flex: 1;
  gap: 0.5em;
  font-weight: bolder;
}

div#ctrlWrap button {
  min-width: 16px;
  min-height: 16px;
  box-sizing: content-box;
  flex-shrink: 0;
}

div#ctrlWrap > i {
  align-self: center;
  opacity: calc(var(--magic)/2);
  font-weight: var(--weight);
  flex: 1;
  text-align: right;
  white-space: nowrap;
  cursor: default;
}