
.bold-header-table ::v-deep .el-table__header-wrapper th .cell {
  font-weight: bold;
  color: #333 !important;
}
.header-input {
  margin-top: 10px;
}
.header-input-placeholder {
  min-height: 28px;
}
.header-select {
  margin-top: 10px;
  width: 100%;
}
.two-row-header {
  gap: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.two-row-header .header-title {
  min-height: 24px;
}
.two-row-header .header-input-row {
  margin-top: 4px;
}
.clickable-cell {
  color: #409eff;
  cursor: pointer;
}
.clickable-cell:hover {
  text-decoration: underline;
}
.el-table__body tr {
  height: 30px;
}
.el-table__body td {
  padding: 4px 0;
}
.detail-wrap {
  min-height: 120px;
}
.detail-info-list {
  border: 1px solid #ebeef5;
  border-radius: 4px;
  overflow: hidden;
}
.detail-info-item {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #ebeef5;
  line-height: 1.6;
}
.detail-info-item:last-child {
  border-bottom: none;
}
.detail-info-label {
  width: 100px;
  flex-shrink: 0;
  padding: 10px 12px;
  background: #fafafa;
  color: #606266;
  font-weight: bold;
  border-right: 1px solid #ebeef5;
}
.detail-info-value {
  flex: 1;
  padding: 10px 12px;
  color: #333;
  word-break: break-word;
}
.detail-info-value-with-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.detail-section {
  margin-top: 16px;
}
.detail-section-title {
  margin-bottom: 8px;
  font-weight: bold;
  color: #333;
}
.detail-empty-tip {
  padding: 12px;
  color: #909399;
  font-size: 13px;
  border: 1px dashed #ebeef5;
  border-radius: 4px;
  text-align: center;
}
.detail-description {
  padding: 12px;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  background: #fafafa;
  max-height: 480px;
  overflow: auto;
  line-height: 1.6;
  word-break: break-word;
  white-space: pre-wrap;
}
.detail-description p {
  margin: 0 0 8px;
}
.detail-description p:last-child {
  margin-bottom: 0;
}
.description-summary-cell {
  white-space: pre-line;
}
.detail-description img {
  max-width: 100%;
  height: auto;
  margin: 8px 0;
  border-radius: 4px;
  cursor: zoom-in;
  vertical-align: middle;
}
.attachment-item + .attachment-item {
  margin-top: 6px;
}
.attachment-item a {
  color: #409eff;
}
.requirement-editor-wrap {
  resize: vertical;
  overflow: hidden;
  min-height: 360px;
  height: 420px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  background: #fff;
}
.requirement-editor {
  line-height: normal;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.requirement-editor .ql-toolbar {
  flex-shrink: 0;
  border: none;
  border-bottom: 1px solid #dcdfe6;
}
.requirement-editor .ql-container {
  flex: 1;
  min-height: 0;
  border: none;
  overflow-y: auto;
}
.requirement-editor .ql-editor {
  min-height: 100%;
  white-space: pre-wrap;
}
.upload-tip {
  margin-left: 12px;
  color: #909399;
  font-size: 12px;
}
.attachment-upload-list {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
.attachment-upload-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 0;
  border-bottom: 1px dashed #ebeef5;
}
.attachment-upload-list li:last-child {
  border-bottom: none;
}

