/* Post content styles */

/* Figure and figcaption styles for images */
.post-content figure {
  margin: 2rem 0;
  text-align: center;
}

.post-content figure img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.post-content figure figcaption {
  margin-top: 0.75rem;
  font-size: 0.875em;
  color: #586069;
  line-height: 1.4;
  text-align: center;
}

/* Ensure images without figure are still responsive */
.post-content img {
  max-width: 100%;
  height: auto;
}