body {
    font-family: Garamond, serif;
    background-color: #fafafa;
    color: #222;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

.legal-container {
    max-width: 900px;
    background: #fff;
    margin: 3rem auto;
    padding: 2rem 3rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.legal-back {
    display: inline-block;
    margin-bottom: 1.25rem;
    color: #0038a8;
    text-decoration: none;
    font-size: 1rem;
}

.legal-back:hover {
    text-decoration: underline;
}

h1 {
    text-align: center;
    color: #002b80;
    font-size: 1.9rem;
    margin-bottom: 0.5rem;
    overflow: visible;
    white-space: normal;
    text-overflow: clip;
}

h2 {
    color: #002b80;
    font-size: 1.3rem;
    margin-top: 1.5rem;
    overflow: visible;
    white-space: normal;
    text-overflow: clip;
}

.update-date {
    text-align: center;
    font-style: italic;
    color: #666;
    margin-bottom: 2rem;
}

ul {
    margin-left: 1.2rem;
}

a {
    color: #0038a8;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

footer {
    text-align: center;
    border-top: 1px solid #ddd;
    margin-top: 2rem;
    padding-top: 1rem;
    color: #777;
    font-size: 0.9rem;
}

@media (max-width: 640px) {
    .legal-container {
        margin: 1rem;
        padding: 1.25rem 1.1rem;
    }

    h1 {
        font-size: 1.45rem;
        line-height: 1.25;
    }
}
