/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 30 2025 | 06:57:25 */
.bbhg-video-type-tab.active {
    background: linear-gradient(135deg, #FF0000 0%, #CC0000 100%);
    color: white ! IMPORTANT;
    border-color: #FF0000;
    box-shadow: 0 4px 12px rgba(255, 0, 0, 0.3);
}
.bbhg-search-filter.active {
    background: linear-gradient(135deg, #4285F4 0%, #34A853 100%);
    color: white !important;
    border-color: transparent;
    box-shadow: 0 2px 8px -2px rgba(66, 133, 244, 0.4);
}

.bbhg-searches-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: black ! IMPORTANT;
    color: white;
    font-size: 12px;
    font-weight: 600;
    border-radius: 16px;
}