.reactions-root {
    float: right;
    margin-top: 20px!important;
}


.reaction-picker-panel {
    position: absolute;
    top: 20px;
    right: -50px;
    transform: translate(0, 28px);
    z-index: 999;
    box-shadow: 0px 6px 12px #00000033;
    border-radius: 12px;
}

.reactions-root .emoji-mart {
    font-family: var(--font);
    font-size: 11px;
    display: inline-block;
    color: #2224;
    font-size: 11px;
    border-radius: 5px;
    background: var(--beg100);
    width: 400px !important;
    padding: 10px;
}

.reactions-root .emoji-mart-category-label span {
    display: block;
    width: 100%;
    font-weight: 500;
    padding: 5px 6px;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 12px;
    text-transform: lowercase;
}

.reactions-root .emoji-mart-anchor {
    position: relative;
    display: flex;
    color: #858585;
    text-align: center;
    padding: 12px 4px;
    overflow: hidden;
    transition: color .1s ease-out;
    margin: 0;
    box-shadow: none;
    background: none;
    border: none;
    justify-content: center;
    align-items: center;
}


.reactions-root  .button, .reactions-root  #pa-edit strong a, .reactions-root  input[type="button"], .reactions-root  button[type="button"] {
    padding: 4px!important;
}

 .reactions-root button:hover {
background: var(--beg500);}


.reaction-chip {
    cursor: pointer;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: var(--beg300);
}

.reaction-chip.reaction-chip--clicked {
    border: none;
    background-color: var(--beg500);
}

button.reaction-picker-button.reaction-chip svg {
    display: none;
}

button.reaction-picker-button.reaction-chip::before {
    content: "\2b";
    height: 26px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: FontAwesome;
    text-align: center;
    font-size: 10px;
    line-height: 26px;
    z-index: 0;
}