/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 31 2025 | 05:25:49 */
.bbhg-google-refresh {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: linear-gradient(135deg, #4285f4 0%, #1a73e8 100%);
    color: white !important;
    border: none;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(66, 133, 244, 0.3);
}

.bbhg-insights-analyze-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: white !important;
    border: none;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.35);
}


.bbhg-radar-scan-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: linear-gradient(135deg, #ef4444 0%, #f97316 100%);
    color: white ! IMPORTANT;
    border: none;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.35);
}


.bbhg-radar-pill {
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
 
    cursor: pointer;
    transition: all 0.2s ease;
}

.bbhg-youtube-refresh-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: linear-gradient(135deg, #FF0000 0%, #cc0000 100%);
    color: white ! IMPORTANT;
    border: none;
    border-radius: var(--bbhg-radius);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}
svg:not(:root) {
    overflow: hidden;
    display: inline;
    color: #000000 !important;
}

.bbhg-emerging-time {
    color: var(--bbhg-gray-500);
    display: none ! IMPORTANT;
}