/* Underline all links in body text */
.md-typeset a {
  text-decoration: underline;
}

/* Optional: Add a distinct style for hover and focus */
.md-typeset a:hover,
.md-typeset a:focus {
  background-color: #e0f7fa; /* subtle highlight */
  outline: 2px solid #0097a7; /* visible focus indicator */
}
