.legal-content h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
.legal-content h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.legal-content h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}
.legal-content h4 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}
.legal-content p {
    margin-bottom: 1rem;
    color: rgb(75, 85, 99);
}
.legal-content ul {
    list-style-type: disc;
    margin-left: 1.5rem;
    margin-bottom: 1rem;
    color: rgb(75, 85, 99);
}
.legal-content ul li {
    margin-top: 0.5rem;
}
.legal-content a {
    color: rgb(220, 38, 38);
    text-decoration: underline;
}
.legal-content a:hover {
    color: rgb(185, 28, 28);
}