#view-history .filter-summary{display:flex;flex-wrap:wrap;gap:8px 20px;align-items:center}
#view-history>.table-panel{overflow-x:auto}
#view-history>.table-panel table{min-width:1180px;width:100%;table-layout:auto}
#view-history>.table-panel th{white-space:nowrap}
#view-history>.table-panel td{vertical-align:middle;line-height:1.4}
#view-history>.table-panel td:nth-child(1){min-width:155px}
#view-history>.table-panel td:nth-child(2){min-width:145px}
#view-history>.table-panel td:nth-child(3){min-width:165px}
#view-history>.table-panel td:nth-child(4){min-width:150px}
#view-history>.table-panel td:nth-child(10){min-width:125px}
#view-history>.table-panel td strong{font-weight:700}
#view-history>.table-panel td small{display:block;margin-top:4px;color:var(--muted);font-size:11px}
#view-history .pg-history-folio{overflow-wrap:anywhere}
#view-history .pg-history-badge{display:inline-block;margin-top:4px;white-space:nowrap}
#view-history .pg-history-badge--success{background:#e4f5ee;color:#086b53}
#view-history .pg-history-badge--warning{background:#fff1d8;color:#8a5706}
#view-history .pg-history-badge--danger{background:#ffebe9;color:#b13d38}
#view-history .pg-history-badge--neutral{background:#eef2f4;color:#52616a}
#view-history .pg-history-actions{display:flex;flex-direction:column;align-items:flex-start;gap:5px}
#view-history .pg-history-actions .link-btn{display:inline-block!important;margin:0!important;text-align:left;white-space:nowrap}
@media(max-width:800px){#view-history>.table-panel{overflow:visible!important}#view-history>.table-panel table{min-width:0!important}#view-history .pg-history-actions{flex-direction:row;flex-wrap:wrap;gap:12px}}
