.post figure {
  margin: 2rem 0;
  text-align: center;
}

.post figure img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.post figure figcaption {
  font-size: 0.95rem;
  color: #555;
  margin-top: 0.5rem;
  line-height: 1.4;
}

.post {
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem;
}
