/* Patch 15: only the summary controls and their comparison rows. */
.rs-summary-autofill { display:flex; align-items:center; flex-wrap:wrap; gap:10px; margin:0 0 14px; }
.rs-summary-autofill small { color:var(--rs-muted, #617277); font-size:12px; }
.rs-summary-autofill [role="status"] { flex-basis:100%; color:var(--rs-muted, #617277); font-size:12px; }
.rs-summary-autofill [role="status"]:empty { display:none; }
.rs-report-summary-group .rs-report-compare-facts dd { white-space:pre-wrap; overflow-wrap:anywhere; }
.rs-report-summary-trend { padding:12px; }
.rs-report-summary-trend > summary { cursor:pointer; font-size:13px; font-weight:800; }
