.section-box {
    border-left: 4px solid #d97706;
    background: #fff7ed;
    padding: 1.2rem 1.5rem;
    margin-bottom: 2rem;
    transition: all 0.2s ease;
}
.highlight {
    background: #fed7aa;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
}
.section-box ul li {
    margin-bottom: 0.4rem;
    transition: color 0.2s;
}
ul {
    list-style-type: disc;
}