/* Larger article body text */
#article-container {
  font-size: 1.05rem;
}

/* Keep migrated WordPress image dimensions proportional on narrow screens.
   HTML width/height attributes are retained as intrinsic-size hints, while CSS
   controls the rendered size responsively. */
#article-container img:not(.no-lightbox),
#recent-posts img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

