
.user-important-clue-push[data-v-b94604ce] {
  padding: 20px;
  background: #fff;
}
.search-container[data-v-b94604ce] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
  padding: 16px;
  background: #fafafa;
  border-radius: 4px;
}
.btnDIV[data-v-b94604ce] {
  margin-top: 4px;
}
.secondQueryLine[data-v-b94604ce] {
  margin-top: 12px;
}
.search-box[data-v-b94604ce] {
  margin-right: 8px;
}
.opBtn[data-v-b94604ce] {
  margin-bottom: 16px;
}

/* 线索详情容器样式 */
.clue-details-container[data-v-b94604ce] {
  position: relative;
  min-height: 60px;
  padding: 16px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 6px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}
.clue-details-content[data-v-b94604ce] {
  line-height: 1.8;
  color: #333;
  word-break: break-word;
  white-space: pre-wrap;
  font-size: 14px;
  margin-bottom: 12px;
}
.clue-details-content .ellipsis[data-v-b94604ce] {
  color: #999;
  font-weight: bold;
  margin-left: 2px;
}

/* 未付费时的解锁按钮 */
.unlock-button-wrapper[data-v-b94604ce] {
  text-align: center;
  padding-top: 12px;
  border-top: 1px dashed #d9d9d9;
}
.unlock-button-wrapper .ant-btn[data-v-b94604ce] {
  padding: 8px 22px;
  height: auto;
  font-size: 14px;
  font-weight: 500;
}
/* ::v-deep.ant-descriptions-bordered .ant-descriptions-item-label {
    background-color: #e6f7ff !important;
} */

