main {
  padding-top: 3rem;
}

section > h2 {
  margin-bottom: 0.5rem;
}

.post-list {
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 0;
}

.post-list li {
  margin: 0 0 1.5rem;
}

.post-list h3 {
  display: inline;
  margin: 0;
  font-size: 1.125rem;
}

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

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

.post-list .post-date {
  margin: 0.25rem 0 0;
}

.post-list .post-separator {
  color: var(--fg-muted);
}
