.LSW {
  line-height: 24px;
}



ul.LSW > li {
  border: 2px solid #4731ba;  /* adds a thin black border */
  padding: 7px;             /* some space inside the border */
  margin-bottom: 8px;       /* space between each item */
  margin-top: 8px;
  margin-right: 32px;
  list-style: none;  
  
  background-color: #eeb9ec;
}

ul.LSW > li > ul {
  border: 2px solid #4731ba;  /* adds a thin black border */
  padding: 7px;             /* some space inside the border */
  margin-bottom: 9px;       /* space between each item */
  margin-top: 8px;  
  background-color: #fcddf6;
  list-style: none;
  list-style-position: inside;
  
}

ul.LSW > li > ul > li {
  border: 1.6px solid #4731ba;  /* adds a thin black border */
  padding: 7px;             /* some space inside the border */
  margin-bottom: 9px;       /* space between each item */
    list-style: none;
  list-style-position: inside;
  background-color: #fbf4fc;
  position: relative;
  padding-left: 15px;
}

ul.LSW > li > ul > li::before {
  
  content: "➣";
  position: relative;
  right: 5px;    /* space from left border */
  top: 50%;
  transform: translateY(-50%);
  color: #4731ba;
  font-weight: bold;
  font-size: 18px;
}

ul.LSW > li:empty::before {
  content: none;
}

ul.LSW > li:not(:has(ul))::before {
  content: "➣";
  /* styling */

}





ol.verses {
  border: 2px solid #4731ba;  /* adds a thin black border */
  padding: 7px;             /* some space inside the border */
  margin-bottom: 8px;       /* space between each item */
  margin-top: 8px;
   
  background-color: #fcddf6;
  list-style: decimal;
    list-style-position: inside;
}

ol.versess {
  border: 2px solid #4731ba;  /* adds a thin black border */
  padding: 7px;             /* some space inside the border */
  margin-bottom: 8px;       /* space between each item */
  margin-top: 8px;
   
  background-color: #fcddf6;
  list-style: decimal;
    list-style-position: inside;
}


ul.verses {
  border: 2px solid #4731ba;  /* adds a thin black border */
  padding: 7px;             /* some space inside the border */
  margin-bottom: 8px;       /* space between each item */
  margin-top: 8px;
   
  background-color: #fcddf6;
  list-style: decimal;
    list-style-position: inside;
}





