/* Blog styles */
.blog-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}

.post-list {
  margin-top: 1rem;
}

.post-preview {
  margin-bottom: 1.5rem;
  padding-bottom: 0;
}


.post-preview:last-child {
  margin-bottom: 0;
}

.post-preview h2 {
  margin: 0 0 0.25rem 0;
  font-size: 1.2rem;
}

.post-preview a {
  color: inherit;
  text-decoration: none;
}

.post-preview a:hover {
  text-decoration: underline;
}

.post-preview time {
  display: block;
  color: #666;
  font-size: 0.9rem;
}

.categories {
  margin: 0.25rem 0 0 0;
  color: #666;
  font-size: 0.9rem;
}

/* Post styles */
.post {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}

.post-header {
  margin-bottom: 1rem;
  padding-bottom: 0;
}

.post-header h1 {
  margin: 0 0 0.25rem 0;
}

.post-header time {
  display: block;
  color: #666;
  font-size: 0.9rem;
}

.post-content {
  line-height: 1.4;
  margin-bottom: 1rem;
}

.post-footer {
  padding-top: 1rem;
}

.post-footer a {
  color: inherit;
  text-decoration: none;
}

.post-footer a:hover {
  text-decoration: underline;
}