.post-comments {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.post-comments-header {
  margin-bottom: 20px;
}

.post .post-comments-header > p:last-child {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.6;
}

.post-comments .giscus,
.post-comments .giscus-frame {
  width: 100%;
}


.post .post-comments-kicker { margin: 0 0 5px; color: var(--accent); font-size: .7rem; font-weight: 800; line-height: 1.4; letter-spacing: .16em; }
.post-comments h2 { margin: 0; color: var(--text); font-size: 1.2rem; letter-spacing: -.03em; }
@media print { .post-comments { display: none; } }
