.post-index {
  margin-top: 2rem;
}

.post-entry {
  display: grid;
  grid-template-columns: 8.5rem 1fr;
  gap: 1.5rem;
  padding: 0.6rem 0;
}

.post-entry:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.post-date {
  font-family: monospace;
  font-size: 0.85rem;
  color: inherit;
  opacity: 0.7;
}

.post-title {
  font-weight: 600;
  text-decoration: none;
}

.post-summary {
  margin-top: 0.2rem;
  font-size: 0.9rem;
  opacity: 0.75;
}