.privacy-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem;
}

.privacy-section {
    margin-bottom: 2.5rem;
}

.privacy-section h2 {
    color: #667eea;
    border-bottom: 2px solid #667eea;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.privacy-section h3 {
    color: #764ba2;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.privacy-section p {
    line-height: 1.8;
    color: #333;
    margin-bottom: 1rem;
}

.privacy-section ul {
    margin-left: 2rem;
    margin-bottom: 1rem;
}

.privacy-section li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.last-updated {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #ddd;
}

.highlight {
    background-color: #f0f0f0;
    padding: 1rem;
    border-left: 4px solid #667eea;
    margin: 1.5rem 0;
    border-radius: 4px;
}

/* Dark Theme */
.theme-dark .privacy-container {
    color: #e2e8f0;
}

.theme-dark .privacy-container h1 {
    color: #e2e8f0;
}

.theme-dark .privacy-section h2 {
    color: #93c5fd;
    border-bottom-color: #475569;
}

.theme-dark .privacy-section h3 {
    color: #c4b5fd;
}

.theme-dark .privacy-section p,
.theme-dark .privacy-section li {
    color: #cbd5e1;
}

.theme-dark .last-updated {
    color: #94a3b8;
    border-top-color: #334155;
}

.theme-dark .highlight {
    background-color: #1e293b;
    border-left-color: #93c5fd;
    color: #e2e8f0;
}
