h2 {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-style: italic;
}

h3 {
    font-size: 1rem;
    font-weight: 500;
    margin-top: 24px;
    margin-bottom: 8px;
}

p {
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 12px;
}

a {
    color: #000;
    text-decoration: underline;
}

.last-updated {
    color: #777;
    font-size: 0.7rem;
    margin-bottom: 24px;
}

html, body {
    overflow-x: hidden;
}

.legal-page {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    padding: 80px 40px;
}

.legal-container {
    max-width: 700px;
    width: 100%;
    margin-bottom: 60px;
}

@media (max-width: 850px) {
    .legal-page {
        padding: 60px 20px;
    }
}
