.blog-posts {
  margin-top: 2rem;
}

.post {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.post h2 {
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.post .date {
  font-size: 0.8rem;
  color: var(--secondary);
  margin-bottom: 1rem;
}
