.blog-header {
  margin-bottom: 40px;
}

.blog-title {
  font-size: 1.4rem;
  font-style: italic;
  text-align: center;
  margin-bottom: 8px;
}

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

.post-item {
  border-bottom: 1px solid var(--border);
  padding: 16px 0;
}

.post-item:last-child {
  border-bottom: none;
}

.post-item a {
  color: var(--text);
  text-decoration: none;
}

.post-item a:hover {
  color: var(--accent);
}

.post-meta {
  color: var(--muted);
  font-size: 0.75rem;
  margin-bottom: 6px;
}

.post-excerpt {
  margin: 0;
}

.post-back {
  display: inline-block;
  margin-bottom: 24px;
  font-size: 0.8rem;
}

.post-content h2,
.post-content h3 {
  margin-top: 28px;
  margin-bottom: 12px;
  font-size: 1rem;
}

.post-content p,
.post-content li {
  line-height: 1.6;
  margin: 0 0 14px;
}

.post-content ul,
.post-content ol {
  padding-left: 1.25rem;
  margin: 0 0 14px;
}

.post-content pre {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 14px;
  overflow-x: auto;
  font-size: 0.8rem;
  margin: 0 0 14px;
}

.post-content code {
  font-family: inherit;
}

.post-content p code {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 1px 6px;
}

.site-links {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 12px;
}

.site-links a {
  font-size: 0.75rem;
  color: var(--muted);
  text-decoration: none;
}

.site-links a:hover {
  color: var(--accent);
}
