/* Simple legal content styling - mobile friendly */
.legal-content-simple { 
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; 
    line-height: 1.6; 
    color: #333;
    max-width: none;
}

.legal-content-simple h2 { 
    font-size: 1.2em; 
    font-weight: 600;
    margin: 20px 0 12px 0; 
    color: #333;
}

.legal-content-simple p { 
    margin: 12px 0; 
    line-height: 1.6;
}

.legal-content-simple strong {
    font-weight: 600;
}

.beta-warning { 
    background: #f8f9fa; 
    border: 1px solid #e9ecef; 
    padding: 15px; 
    border-radius: 6px; 
    margin: 15px 0; 
}

.beta-warning h3 { 
    margin-top: 0; 
    margin-bottom: 8px;
    font-size: 1.1em;
    font-weight: 600;
}

/* Legacy support for old content */
.legal-content { 
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; 
    line-height: 1.6; 
    color: #333; 
}
.legal-content h1 { 
    color: #007bff; 
    border-bottom: 2px solid #007bff; 
    padding-bottom: 10px; 
    margin-bottom: 20px; 
    font-size: 1.8em;
}
.legal-content h2 { 
    color: #333; 
    font-size: 1.3em; 
    margin: 25px 0 15px 0; 
    border-bottom: 1px solid #007bff; 
    padding-bottom: 5px; 
}
.legal-content h3 { 
    color: #555; 
    font-size: 1.1em; 
    margin: 20px 0 10px 0; 
}
.legal-content ul, .legal-content ol { 
    margin: 15px 0; 
    padding-left: 25px; 
}
.legal-content li { 
    margin: 5px 0; 
    line-height: 1.5;
}
.legal-content p { 
    margin: 12px 0; 
    line-height: 1.6;
}
.legal-content a { 
    color: #007bff; 
    text-decoration: underline; 
}