
.text-box h1 { font-size: 2em; font-weight: 700; margin-bottom: 0.5em; margin-top: 1em; }
.text-box h2 { font-size: 1.5em; font-weight: 700; margin-bottom: 0.5em; margin-top: 1em; }
.text-box h3 { font-size: 1.17em; font-weight: 600; margin-bottom: 0.5em; margin-top: 1em; }

.text-box ul { 
    display: block; 
    clear: both;
    list-style-type: disc; 
    margin-left: 1.5rem; 
    margin-top: 1rem;
    margin-bottom: 1rem; 
}
.text-box ol { 
    display: block;
    clear: both;
    list-style-type: decimal; 
    margin-left: 1.5rem; 
    margin-top: 1rem;
    margin-bottom: 1rem; 
}

.text-box li {
    display: list-item;
    margin-bottom: 0.25rem;
}

.text-box p { margin-bottom: 1rem; }
.text-box strong, .text-box b { font-weight: bold; }
.text-box em, .text-box i { font-style: italic; }
.text-box a { color: #3b82f6; text-decoration: underline; }