.glossary-link {
  text-decoration: none !important;
  color: var(--primary) !important;
  border-bottom: 2px dashed rgba(0,0,0,0.25) !important;
  cursor: help;
}

.glossary-link:hover { border-bottom-color: var(--primary) !important; }

.glossary-tooltip {
    position: absolute;
    width: 320px;
    padding: 0.85rem 0.9rem;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,0.14);
    background: #fff;
    box-shadow: 0 18px 50px rgba(0,0,0,0.14);
    z-index: 9999;
    pointer-events: auto;
}

.gt-title { font-weight: 900; font-size: 1rem; }
.gt-native { color: var(--text-muted); font-weight: 800; }
.gt-sub { margin-top: 0.2rem; color: var(--text-muted); font-size: 0.9rem; }
.gt-def { margin-top: 0.55rem; line-height: 1.55; }
.gt-more { margin-top: 0.65rem; color: var(--primary); font-weight: 800; font-size: 0.9rem; }
