/* underline + help cursor (no pseudo-elements!) */
.glossary-term {
  border-bottom: 1px dotted currentColor;
  cursor: help;
  -webkit-touch-callout: none;
}
