.single-post .post-title { font-size: 30px; margin-bottom: 14px; }
.post-meta { color: var(--muted); font-size: 13.5px; margin-bottom: 24px; }
.post-meta span { margin-right: 18px; }
.post-meta i { color: var(--primary); margin-right: 5px; }
.post-featured-img { margin-bottom: 26px; border-radius: 16px; overflow: hidden; }
.post-featured-img img { width: 100%; }
.post-nav {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}
.post-nav-next { text-align: right; }
.post-nav-label { display: block; font-size: 12.5px; color: var(--muted); margin-bottom: 4px; }
.post-nav a { font-weight: 600; }
