/* Multi-select enhancements */
.chb-ms-wrap{ display:flex; flex-direction:column; gap:.35rem; max-width:640px; }
.chb-ms-actions{ display:flex; gap:.5rem; }
.chb-ms-actions button{ padding:.3rem .6rem; border:1px solid #d7dbe5; border-radius:.4rem; background:#f8f9fb; cursor:pointer; }
select[name="board[]"]{ width:100%; min-width:320px; }
/* Column header chevrons */
th.chb-col-title{ position:relative; }
th.chb-col-title[data-sort="none"]::after{ content:"⇅"; position:absolute; right:8px; top:50%; transform:translateY(-50%); font-size:11px; opacity:.5; }
th.chb-col-title[data-sort="asc"]::after{ content:"▲"; position:absolute; right:8px; top:50%; transform:translateY(-50%); font-size:11px; opacity:.7; }
th.chb-col-title[data-sort="desc"]::after{ content:"▼"; position:absolute; right:8px; top:50%; transform:translateY(-50%); font-size:11px; opacity:.7; }
