/* Legal pages styling */
.legal-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
}

.legal-header {
    text-align: center;
    margin-bottom: 40px;
}

.legal-header h1 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 10px;
}

.last-updated {
    color: #666;
    font-style: italic;
}

.legal-section {
    margin-bottom: 30px;
}

.legal-section h2 {
    font-size: 1.5rem;
    color: #444;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.legal-section h3 {
    font-size: 1.2rem;
    color: #555;
    margin: 20px 0 10px;
}

.legal-section p {
    line-height: 1.6;
    color: #666;
    margin-bottom: 15px;
}

.legal-section ul, 
.legal-section ol {
    margin: 10px 0 20px 20px;
    color: #666;
}

.legal-section li {
    margin-bottom: 8px;
    line-height: 1.5;
}

.legal-section a {
    color: #007bff;
    text-decoration: none;
}

.legal-section a:hover {
    text-decoration: underline;
}

.legal-footer {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    text-align: center;
    color: #888;
}