.truncated-area {
  overflow: hidden;
  height: auto;
  transition: height 0.4s ease;
}

.toggle-button {
  width: 150px;
  max-width: 100%;
  margin-top: 30px;
}
