/* Prevent long source URLs from widening article pages on narrow screens. */
.prose-article a:not([class]) {
  overflow-wrap: anywhere;
}
