/* Only the two approved title links in the Home Dossier section. */
#dossier .dossier-page-link {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
  text-decoration-skip-ink: auto;
}
#dossier .dossier-page-link:hover { text-decoration-thickness: 2px; }
#dossier .dossier-page-link:focus-visible {
  outline: 3px solid #a9c8ff;
  outline-offset: 5px;
  border-radius: 2px;
}
