/**
 * @file
 * Styles for glossary terms when using NSW Toggletip (Custom JS mode).
 */

.glos-term {
  cursor: pointer;
  border-bottom: 2px dotted currentColor;
  text-decoration: none;
}

.glos-term:focus,
.glos-term:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.nsw-toggletip__element {
  z-index: 502;
}
