.private-kpi-filters article {
  position: relative;
  cursor: pointer;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.private-kpi-filters article:hover,
.private-kpi-filters article:focus-visible {
  border-color: #91bfff;
  box-shadow: 0 10px 26px rgba(37, 99, 235, .14);
  transform: translateY(-1px);
}

.private-kpi-filters article.active {
  border-color: #409eff;
  box-shadow: 0 0 0 3px rgba(64, 158, 255, .16), 0 12px 28px rgba(37, 99, 235, .13);
}

.private-kpi-filters article.active::after {
  content: "筛选中";
  position: absolute;
  top: 10px;
  right: 12px;
  color: #2688ee;
  font-size: 11px;
  font-weight: 700;
}

.private-list-heading h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
