.bulk-dialog{width:min(1380px,97vw)}
.bulk-fields{display:grid;grid-template-columns:repeat(3,minmax(280px,1fr));gap:12px;margin:16px 0}
.bulk-field{display:grid;grid-template-columns:minmax(170px,1fr) minmax(150px,1fr);align-items:center;gap:12px;padding:12px;border:1px solid #d9e2df;border-radius:10px;background:#f8faf9}
.bulk-field>span{display:flex;align-items:center;gap:8px;font-weight:650}
.bulk-field input[type="checkbox"]{width:18px;height:18px}
.bulk-field>input,.bulk-field>select{width:100%}
.bulk-selection-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:18px 0 8px}
.bulk-selection-head>div{display:flex;gap:14px}
.bulk-table-shell{max-height:360px;overflow:auto;border:1px solid #d9e2df;border-radius:10px}
.bulk-table-shell table{width:100%;border-collapse:collapse}
.bulk-table-shell th{position:sticky;top:0;z-index:1;background:#eef4f2}
.bulk-table-shell th,.bulk-table-shell td{padding:10px 12px;text-align:left;border-bottom:1px solid #e7ecea;white-space:nowrap}
.bulk-table-shell td:nth-child(2){min-width:310px;white-space:normal}
.bulk-table-shell input[type="checkbox"]{width:18px;height:18px}
.bulk-empty{text-align:center!important;color:#65736f;padding:24px!important}
.clone-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px;margin:8px 0 14px}
.clone-options label{display:flex;align-items:center;gap:8px;padding:9px 10px;border:1px solid #d7e3df;border-radius:10px;background:#f8fbfa;color:#17352f;font-size:13px;font-weight:700}
.clone-options input{width:auto}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.sortable-header{display:flex;align-items:center;gap:5px;width:100%;padding:0;border:0;background:transparent;color:inherit;font:inherit;font-weight:inherit;text-transform:inherit;letter-spacing:inherit;text-align:left;cursor:pointer}
.sortable-header:hover{color:#176d60}
.sortable-header:focus-visible{outline:2px solid #2b8173;outline-offset:4px;border-radius:3px}
.sort-indicator{display:inline-block;min-width:12px;color:#176d60;font-size:13px}
th[aria-sort="ascending"] .sortable-header,th[aria-sort="descending"] .sortable-header{color:#176d60}
@media(max-width:1100px){.bulk-fields{grid-template-columns:repeat(2,minmax(260px,1fr))}}
@media(max-width:760px){.bulk-fields{grid-template-columns:1fr}.bulk-field{grid-template-columns:1fr}.bulk-selection-head{align-items:flex-start;flex-direction:column}.bulk-table-shell{max-height:45vh}}
