/* trends.html specific styles */

        .trend-title-cell {
            max-width: 250px;
        }

        .trend-name {
            font-weight: 500;
            color: var(--text-primary);
            margin-bottom: 2px;
        }

        .trend-category {
            font-size: 0.75rem;
            color: var(--text-muted);
        }
