.tmn-glossary{max-width:980px;margin:0 auto}
.tmn-glossary-top{display:flex;justify-content:flex-end;margin-bottom:14px}
.tmn-search{position:relative;width:360px;max-width:100%}
.tmn-search-input{
  width:100%;
  padding:10px 44px 10px 12px;
  border:1px solid #d7dde5;
  border-radius:6px;
  outline:0;
  font-size:14px;
}
.tmn-search-icon{
  position:absolute;right:12px;top:50%;
  transform:translateY(-50%);
  opacity:.7;
  color:#111827;
}

.tmn-letters{
  display:flex;gap:14px;flex-wrap:wrap;
  padding:10px 0 14px;
  border-bottom:2px solid #e7edf5;
}
.tmn-letter{
  border:0;background:transparent;cursor:pointer;
  color:#6b7280;font-weight:600;font-size:13px;
  padding:4px 2px;
}
.tmn-letter.is-active{
  color:#111827;
  box-shadow: inset 0 -2px 0 0 #21c55d;
}

.tmn-item{border-bottom:1px solid #eef2f7}
.tmn-item-head{
  width:100%;
  background:transparent;
  border:0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:18px 6px;
  cursor:pointer;
}
.tmn-title{font-size:15px;font-weight:700;color:#111827}
.tmn-chevron{opacity:.7; transition: transform .2s ease}
.tmn-item-head[aria-expanded="true"] .tmn-chevron{transform: rotate(180deg)}
.tmn-item-body{padding:0 6px 18px}
.tmn-body-inner{color:#4b5563;font-size:14px;line-height:1.9}
.tmn-more{margin-top:12px}
.tmn-more a{color:#2563eb;text-decoration:underline}
.tmn-empty{padding:20px;color:#6b7280}
