/* Enlaces secundarios: mismo gesto que los enlaces de texto de la home. */
.quiet-links a,
.context-note a,
.glossary-term a,
.knowledge-map-intro a,
.guide-revised .entry-choices a > span,
.catalogue-filters-toggle .filters-label {
  text-decoration: none;
  text-underline-offset: 5px;
}

.quiet-links a:hover,
.quiet-links a:focus-visible,
.context-note a:hover,
.context-note a:focus-visible,
.glossary-term a:hover,
.glossary-term a:focus-visible,
.knowledge-map-intro a:hover,
.knowledge-map-intro a:focus-visible,
.guide-revised .entry-choices a:hover > span,
.guide-revised .entry-choices a:focus-visible > span,
.catalogue-filters-toggle:hover .filters-label,
.catalogue-filters-toggle:focus-visible .filters-label {
  text-decoration: underline;
}
