.tv-help-section {
    padding: 80px 0;
}

.help-sidebar {
    background: #ffffff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.sidebar-title h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}

.help-categories {
    list-style: none;
    padding: 0;
    margin: 0;
}

.help-categories li {
    margin-bottom: 10px;
}

.help-categories li a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-size: 14px;
}

.help-categories li a:hover {
    background: #f5f5f5;
    color: #f26423;
}

.help-categories li.active > a {
    background: #f26423;
    color: #ffffff;
}

.sub-categories {
    list-style: none;
    padding: 0;
    margin: 10px 0 10px 20px;
    display: block;
}

.sub-categories li {
    margin-bottom: 5px;
}

.sub-categories li a {
    font-size: 13px;
    padding: 5px 10px;
    color: #666;
}

.sub-categories li a:hover {
    color: #f26423;
    background: transparent;
}

.help-content {
    background: #ffffff;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.content-header h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.content-header p {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.help-articles {
    border-top: 1px solid #eee;
    padding-top: 30px;
}

.help-article {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.help-article:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.help-article h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.help-article p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.help-article ol,
.help-article ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.help-article li {
    margin-bottom: 8px;
    font-size: 14px;
    color: #666;
}

.article-meta {
    font-size: 12px;
    color: #999;
    margin-top: 20px;
}
#helpNavToggle {
background: #f26423;
    color: #ffffff;border-radius: 10px;
}
@media (max-width: 768px) {
    .help-sidebar {
        margin-bottom: 30px;
        display: none;
    }
    
    .help-sidebar.active {
        display: block;
    }
    
    .help-content {
        padding: 30px;
    }
    
    .mobile-nav-toggle {
        margin-bottom: 20px;
    }
}
