.editor-function-title-popover {
  display: flex;
  flex-direction: column;
  width: auto;
  max-height: 416px;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: white;
}
.editor-function-title-popover-title {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #1C242E;
  line-height: 20px;
}
.editor-function-title-popover-detail {
  margin-bottom: 12px;
  font-size: 12px;
  color: rgba(28, 36, 46, 0.45);
  line-height: 18px;
  line-break: auto;
}
.editor-function-title-popover-example {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}
.editor-function-title-popover-example .example-title {
  font-weight: 600;
  color: #1C242E;
}
.editor-function-title-popover-example .example-detail {
  font-weight: 400;
  color: rgba(28, 36, 46, 0.45);
}
.editor-function-title-popover-params {
  font-size: 12px;
  font-weight: 400;
  color: rgba(28, 36, 46, 0.45);
}
.editor-function-title-popover .editor-tree .editor-tree-treenode {
  width: 100%;
  margin-left: -6px;
  font-size: 12px;
  font-weight: 600;
  color: #1C242E;
}
.editor-function-title-popover .editor-tree-node-content-wrapper {
  background: #ffffff;
  width: 100%;
}
.editor-function-title-popover .editor-tree-treenode > .editor-tree-switcher-noop {
  display: none;
}
.editor-function-title-popover .editor-table-tbody {
  font-weight: 400;
  color: rgba(28, 36, 46, 0.75);
}
