p {
  line-height: 1.2;
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}
ul {
  padding-inline-start: 14px !important;
  margin: 0 !important;
}
ul li {
  line-height: 1 !important;
  white-space: unset !important;
}
ul li::marker {
  display: list-item !important;
  content: "- " !important;
}

ul li span, ul li span span {
  white-space: unset !important;
}