.pasted-image-tray{display:none;align-items:center;gap:12px;padding:10px 12px;margin-bottom:8px;border:1px solid var(--line);background:var(--panel2);border-radius:12px;min-width:0}
.composer[data-has-image=true]>.pasted-image-tray{display:flex}
.pasted-image-tray img{width:80px;height:60px;object-fit:contain;flex:none;border-radius:6px;background:var(--field)}
.pasted-image-info{min-width:0;flex:1}.pasted-image-info b{display:block;font-size:12px;font-weight:500}.pasted-image-status{display:block;font-size:11px;color:var(--muted);overflow-wrap:anywhere}
.pasted-image-tray>button{flex:none;width:36px;height:36px;padding:0;font-size:22px;line-height:1}
@media(max-width:760px){
 .workspace .composer[data-has-image=true]{grid-template-rows:auto auto 44px}
 .workspace .composer[data-has-image=true]>.pasted-image-tray{grid-column:1/-1;grid-row:1;margin:0 0 4px;padding:8px;gap:9px}
 .workspace .composer[data-has-image=true]>textarea,.workspace .composer[data-has-image=true]>.mobile-composer-action{grid-row:2}
 .workspace .composer[data-has-image=true]>.mobile-composer-tools{grid-row:3}
 .pasted-image-tray img{width:64px;height:48px}.pasted-image-tray>button{width:44px;height:44px}
}
