.quote-recovery-panel { display: grid; gap: 10px; margin: 12px 0; border: 1px solid #e8d6ad; border-radius: 8px; }
.quote-recovery-panel details { border-top: 1px solid #eadfc8; padding-top: 8px; }
.quote-recovery-panel summary { cursor: pointer; line-height: 1.6; font-weight: 600; }
.quote-recovery-panel p { margin: 8px 0; line-height: 1.7; overflow-wrap: anywhere; }
.quote-recovery-panel small { display: block; margin-top: 8px; line-height: 1.6; }
.quote-review-table th:nth-child(2), .quote-review-table td:nth-child(2) { min-width: 100px; width: 100px; }
.quote-review-table td:nth-child(2) summary, .quote-source-cell { white-space: nowrap; }
.quote-review-table td:nth-child(2) details p { width: 260px; max-height: 220px; overflow: auto; white-space: normal; overflow-wrap: anywhere; line-height: 1.7; padding: 8px; background: #fff; border: 1px solid #dbe1e8; }
