/* Constrain inline images within post body */
.post-body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.5rem auto;
  border-radius: 8px;
}

/* Project card thumbnails — consistent size */
.project-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
