/* 리스트 인핸서용 스타일. 파이썬 view/_lists.html <style> 을 옮긴 것이다. */
table.grid th.wc-sortable { cursor: pointer; user-select: none; white-space: nowrap; }
  table.grid th.wc-sortable .wc-sort-ind { opacity: .35; font-size: .85em; margin-left: 3px; }
  table.grid th.wc-sortable.wc-asc .wc-sort-ind,
  table.grid th.wc-sortable.wc-desc .wc-sort-ind { opacity: 1; }
  table.grid tbody tr.wc-sel > td { background: var(--accent-soft, rgba(37,99,235,.12)) !important; }
  table.grid tbody tr.wc-sel > td:first-child { box-shadow: inset 3px 0 0 var(--accent, #2563eb); }
