@charset "UTF-8";
.title-and-cont-text[data-v-56ffde6c] {
  display: flex;
  align-items: baseline;
  margin-bottom: 6px;
}

/* 卡片样式 */
.section-card[data-v-56ffde6c] {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
  padding: 15px;
}

/* 标题样式 */
.section-title[data-v-56ffde6c] {
  font-size: 18px;
  font-weight: 600;
  color: #323233;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebedf0;
}

/* 详情标签 */
.detail-label[data-v-56ffde6c] {
  font-size: 14px;
  color: #969799;
  margin-bottom: 5px;
}

/* 详情内容 */
.detail-value[data-v-56ffde6c] {
  font-size: 14px;
  color: #323233;
}
