<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bs-toolbox-element {
  max-height: 0;
  transition: max-height 0.85s ease;
  overflow: hidden;
  padding: 0 !important;
  margin: 0 !important;
}

.bs-toolbox-element--show {
  max-height: 500px;
}
</pre></body></html>