.reaction-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
}

.reaction-buttons button {
   margin: 5px;
    padding: 0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    height: 3em;
    line-height: 3em;
    background: #fafafa;
    color: #666;
    font-family: "Noto Color Emoji", sans-serif;
    font-weight: 400;
    font-style: normal;
   width: 50px;
   height: 50px;
}

.reaction-buttons button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;
}

.reaction-buttons button:active {
    background: #999;
    color:#f6f6f6;
}

.expand-button {
    min-width: 3em;
}

.extra-buttons {
    display: none;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.reaction-counts {
    margin-top: 10px;
    font-size: 24px;
}

.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;
}