/* glossary.css [190] */
.glossary-term { border-bottom:1.5px dotted #5b7fa6; cursor:help; }
.glossary-term:hover, .glossary-term:focus { color:#2dd4da; outline:none; }
.glossary-tip { position:absolute; z-index:2500; max-width:290px; background:#10151f; color:#e8edf5;
  border:1px solid #2a3550; border-radius:9px; padding:10px 13px; font-size:12.5px; line-height:1.5;
  box-shadow:0 12px 30px rgba(0,0,0,.4); opacity:0; pointer-events:none; transition:opacity .15s; }
.glossary-tip.show { opacity:1; }
html[data-theme="light"] .glossary-tip { background:#fff; color:#1c2333; border-color:#d5dbe4; }
