.reaction-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 10px;
    align-items: center;
}

.reaction-buttons button {
   margin: 1px;
    padding: 0;
    border: 1px solid #95A1D1; 
    border-radius: 40%;
    cursor: pointer;
    height: 3em;
    line-height: 3em;
    background: #ffffff;
    color: #95A1D1;
    font-family: "Noto Color Emoji", sans-serif;
    font-weight: 400;
    font-style: normal;
   width: 40px;
   height: 40px;
}

.reaction-buttons button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;
}

.reaction-buttons button:active {
    background: #ffffff;
    color:#95A1D1;
}

.expand-button {
    min-width: 3em;
}

.extra-buttons {
    display: none;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.reaction-counts {
    margin-top: 10px;
    font-size: 22px;
}

.count-item {
    font-family: "Noto Color Emoji", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 10px;
}

.count-item span {
    font-weight: bold;
line-height:1.5em;
}

.reaction-icon {
    margin: 0 4px;
    vertical-align: middle;
    max-width: 1em;
    max-height: 1em;
}

.emoji-group {
    letter-spacing: 0.2em;
}