/* Legal documents */
.legal-document {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 0;
}

.document-header {
    border-bottom: 2px solid #e9ecef;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}

.document-header h1 {
    color: #333;
    margin-bottom: 0.5rem;
}

.document-version {
    color: #666;
    font-size: 0.9rem;
}

.document-section {
    margin-bottom: 2rem;
}

.document-section h2 {
    color: #333;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.document-paragraph {
    margin-bottom: 1rem;
    line-height: 1.7;
    text-align: justify;
}

.document-footer {
    text-align: center;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e9ecef;
}