.post__content > ul {
  list-style-type: none;
  padding-left: 0;
}
.post__content > ul > li {
  border-bottom: 1px solid var(--border-faint);
  margin-left: 0;
  padding-block: .25em .5em;

  line-height: 1.35;
}
.post__content > ul > li:last-child {
  border-bottom: 0;
}
