.#{$prefix}editor-content {
  font-family: $theme-font-family;
  line-height: $theme-line-height;
  > p {
    span {
      display: inline-flex;
      align-items: center;
    }

    &::last-child {
      margin-bottom: 0;
    }

    img {
      display: inline-block;
      margin: 0 0.2rem;
    }
  }
}