.unformatted-ul {
  list-style: none;
  padding-left: 0;
}
.truncate-fade {
  position: relative;
  height: 8.5em;
  /* exactly one line */
}
.truncate-fade:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  /* adjust as needed */
  height: 1.6em;
  background: linear-gradient(to right, rgba(229, 208, 133, 0), #e5d085 50%);
  /* Use your BG color */
}
