.editor-anchor-input {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 8px;
  color: rgba(28, 36, 46, 0.45);
}
.editor-anchor-input-text {
  font-size: 12px;
  white-space: nowrap;
}
.editor-anchor-input .editor-input-number-handler-wrap {
  display: none;
}
.editor-anchor-input .editor-input-number-input {
  font-size: 12px;
}
.editor-anchor-input-split {
  margin-left: 8px;
  width: 1px;
  height: 16px;
  background: #F0F0F0;
}
.editor-anchor-input-input-number {
  width: 64px !important;
  text-align: center;
  color: rgba(28, 36, 46, 0.85);
}
.editor-anchor-input-input-number .editor-input-number-input-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.editor-anchor-input-input-number .editor-input-number-input-wrap input {
  text-align: center;
}
