<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.list__footer {
  display: grid;
  align-items: flex-start;
  gap: 10px 32px;
  grid-template-columns: 1fr max-content;
  margin-top: 12px;
}

.list__download {
  display: flex;
  align-items: center;
  margin-right: 6px;
}

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