body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f5f5f5;
}

.container {
    background: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

h1 {
    color: #2c3e50;
    margin-bottom: 10px;
    font-size: 2.2em;
}

h2 {
    color: #34495e;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.4em;
    border-bottom: 2px solid #3498db;
    padding-bottom: 5px;
}

h3 {
    color: #555;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 1.2em;
}

p {
    margin-bottom: 15px;
    text-align: justify;
}

.last-updated {
    font-size: 0.9em;
    color: #777;
    font-style: italic;
    margin-bottom: 30px;
}

.privacy-summary {
    background-color: #d5f4e6;
    border-left: 4px solid #27ae60;
    border-radius: 6px;
    padding: 16px;
    margin: 20px 0;
}

ul {
    margin-left: 20px;
    margin-bottom: 15px;
}

li {
    margin-bottom: 8px;
}

.info-box {
    background: #f6f8fa;
    border-left: 4px solid #3498db;
    border-radius: 6px;
    padding: 16px;
    margin: 20px 0;
}

a {
    color: #3498db;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.section-divider {
    border: none;
    height: 1px;
    background-color: #eee;
    margin: 30px 0;
}

.small {
    color: #777;
    font-size: 0.9em;
}