.legal-content {
    color: #374151;
    line-height: 1.8;
    overflow-wrap: anywhere;
}

.legal-content section + section {
    margin-top: 2rem;
}

.legal-content h2 {
    margin-bottom: 0.75rem;
    color: #1f2937;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
}

.legal-content p + p,
.legal-content ul + p {
    margin-top: 1rem;
}

.legal-content ul {
    padding-left: 1.5rem;
    list-style: disc;
}

.legal-content li + li {
    margin-top: 0.5rem;
}

.legal-content a {
    color: #2563eb;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.legal-content a:hover {
    color: #1e40af;
}
