body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
    background: #f9f9f9;
}

.policy-container {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 2rem;
}

.policy-header h1 {
    margin-top: 0;
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #222;
}

.intro-text {
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

h2 {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    border-bottom: 2px solid #eee;
    padding-bottom: 0.5rem;
    color: #222;
}

h3 {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    color: #444;
}

p, ul, ol {
    margin-bottom: 1rem;
}

ul {
    list-style: inside disc;
}

a {
    color: #0077cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

address {
    font-style: normal;
    line-height: 1.4;
}

section p {
    margin-bottom: 1rem;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

small {
    color: #666;
}

.policy-container ul li {
    margin-bottom: 0.5rem;
}
