<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.button-show-more {
  padding-left: 0;
  justify-content: flex-start;
  padding-bottom: 1.1rem;
}

.button-show-more,
.button-show-less {
  margin-top: 1.5rem;
  text-decoration: none;
}

.button-show-more:hover,
.button-show-less:hover {
  margin-top: 1.5rem;
  text-decoration: underline;
}</pre></body></html>