<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.post-nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  color: var(--gray);
}

.post-nav &gt; :first-child {
  text-align: left;
}

.post-nav &gt; :last-child {
  text-align: right;
}

.post-nav &gt; :first-child .icon {
  margin-right: 0.5em;
}

.post-nav &gt; :last-child .icon {
  margin-left: 0.5em;
}

@media (max-width: 600px) {
  .post-nav {
    align-items: center;
    flex-direction: column;
  }
  .post-nav &gt; * {
    text-align: center !important;
  }
}

/*# sourceMappingURL=post-nav.css.map */</pre></body></html>