.shorten .shorten-expand-button,
.shorten .shorten-short-text-container {
  display: none;
}

.shorten.is-shortened .shorten-expand-button,
.shorten.is-shortened .shorten-short-text-container {
  display: inline;
}

.shorten.is-shortened .shorten-shorten-button,
.shorten.is-shortened .shorten-long-text-container {
  display: none;
}

.shorten-button {
  margin-left: 0.5em;
}