<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;
  color: rgb(var(--color-button));
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
}


.button-show-more:hover,
.button-show-less:hover {
  color: rgb(var(--color-button));
}
</pre></body></html>