/* ===== SINGLE POST STYLES ===== */
.article-content {
  max-width: 800px;
  margin: 3rem auto;
  padding: 1rem;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.article-content h1, 
.article-content h2, 
.article-content h3 {
  color: #145022;
  margin-top: 2rem;
}

.article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1.5rem 0;
}

.post-meta {
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 1rem;
}
