/* engagement/static/engagement/css/engagement.css */

.engagement-reactions .reaction-btn {
    border: 1px solid #dee2e6;
    background: #fff;
    border-radius: 999px;
    margin-right: 0.4rem;
}

.engagement-reactions .reaction-btn.active {
    background: #e7f1ff;
    border-color: #0d6efd;
}

.engagement-comments .comment-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 0.5rem;
}
