/* Reduce line spacing in bulleted and numbered lists */
ul, ol {
  line-height: 1.2; /* Adjust this value as needed.  1.2 is an example */
}

/* If needed, further refine spacing within list items */
li {
  margin-bottom: 0; /* Adjust as needed */
  padding-bottom: 0;  /* Adjust as needed */
}
