.blog-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}

.blog-list li {
  margin: 1rem 0;
}

.blog-list a {
  font-size: 1.1rem;
  text-decoration: none;
}

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

/* Blog post */

.post-header {
  margin-bottom: 3rem;
}

.post-header h1 {
  margin: 0 0 0.75rem;
  font-size: 2.4rem;
  line-height: 1.25;
}

.post-header time {
  font-size: 0.95rem;
  color: var(--muted);
}

.post-content pre {
  background: var(--code-bg);
  color: #e6e6e6;
  padding: 1.25rem 1.5rem;
  border-radius: 6px;
  overflow-x: auto;
  margin: 2.5rem 0;
  font-size: 0.95rem;
  line-height: 1.55;
}
