/* assets/css/legal-style.css */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fcfcfc;
}
h1 {
    color: #2c3e50;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}
h2 {
    color: #34495e;
    margin-top: 30px;
}
h3 {
    color: #555;
}
ul {
    margin-bottom: 20px;
}
li {
    margin-bottom: 8px;
}
a {
    color: #3498db;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.note {
    background-color: #f8f9fa;
    border-left: 4px solid #3498db;
    padding: 10px 15px;
    font-style: italic;
    margin: 20px 0;
}
.contact-box {
    background-color: #eef2f5;
    padding: 15px;
    border-radius: 5px;
    margin-top: 10px;
}
