#scheduled-generation-modal.scheduled-workspace .sw-bulk-scope{display:flex;flex-direction:row;align-items:center;gap:12px;margin-bottom:16px}
#scheduled-generation-modal.scheduled-workspace .sw-bulk-scope select{width:auto;max-width:100%}
#scheduled-generation-modal.scheduled-workspace .sw-bulk-sections{display:grid;gap:12px}
#scheduled-generation-modal.scheduled-workspace .sw-bulk-section{border:1px solid var(--sw-line);border-radius:10px;padding:16px;background:var(--sw-panel)}
#scheduled-generation-modal.scheduled-workspace .sw-bulk-heading{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;margin-bottom:12px;color:inherit;cursor:pointer}
#scheduled-generation-modal.scheduled-workspace .sw-bulk-heading input{flex:none;margin:0}
#scheduled-generation-modal.scheduled-workspace .sw-bulk-image-tools{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
#scheduled-generation-modal.scheduled-workspace #sw-images-count{font-size:12px;color:var(--sw-muted)}
#scheduled-generation-modal.scheduled-workspace .sw-bulk-previews{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}
#scheduled-generation-modal.scheduled-workspace .sw-bulk-previews:empty{display:none}
#scheduled-generation-modal.scheduled-workspace .sw-bulk-image{position:relative;width:76px;height:76px;border:1px solid var(--sw-line);border-radius:8px;overflow:hidden;background:var(--sw-bg)}
#scheduled-generation-modal.scheduled-workspace .sw-bulk-image img{width:100%;height:100%;object-fit:cover}
#scheduled-generation-modal.scheduled-workspace .sw-bulk-image span{position:absolute;left:3px;bottom:3px;background:#20252ccc;color:#fff;font-size:11px;padding:1px 5px;border-radius:4px}
#scheduled-generation-modal.scheduled-workspace .sw-bulk-image button{position:absolute;right:2px;top:2px;min-width:26px;min-height:26px;width:26px;height:26px;padding:0;border:0;border-radius:50%;background:#20252ce6;color:#fff;font-size:18px;line-height:1;box-shadow:none}
#scheduled-generation-modal.scheduled-workspace #sw-bulk-status{font-size:12px;color:var(--sw-muted);margin-top:12px;line-height:1.6}
#scheduled-generation-modal.scheduled-workspace #sw-bulk-status.sw-bulk-error{color:#ffc0ab}
body.x-cg-skin:not(.xcg-night) #scheduled-generation-modal.scheduled-workspace #sw-bulk-status.sw-bulk-error{color:#ba312b}
#scheduled-generation-modal.scheduled-workspace .sw-sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
#scheduled-generation-modal.scheduled-workspace #sw-images-input[hidden]{display:none!important}
#scheduled-generation-modal.scheduled-workspace .sw-editor-actions{position:sticky;bottom:-12px;z-index:2;background:var(--sw-bg);padding:10px;border-radius:8px}
#scheduled-generation-modal.scheduled-workspace #sw-editor-apply:disabled{opacity:.45;cursor:not-allowed}
@media(max-width:720px){
 #scheduled-generation-modal.scheduled-workspace .sw-tool-actions{grid-template-columns:repeat(2,minmax(0,1fr))}
 #scheduled-generation-modal.scheduled-workspace .sw-bulk-section{padding:12px}
 #scheduled-generation-modal.scheduled-workspace .sw-bulk-scope{align-items:stretch;flex-direction:column;gap:8px}
 #scheduled-generation-modal.scheduled-workspace .sw-bulk-scope select{width:100%}
 #scheduled-generation-modal.scheduled-workspace .sw-bulk-image-tools .sw-field{flex:1;min-width:150px}
 #scheduled-generation-modal.scheduled-workspace .sw-bulk-image button{width:30px;height:30px}
 #scheduled-generation-modal.scheduled-workspace .sw-editor-actions button{min-height:42px;width:100%}
}

@media(min-width:721px){#scheduled-generation-modal.scheduled-workspace .sw-bulk-sections{grid-template-columns:repeat(2,minmax(0,1fr))}#scheduled-generation-modal.scheduled-workspace .sw-bulk-section:last-child{grid-column:1/-1}}
#scheduled-generation-modal.scheduled-workspace .sw-editor-actions{position:static;background:transparent;padding:0}

@media(max-width:720px){#scheduled-generation-modal.scheduled-workspace #sw-editor :is(input:not([type=checkbox]),textarea,select){font-size:16px;line-height:1.5}}
