.d-emoji-text-wrapper {
  // Only inline emojis need this adjustments
  >.d-emoji {
    height: 1em;

    img.d-icon {
      inset-block-start: calc(50% - 1px);
    }
  }
}
