/* 报价配置书长文本编辑器：内容换行展示，不用省略号或裁切隐藏。 */
#project-center-quote-panel .quote-cell-wrap-editor {
  field-sizing: content;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 38px;
  height: auto;
  box-sizing: border-box;
  resize: vertical;
  overflow: visible;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-overflow: clip;
  line-height: 1.3;
}

#project-center-quote-panel .quote-config-book .quote-config-table th,
#project-center-quote-panel .quote-config-book .quote-config-table td,
#project-center-quote-panel .quote-template001-section .quote-detail-table th,
#project-center-quote-panel .quote-template001-section .quote-detail-table td,
#project-center-quote-panel .quote-summary-sheet .quote-summary-table th,
#project-center-quote-panel .quote-summary-sheet .quote-summary-table td {
  overflow: visible;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-overflow: clip;
}

#project-center-quote-panel .quote-summary-sheet .quote-summary-table td {
  height: auto;
}

#project-center-quote-panel .quote-terminal-model-help {
  margin: 2px 0 8px;
  color: #52677d;
  font-size: 12px;
  line-height: 1.45;
}

#project-center-quote-panel .quote-terminal-model-editor {
  display: grid;
  grid-template-columns: minmax(150px, 1fr);
  gap: 5px;
  min-width: 172px;
  padding: 4px;
}

#project-center-quote-panel .quote-terminal-model-editor input[type="search"] {
  width: 100%;
  min-height: 34px;
  padding: 5px 7px;
  border: 1px solid #a9bdd2;
  border-radius: 5px;
  background: #fff;
  color: #17324d;
  font-weight: 650;
  text-align: left;
}

#project-center-quote-panel .quote-terminal-model-editor button {
  width: 100%;
  min-height: 30px;
  padding: 4px 7px;
  border: 1px solid #2371c5;
  border-radius: 5px;
  background: #edf6ff;
  color: #155a9f;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

#project-center-quote-panel .quote-terminal-model-editor button:hover,
#project-center-quote-panel .quote-terminal-model-editor button:focus-visible {
  background: #dceeff;
  outline: 2px solid rgba(35, 113, 197, 0.22);
}

#project-center-quote-panel .quote-terminal-model-editor small {
  color: #287754;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}
