/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 31 2025 | 05:32:17 */
.bbhg-youtube-quota-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: var(--bbhg-gray-100);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    color: var(--bbhg-gray-600);
    display: none;
}

.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;
    display: none !important;
}


.bbhg-youtube-category-tabs {
    display: flex;
    gap: 8px;
    padding: 4px 0;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-top: -36px;
}