/* Shared Styles for Text-Heavy Pages (Legal, Sources) */

/* --- Legal Page Styles --- */
.legal-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem;
    color: var(--color-text);
}

.legal-section {
    margin-bottom: 2.5rem;
}

.legal-section h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--color-primary);
}

.legal-section h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
}

.legal-section p {
    margin-bottom: 1rem;
    line-height: 1.6;
}

.legal-section ul {
    list-style-type: disc;
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

/* --- Sources Page Styles --- */
.sources-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 3rem 1rem;
    color: var(--color-text);
}

.source-category {
    margin-bottom: 3rem;
}

.source-category h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--color-primary);
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 0.5rem;
}

.citation-item {
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    border-left: 3px solid var(--color-border);
}

.citation-title {
    font-weight: 600;
    font-size: 1.1rem;
}

.citation-meta {
    font-size: 0.9rem;
    color: gray;
    margin-top: 0.25rem;
}

.citation-link {
    color: var(--color-primary);
    text-decoration: underline;
    font-size: 0.9rem;
}
