
#intellerzone-reactions {
    display: flex;
    gap: 12px;
    margin-top: 20px;
    justify-content: center;
}
.emoji-button {
    font-size: 24px;
    background: #f2f2f2;
    border: none;
    border-radius: 12px;
    padding: 8px 12px;
    cursor: pointer;
}
