.extracted-fields-card { overflow: hidden; }
.table-scroll { max-width: 100%; overflow-x: auto; border: 1px solid #e6e9ee; border-radius: 10px; -webkit-overflow-scrolling: touch; }
.table-scroll table { min-width: 1080px; table-layout: fixed; }
.table-scroll th, .table-scroll td { overflow-wrap: anywhere; word-break: break-word; vertical-align: top; }
.table-scroll th:nth-child(1) { width: 13%; }
.table-scroll th:nth-child(2), .table-scroll th:nth-child(3), .table-scroll th:nth-child(5) { width: 16%; }
.table-scroll th:nth-child(4) { width: 12%; }
.table-scroll th:nth-child(6) { width: 18%; }
.table-scroll th:nth-child(7) { width: 9%; }
.table-scroll td small { display:block; margin-top:5px; color:#667085; }
.table-scroll td details { margin-top:7px; }
.table-scroll td summary { cursor:pointer; font-size:12px; color:#475467; }
.superseded-fact { color:#667085; background:#f8f9fb; }
