.ProseMirror-loro-cursor:first-child {
  margin-top: 16px;
}

.ProseMirror-loro-cursor {
  word-break: normal;
  pointer-events: none;
  border-color: orange;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  margin-left: -1px;
  margin-right: -1px;
  position: relative;
}

.ProseMirror-loro-cursor > div {
  color: #fff;
  white-space: nowrap;
  user-select: none;
  background-color: #fa8100;
  padding-left: 2px;
  padding-right: 2px;
  font-family: serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  position: absolute;
  top: -1.05em;
  left: -1px;
}
