.documents a {
    font-weight: bold;
    text-decoration: underline;
}

.documents p, .documents li {
    font-size: 14px;
    line-height: 1.9;
    color: #555;
}

.documents ul {
    margin-left: 0; 
    padding-left: 40px;
    margin-bottom: 1rem;
}

.documents ul li {
    list-style-type: disc;
}

.documents table { margin-top: 2rem; margin-bottom: 2rem; }
.documents td, .documents th { padding: 0.5rem; }