.pendency-filter-actions { display: flex; justify-content: flex-end; gap: 6px; }
.pendency-table { height: clamp(240px, calc(100vh - 390px), 500px); min-height: 0; max-height: none; }
.pendency-table .data-table { min-width: 1250px; }
.pendency-table th:nth-child(1) { width: 55px; }
.pendency-table th:nth-child(2) { width: 220px; }
.pendency-table th:nth-child(3) { width: 145px; }
.pendency-table th:nth-child(4) { width: 280px; }
.pendency-table th:nth-child(5) { width: 190px; }
.pendency-table th:nth-child(6),
.pendency-table th:nth-child(7) { width: 90px; }
.pendency-table th:nth-child(8),
.pendency-table th:nth-child(9) { width: 110px; }
.pendency-footer { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding-top: 7px; color: var(--muted); font-size: 11px; }
.pendency-footer > div { display: flex; flex-wrap: wrap; gap: 5px; }
