.grid-rich-text ul {
  list-style: disc;
}
.grid-rich-text .truncate-content {
  position: relative;
}
.grid-rich-text .toggle-button {
  display: none;
  background: none;
  border: none;
  color: blue;
  cursor: pointer;
}
.grid-rich-text .ellipsis {
  display: inline;
}
.grid-rich-text .more-content {
  display: none;
}
.grid-rich-text .expanded .more-content {
  display: inline;
}
.grid-rich-text .text-content {
  transition: max-height 0.3s ease, padding 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: normal;
}
.grid-rich-text .more-button {
  border: none;
  color: #005131;
  background-color: transparent;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: underline;
}