body .bms-archive-description > .wrapper {
  overflow: hidden;
  transition: height 0.5s ease-in-out;
}
body .bms-archive-description > .wrapper.hide {
  height: 200px;
  mask: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
}
body .bms-archive-description .readmore {
  color: #232323;
  cursor: pointer;
}
body .bms-archive-description .readmore:hover {
  text-decoration: underline;
}
body .bms-archive-description .readmore::before {
  content: "";
  width: 10%;
  height: 2px;
  background-color: #232323;
  display: block;
  margin-bottom: 5px;
}
