/* ========== AIPG PUBLIC STYLES ========== */

.aipg-toc {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 20px;
    margin: 24px 0;
    font-family: inherit;
}

.aipg-toc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 12px;
}

.aipg-toc-title {
    margin: 0 !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #1e293b !important;
}

.aipg-toc-toggle {
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    color: #475569;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    transition: all 0.2s ease;
}

.aipg-toc-toggle:hover {
    background: #e2e8f0;
    color: #1e293b;
}

.aipg-toc-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.aipg-toc-item {
    margin-bottom: 8px !important;
}

.aipg-toc-item a {
    color: #2563eb;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s ease;
}

.aipg-toc-item a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

.aipg-toc-level-2 {
    font-weight: 600;
}

.aipg-toc-level-3 {
    padding-left: 20px !important;
}

.aipg-toc-sublist {
    list-style: none !important;
    padding: 0 !important;
    margin: 8px 0 0 !important;
}

/* FAQ Styling */
.aipg-faq-block {
    margin: 32px 0;
    border-top: 2px solid #e2e8f0;
    padding-top: 24px;
}

.aipg-faq-title {
    margin-bottom: 20px !important;
}

.aipg-faq-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f5f9;
}

.aipg-faq-item:last-child {
    border-bottom: none;
}

.aipg-faq-question {
    display: block;
    font-weight: 700;
    font-size: 1.1rem;
    color: #1e293b;
    margin-bottom: 10px;
}

.aipg-faq-answer {
    color: #475569;
    line-height: 1.6;
    margin: 0;
}
