/* Page-specific sizing only; cards, controls and typography use the shared UI. */
.compare-lists-page .diff-input-grid { align-items: start; }
.compare-lists-page > .diff-input-grid { margin-bottom: 22px; }
.compare-lists-page .editor-panel { min-width: 0; }
.compare-lists-page .editor-panel textarea { min-height: 10rem; height: auto; padding: 18px; }
.compare-lists-page .option-item { padding: 14px; align-items: center; }
.compare-lists-page .option-item input { flex: 0 0 auto; }
.compare-lists-page .list-results textarea { min-height: 6rem; }
.compare-lists-page .list-results[hidden] { display: none; }
.compare-lists-page .list-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.compare-lists-page .list-status { overflow-wrap: anywhere; }
.compare-lists-page .list-results { margin-top: 16px; }
.compare-lists-page .list-results h3 { margin-top: 0; }
