/* 直播详情和独立提示窗的历史标签规则含 !important；元素显式接入共享类后，
   胶囊的几何与语义色必须由这里统一接管，避免旧页面重新覆盖成品牌紫或方角。 */
body.ops-page .comment-category-pill.comment-category-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 24px;
  max-width: 100%;
  padding: 0 8px;
  overflow: hidden;
  border: 1px solid #d6dce8 !important;
  border-radius: 999px !important;
  background: #f6f8fc !important;
  color: #475569 !important;
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-shadow: none !important;
}

body.ops-page .comment-category-pill.comment-category-pill--intent {
  border-color: #abefc6 !important;
  background: #ecfdf3 !important;
  color: #067647 !important;
}

body.ops-page .comment-category-pill.comment-category-pill--resistance {
  border-color: #fecdca !important;
  background: #fff1f0 !important;
  color: #b42318 !important;
}

body.ops-page .comment-category-pill.comment-category-pill--neutral {
  border-color: #d6dce8 !important;
  background: #f6f8fc !important;
  color: #475569 !important;
}

body.ops-page .comment-category-pill small,
body.ops-page .comment-category-pill strong {
  overflow: hidden;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
}
