.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;
}
