/*
 * 共享代码文本组件 (Shared Code Text Components)
 * 从 main-hs.css 和 main-compare.css 提取的公共基础样式
 *
 * 包含：
 *   - code-pill   — 编码头标签
 *   - desc-text   — 描述文本
 *   - node-link   — 节点链接
 */

.code-pill {
  color: #0C0D0E;
  margin-right: var(--su8);
  font-size: 14px;
  white-space: nowrap;
  flex-shrink: 0;
}

.desc-text {
  color: #3B4045;
  line-height: 1.4;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.node-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  flex: 1;
}
