.expanded .editor,
.expanded .console textarea {
  height: calc(var(--drawer-height2) - 158px);
}

.editor {
  width: 100%;
  height: calc(var(--drawer-height) - 158px);
  /* height: 250px; */
  margin-bottom: 16px;
  border: 1px solid #cfd8dc;
  font-size: 16px;
}

.console {
  position: relative;
}

.console textarea {
  height: calc(var(--drawer-height) - 158px);
  /* height: 250px; */
  padding: 36px 8px 8px 8px;
  background-color: #fff;
  border: 1px solid #cfd8dc;
  font-family: "Courier New", Consolas, monospace;
  resize: none;
  font-size: 16px;
}

.console::before {
  content: attr(data-label);
  position: absolute;
  top: 1px;
  left: 12px;
  display: block;
  padding: 8px 10px;
  line-height: 1;
  background-color: #e0f2f1;
  background-color: #dcedc8;
  font-size: 12px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.row {
  margin: 0;
}
