/* Privacy policy */

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    color: #333;
}
h1 {
    color: #2c3e50;
    border-bottom: 2px solid #3498db;
    padding-bottom: 8px;
}
h2 {
    color: #34495e;
    margin-top: 24px;
}
.last-updated {
    color: #7f8c8d;
    font-style: italic;
    margin-bottom: 20px;
}
ul {
    margin-left: 20px;
}
a.back-link {
    display: inline-block;
    margin-top: 30px;
    color: #3498db;
    text-decoration: none;
    font-weight: bold;
}
a.back-link:hover {
    text-decoration: underline;
}

.checkbox-label a {
    color: #3498db;
    text-decoration: none;
    font-weight: 600;
}

.checkbox-label a:hover {
    text-decoration: underline;
}

.logo-container {
    text-align: center;
    margin-bottom: 25px;
    padding-top: 20px;
}