/* ===== Legal pages (Terms & Privacy) ===== */

body {
    margin: 20px;
    line-height: 1.6;
}

h1, h2, h3 {
    color: #2a2a2a;
    margin-top: 1.5em;
}

p {
    margin-bottom: 1em;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul {
    list-style-type: none;
    text-align: left;
}

li {
    padding-left: 2em;
    padding-right: 2em;
    text-indent: -2em;
    margin-bottom: 5px;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.language-selector {
    margin-bottom: 20px;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.language-selector a {
    margin: 0 10px;
    font-weight: normal;
}

.language-selector a.active {
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

footer {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    text-align: center;
    font-size: 0.9em;
    color: #666;
}

footer a {
    color: #666;
    margin: 0 8px;
}
