/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.eh-title-container {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.eh-react {
  min-width: 4px;
  min-height: 16px;
  background: #1890ff;
  border-radius: 2px;
  margin-right: 7px;
}
.eh-title {
  color: rgba(0, 0, 0, 0.85);
  font-size: 18px;
  font-weight: 500;
}
