.trending-widget {
    background: #fff;
    border-radius: 8px;
    padding: 15px 18px;
    margin-top: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.trending-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.trending-list li {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.trending-list li:last-child {
    border-bottom: none;
}

.trending-list li:hover {
    background: #f5f8fa;
}

.editors-choice {
    background: #f0f8ff;
}

.trend-rank {
    color: #999;
    font-size: 13px;
    min-width: 30px;
    flex-shrink: 0;
}

.trend-info {
    display: flex;
    flex-direction: column;
}

.trend-name {
    font-weight: 700;
    font-size: 15px;
    color: #0f1419;
    text-decoration: none;
}

.trend-name:hover {
    color: #1da1f2;
}

.trend-posts {
    font-size: 12px;
    color: #536471;
    margin-top: 2px;
}

.trend-badge {
    font-size: 12px;
    color: #1da1f2;
    font-weight: 600;
    margin-top: 2px;
}
