/* den-group.css — 哥哥用分组标签 */
.den-group-label {
  display: flex !important;
  align-items: center;
  gap: 12px;
  margin: 8px 0 2px !important;
  padding: 0 !important;
  grid-column: 1 / -1;
}
.den-group-label b {
  color: #a77c9d;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .12em;
  white-space: nowrap;
}
.den-group-line {
  height: 1px;
  flex: 1;
  background: rgba(139,101,153,.22);
}
