/* Abbreviation tooltip styling - minimal to avoid conflicts */
abbr {
  border-bottom: 1px dotted currentColor;
  cursor: help;
}

abbr:hover {
  opacity: 0.8;
}

