.scg-reactions {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}
.scg-reaction-button {
    background: #f4f4f4;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 60px;
    transition: background 0.2s ease;
}
.scg-reaction-button:hover {
    background: #e4e4e4;
}
.scg-emoji {
    font-size: 24px;
}
.scg-count {
    font-size: 14px;
    margin-top: 4px;
    font-weight: bold;
     color: darkblue;
}
