/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 30 2025 | 12:02:34 */
.bbhg-video-category-tab.active {
    background: linear-gradient(135deg, var(--bbhg-primary) 0%, var(--bbhg-primary-dark) 100%);
    color: white ! IMPORTANT;
    border-color: var(--bbhg-primary);
}

.bbhg-search-filter-tab.active
 {
    background: linear-gradient(135deg, #4285F4 0%, #1a73e8 100%);
    color: white !important;
    border-color: #4285F4;
    box-shadow: 0 4px 12px rgba(66, 133, 244, 0.3);
}