.post-page {
  padding-top: var(--space-6);
}

.post-header {
  padding: var(--space-6);
  margin-bottom: var(--space-5);
}

.post-crumbs {
  font-size: var(--step--1);
  color: var(--fg-muted);
  margin-bottom: var(--space-2);
}

.post-crumbs a {
  color: var(--accent);
  text-decoration: none;
}

.post-crumbs a:hover {
  text-decoration: underline;
}

h1.post-title,
h2.article-row-title,
.article-teaser-title {
  font-family: var(--font-display);
  font-weight: 650;
  letter-spacing: -0.04em;
  word-spacing: normal;
  line-height: 1.06;
}

.post-title {
  margin-top: 0;
  margin-bottom: var(--space-2);
}

.post-meta {
  color: var(--fg-muted);
  margin-bottom: var(--space-4);
}

.post-meta-sep {
  margin-inline: var(--space-2);
}

.post-body-wrap {
  padding-bottom: var(--space-10);
}

.post-body-wrap .prose {
  padding: var(--space-6);
}

.post-related {
  padding-top: 0;
}

.post-related-title {
  margin: 0 0 var(--space-4);
  font-size: var(--step-2);
  font-family: var(--font-display);
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.post-related-list {
  grid-template-columns: 1fr;
  align-items: stretch;
}

.post-related-list > li {
  display: flex;
  min-width: 0;
}

.post-related-list .article-teaser {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 0;
}

.post-related-list .article-teaser-excerpt {
  flex: 1 1 auto;
  min-height: 0;
}

@media (min-width: 640px) {
  .post-related-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1120px) {
  .article-teaser-list.post-related-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
