@charset "UTF-8";
/*DO NOT MAKE CHANGES TO ShowMore.css DIRECTLY; it's generated using SASS.  Edit scss/src/ShowMore.scss or it's modules instead */
.showMoreWrapper .showMore {
  display: block;
  flex-grow: 1;
}
.showMoreWrapper .showMore.collapse:not(.show) {
  height: calc(var(--bs-body-line-height) * 1.0rem);
  overflow: hidden;
}
.showMoreWrapper .showMore.collapsing:not(.show) {
  height: calc(var(--bs-body-line-height) * 1.0rem);
}
.showMoreWrapper a.showMoreButton.collapsed:after {
  content: "+ more";
}
.showMoreWrapper a.showMoreButton:not(.collapsed):after {
  content: "‑ less";
}

.showMore {
  display: none;
}

/*# sourceMappingURL=ShowMore.css.map */
