/* Styling for the legal content section */
.prose h2 {
    color: #1E293B;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}
.prose p {
    margin-bottom: 1rem;
    line-height: 1.75;
    color: #475569;
}
.prose ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    color: #475569;
}