.section-py {
  margin-top: 50px;
}

.blog-meta {
  display: flex;
  gap: 1rem;
  font-size: 0.9rem;
  color: hsl(var(--muted-foreground));
  margin-bottom: 2rem;
}

.blog-content h2 {
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
}

.blog-content p,
.blog-content li {
  line-height: 1.8;
  font-size: 0.95rem;
}

.blog-content ul {
  padding-left: 1.25rem;
}

/* second */
.blog-toc {
  background: hsl(var(--muted));
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  margin: 2rem 0 3rem;
}

.blog-toc h3 {
  margin-bottom: 0.75rem;
}

.blog-toc ul {
  padding-left: 1.2rem;
}

.blog-toc a {
  text-decoration: none;
  color: hsl(var(--primary));
}

.blog-toc a:hover {
  text-decoration: underline;
}

html {
  scroll-behavior: smooth;
}
