.batch-heading {display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:24px}.batch-heading h2 {margin:0;font-size:20px}.batch-heading #batch-count {font-size:14px;color:#64748b}.batch-list {list-style:none;margin:16px 0 24px;padding:0;max-height:440px;overflow:auto}.batch-list li {display:flex;gap:14px;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid #dfe6ef}.batch-file {flex:1;min-width:0}.batch-file strong {display:block;overflow-wrap:anywhere}.batch-file small {display:block;margin-top:4px;color:#52657d}.batch-state {font-size:13px;overflow-wrap:anywhere;display:block;margin-top:6px}.batch-state.is-error {color:#a61c30}.batch-item-actions {display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.batch-list button,.batch-list a {font-size:13px;padding:7px 12px}.batch-controls {display:flex;flex-wrap:wrap;gap:16px}.batch-controls>label {display:flex;flex:0 1 360px;flex-direction:column;gap:8px;font-weight:600;min-width:0}.batch-controls select,.batch-controls input {width:100%;box-sizing:border-box;font:inherit;font-weight:400}.batch-controls input {border:1px solid #a9bdd5;border-radius:6px;padding:8px}.batch-check {display:flex;align-items:center;gap:8px;margin-top:16px}.audio-tool .audio-secondary:disabled {cursor:default}.audio-tool #batch-cancel:disabled {opacity:.5;cursor:default}#batch-error {padding:12px;background:#fff0f1;color:#a61c30;border-radius:8px}#batch-summary {font-weight:600}#batch-progress {width:100%}.batch-list a {white-space:nowrap}.batch-list .batch-output-name {font-size:12px;overflow-wrap:anywhere;color:#64748b}@media(max-width:560px){.batch-list li{align-items:flex-start;flex-direction:column;gap:8px}.batch-item-actions{justify-content:flex-start}.batch-heading h2{font-size:18px}.batch-heading button{font-size:13px;padding:8px 12px}}

@media(max-width:560px){.batch-controls>label{flex:1 1 100%}}

/* Adapt the list to its available width, including narrow desktop panels. */
.batch-list {container-type:inline-size;container-name:audio-batch-list}
.batch-list li {display:grid;grid-template-columns:minmax(0,1fr) 184px}
.batch-file {display:grid;grid-template-columns:minmax(0,1fr) 88px minmax(120px,180px);gap:4px 16px;align-items:center}
.batch-file small,.batch-file .batch-state {margin-top:0}
.batch-file small {text-align:right;white-space:nowrap}
.batch-file .batch-output-name {grid-column:1/-1}
.batch-file .batch-output-name:empty {display:none}
@container audio-batch-list (max-width:760px){
  .batch-list li {grid-template-columns:minmax(0,1fr);gap:8px}
  .batch-item-actions {justify-content:flex-start}
  .batch-file {grid-template-columns:88px minmax(0,1fr);gap:4px 12px;width:100%}
  .batch-file strong {grid-column:1/-1}
  .batch-file small {text-align:left}
}
