.inquiry-panel .el-table__row { height: 76px; }
.inquiry-panel .el-table__cell { padding: 12px 0; }
.inquiry-contact { gap: 3px; }
.inquiry-contact strong { font-size: 14px; }
.inquiry-contact small { line-height: 1.45; }
.inquiry-summary {
  max-width: 720px;
  overflow: hidden;
  color: #394455;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.inquiry-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  margin-bottom: 18px;
  background: #f3f8f5;
  border: 1px solid #dcebe2;
  border-radius: 7px;
}
.inquiry-drawer-head span,
.inquiry-drawer-head strong { display: block; }
.inquiry-drawer-head span { margin-bottom: 5px; color: var(--muted); font-size: 12px; }
.inquiry-drawer-head strong { font-size: 17px; }
.inquiry-drawer-head .el-select { width: 130px; }
.inquiry-section {
  padding: 0 2px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.inquiry-section:last-child { border-bottom: 0; }
.inquiry-section h4 { margin: 0 0 14px; font-size: 14px; }
.inquiry-section dl {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 11px 16px;
  margin: 0;
  font-size: 13px;
}
.inquiry-section dt { color: var(--muted); }
.inquiry-section dd { margin: 0; line-height: 1.55; word-break: break-word; }
.inquiry-detail-summary {
  padding: 13px 14px;
  margin: 0 0 16px;
  background: #f7f8fa;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.65;
}
.inquiry-detail-list { padding-top: 2px; }
