.topbar:has(.publishing-batch-status:not(.hidden)){flex-wrap:wrap;height:auto;min-height:64px;align-items:center;padding-block:10px;gap:10px 18px}
.publishing-batch-status{order:3;flex:1 1 560px;max-width:780px;min-width:0;margin-left:auto;border:1px solid #bad7c4;border-radius:9px;padding:8px 12px;background:#eff9f2;color:#15462a;font-size:12px;line-height:1.45}
.publishing-batch-status summary{display:flex;align-items:flex-start;gap:12px;cursor:pointer}
.publishing-batch-status summary span{flex:1;overflow-wrap:anywhere}
.publishing-batch-status summary strong{flex:none}
.publishing-batch-status progress{display:block;width:100%;height:6px;margin-top:6px;accent-color:#118341}
.publishing-batch-posts{max-height:180px;overflow:auto;margin-top:8px}
.publishing-batch-posts>div{display:flex;flex-wrap:wrap;gap:4px 16px;padding:5px 0;border-top:1px solid #cfdfd4}
.publishing-batch-posts strong{flex:1 1 160px}.publishing-batch-posts span{flex:2 1 230px;overflow-wrap:anywhere}
@media(max-width:1500px){.publishing-batch-status{flex-basis:100%;max-width:none;margin:0}}

/* Admission errors remain visible until acknowledged. */
#messageDialog { width:min(580px,calc(100vw - 40px)); max-height:calc(100vh - 40px); box-sizing:border-box; overflow:auto; }
#messageDialog #dialogText { white-space:pre-line; overflow-wrap:anywhere; line-height:1.6; }
