/* Matches the old Tippy.js "light" theme look. */
.glossary-tooltip {
  position: absolute;
  z-index: 9999;
  max-width: 320px;
  background-color: #fff;
  color: #26323d;
  border-radius: 4px;
  box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15),
    0 4px 80px -8px rgba(36, 40, 47, 0.25),
    0 4px 4px -2px rgba(91, 94, 105, 0.15);
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.4;
}
