.reference-container {
  width: 100%;
  margin: 0 auto;
}

.reference-section {
  border-radius: 8px;
  background-color: #ffffff;
}

.reference-title {
  margin: 0 0 8px 0;
  color: #000818;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6; /* 25.6px */
}

.reference-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.reference-item {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}

.reference-number {
  color: #333b46;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.reference-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* 文字和图片容器 - 关键：font-size: 0 消除间隙 */
.reference-text-container {
  /* font-size: 0px; */
  line-height: 0;
}

/* 专业数据图片 - 关键对齐设置 */
.reference-professional {
  display: inline-block;
  width: 98px;
  height: 20px;
  background-image: url("https://static.tiangong.cn/fe/skywork-site-assets/svg/doc_reference_professional_data.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-left: 4px;
}

/* 引用文字 - 重新设置字体大小 */
.reference-text {
  margin: 0;
  line-height: 1.5;
  color: #333b46;
  font-size: 16px;
  font-weight: 400;
  display: inline;
}

.reference-link {
  color: #4d5eff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
  word-break: break-all;
}

.reference-link:hover {
  text-decoration: underline;
}
