li { margin: 5px 0; } ul { list-style-type: none; margin: 0; padding-left: 10px; /* Reduce overall left padding */ } ul ul { padding-left: 5px; /* Reduce space for nested items */ margin-left: 5px; } li { margin-bottom: 3px; /* Add slight vertical spacing between items */ }