<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.docs-description {
  padding-bottom: var(--grid-gap);
}

.docs-description__buttons {
  display: grid;
  gap: 10px 20px;
  grid-template-columns: repeat(auto-fit, minmax(0, max-content));
  justify-content: flex-end;
  margin: 20px 0;
}

@media screen and (max-width: 735px) {
  .docs-description__buttons {
    grid-template-columns: 1fr;
  }
}
</pre></body></html>