/* Additional styles for terms and privacy pages */
.terms-content, .privacy-content {
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
    line-height: 1.6;
}

.terms-content h1, .privacy-content h1 {
    color: #2c3e50;
    margin-bottom: 30px;
    text-align: center;
}

.terms-content h2, .privacy-content h2 {
    color: #3498db;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid #eee;
}

.terms-content h3, .privacy-content h3 {
    color: #2c3e50;
    margin-top: 20px;
    margin-bottom: 10px;
}

.terms-content p, .privacy-content p {
    margin-bottom: 15px;
}

.terms-content ul, .privacy-content ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.terms-content li, .privacy-content li {
    margin-bottom: 8px;
}

.terms-content a, .privacy-content a {
    color: #3498db;
    text-decoration: none;
}

.terms-content a:hover, .privacy-content a:hover {
    text-decoration: underline;
}

.terms-content .section-divider, .privacy-content .section-divider {
    margin: 30px 0;
    border: 0;
    height: 1px;
    background: #eee;
}