/* Improve general readability */
body {
    line-height: 1.7;
    color: #333;
}

/* Make list items more spacious and professional */
li {
    margin-bottom: 0.8rem;
    line-height: 1.6;
}

/* Ensure nested lists have appropriate spacing but not double-spacing issues */
li > ul > li, li > ol > li {
    margin-bottom: 0.5rem;
}

/* Add some breathing room to paragraphs */
p {
    margin-bottom: 1.2rem;
}

/* Improve header spacing */
h1, h2, h3, h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #222;
}
