.emojione {
    text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-rendering: optimizelegibility;
    cursor: pointer;
    word-wrap: break-word;
    color: var(--color-fg);
    white-space: pre-wrap;
    -webkit-user-drag: none;
    border: 0;
    font: inherit;
    padding: 0;
    font-size: inherit;
    object-fit: contain;
    vertical-align: middle;
    height: 20px;
    margin: -3px 0 0;
    width: 20px;
}

