.nr-widget {
    padding: 1.5rem 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.nr-divider {
    border: none;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 1.25rem;
}
.nr-label {
    font-size: 13px;
    color: #888;
    margin-bottom: 10px;
}
.nr-reactions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.nr-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    transition: background 0.15s;
    user-select: none;
}
.nr-btn:hover {
    background: #f5f5f5;
}
.nr-btn.active {
    background: #e8f0fe;
    border-color: #4285f4;
    color: #1a56db;
}
.nr-cnt {
    font-size: 13px;
    font-weight: 500;
}
.nr-toast {
    margin-top: 0.75rem;
    padding: 10px 14px;
    border-radius: 8px;
    background: #e6f4ea;
    color: #137333;
    font-size: 13px;
    border: 1px solid #b7dfb9;
}
