.page-blog {
  max-width: 820px;
}
.page-blog .page-lead {
  max-width: 58ch;
  margin-bottom: 48px;
}
.page-blog .band {
  margin-top: 0;
}

.post-list {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.post-item__date {
  font-size: 13px;
  opacity: 0.6;
  margin-bottom: 8px;
}
.post-item__title {
  font-size: clamp(21px, 2.6vw, 27px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  text-wrap: pretty;
}
.post-item__title a {
  color: #201e1d;
}
.post-item__excerpt {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  max-width: 62ch;
  opacity: 0.85;
}

/*# sourceMappingURL=blog-169254c45f.output.css.map */
