/* 13-views-streams.css */

.streams-stat-badge {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
}

.platform-icon-box {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    background: #f1f5f9;
}
