/* SEO Enhancement Styles */

/* Schema.org structured data styling */
.schema-item {
    display: none; /* Hide structured data visually */
}

/* Rich snippets support */
.breadcrumb {
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 1rem;
}

.breadcrumb a {
    color: #3b82f6;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

/* Article and content optimization */
article {
    max-width: 800px;
    margin: 0 auto;
}

.article-content {
    line-height: 1.8;
}

.article-content h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.article-content h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.article-content p {
    margin-bottom: 1.5rem;
}

.article-content ul, .article-content ol {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.article-content li {
    margin-bottom: 0.5rem;
}

/* FAQ Schema styling */
.faq-item {
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    background: #f9fafb;
    border-radius: 0.5rem;
}

.faq-question {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: #111827;
}

.faq-answer {
    color: #4b5563;
    line-height: 1.7;
}

.dark .faq-item {
    background: #1f2937;
}

.dark .faq-question {
    color: #f9fafb;
}

.dark .faq-answer {
    color: #d1d5db;
}
