.editor-CompCounter-count {
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 20px;
  color: rgba(28, 36, 46, 0.65);
  font-size: 12px;
  padding-right: 16px;
}
.editor-CompCounter-count .reload {
  color: #47e;
  cursor: pointer;
}
.editor-CompCounter-count .reload .text {
  margin-left: 4px;
}
.editor-CompCounter-count-full {
  color: #ff5d57;
}
.editor-CompCounter-count .editor-divider-vertical {
  margin: 0 4px;
}
