/* Keep article headers within the viewport when readers enlarge text. */
.article-hero > * { min-width: 0; overflow-wrap: anywhere; }
.article-meta .entry-read { white-space: normal; }

/* Model identifiers remain readable at enlarged text sizes. */
.article-body .experiment-sheet dd { min-width: 0; overflow-wrap: anywhere; }
