/* Small readability tweak: prose links rely on color alone by default,
   which is easy to miss in long-form article text. */
.article-body a {
    text-decoration: underline;
    text-underline-offset: 2px;
}
