.aub-reactions {
    border-top: 1px solid #eceff3;
    background: #fff;
    font-family: inherit;
}

.aub-reactions__counters{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:10px 14px 8px;
    gap:12px;
}

.aub-reactions__counter{
    margin:0;
    flex:1;
    font-size:15px;
    line-height:1.4;
}

.aub-reactions__counter:first-child{
    text-align:left;
}

.aub-reactions__counter:last-child{
    text-align:right;
}
.aub-reactions__counter {
    margin: 2px 0;
    color: #596273;
    font-size: 13px;
    line-height: 1.4;
}

.aub-reactions__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 0 10px 10px;
}

.aub-reactions__button {
    min-height: 44px;
    border: 1px solid #dce9f5;
    border-radius: 40px;
    background: #e7f3ff;
    color: #0967d8;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    touch-action: manipulation;
}

.aub-reactions__button:active {
    transform: scale(.985);
}

.aub-reactions__button.is-selected {
    border-color: #e3e7ed;
    background: #ffffff;
    color: #b9cadf;
    pointer-events: none;
    opacity: .5;
    cursor: default;
}

.aub-reactions__button:disabled {
    cursor: wait;
    opacity: .65;
}

.aub-reactions__emoji {
    margin-right: 5px;
    font-size: 18px;
}
