.lib-html-code-run {
  border-radius: 4px;
  overflow: hidden;
  border: 0.5px solid hsla(0, 0%, 50.2%, 0.4);
  display: flex;
  flex-direction: column;
  height: 600px;
}
.lib-html-code-run-hd {
  display: flex;
  height: 52px;
  align-items: center;
  background-color: #18212d;
}
.lib-html-code-run-hd .hd-left {
  display: flex;
  width: 50%;
  column-gap: 10px;
  padding-left: 20px;
}
.lib-html-code-run-hd .hd-right {
  width: 50%;
  display: flex;
}
.lib-html-code-run-hd .lib-btn-code {
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.12);
  padding: 5px 10px;
  cursor: pointer;
  color: hsla(0, 0%, 100%, 0.7);
  display: flex;
  column-gap: 5px;
  align-items: center;
}
.lib-html-code-run-hd .lib-btn-code img {
  width: 12px;
}
.lib-html-code-run-hd .lib-btn-code:hover,
.lib-html-code-run-hd .lib-btn-code.act {
  background-color: hsla(0, 0%, 100%, 0.06);
}
.lib-html-code-run-hd .lib-btn-code.act {
  color: hsla(0, 0%, 100%, 0.9);
}
.lib-html-code-run-bd {
  display: flex;
  flex: 1;
}
.lib-html-code-run-bd .code-editor-list {
  width: 50%;
  position: relative;
  height: 100%;
}
.lib-html-code-run-bd .code-editor-list .lib-code-editor {
  height: 100%;
}
.lib-html-code-run-bd .bd-right {
  width: 50%;
  height: 100%;
}
