.phcla-legal-page {
    max-width: 800px;
    margin: 2rem auto;
    padding: 2rem;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    line-height: 1.8;
    color: #333;
}
.phcla-legal-page h1 {
    font-size: 2.2em;
    text-align: center;
    margin-bottom: 0.5em;
    color: #2c3e50;
}
.phcla-legal-page .last-updated {
    text-align: center;
    font-style: italic;
    color: #777;
    margin-bottom: 2em;
    border-bottom: 1px solid #eee;
    padding-bottom: 1em;
}
.phcla-legal-page h2 {
    font-size: 1.5em;
    color: #27ae60;
    margin-top: 2em;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #2ecc71;
}
.phcla-legal-page h3 {
    font-size: 1.2em;
    color: #34495e;
    margin-top: 1.5em;
    margin-bottom: 0.8em;
}
.phcla-legal-page p, .phcla-legal-page li {
    font-size: 1.1em;
    margin-bottom: 1em;
}
.phcla-legal-page ul {
    list-style-type: disc;
    padding-left: 25px;
}
.phcla-legal-page strong {
    color: #2c3e50;
}