.tapdown-comment-previews{display:flex;flex-wrap:wrap;gap:10px;padding:10px 0;min-width:0}
.tapdown-comment-previews[hidden]{display:none}
.tapdown-comment-preview{position:relative;display:block;width:96px;height:96px;flex:0 0 96px}
.tapdown-comment-preview img{display:block;width:100%;height:100%;object-fit:contain;border:1px solid var(--tt-border,#e7edf4);border-radius:8px;box-sizing:border-box;background:var(--tt-bg,#f5f7fa)}
.tapdown-comment-preview button{position:absolute;right:2px;top:2px;display:grid;place-items:center;width:24px;height:24px;padding:0;border:0;border-radius:50%;background:#20252de6;color:#fff;font:20px/1 Arial,sans-serif;cursor:pointer}
.tapdown-comment-preview button:focus-visible{outline:2px solid var(--tt-primary,#1e88e5);outline-offset:2px}
.tapdown-comment-upload-status{flex-basis:100%;font-size:12px;line-height:1.5;color:var(--tt-text-2,#69717d);overflow-wrap:anywhere}
.tapdown-comment-upload-status:empty{display:none}
a.tapdown-comment-image{display:inline-block;max-width:100%;vertical-align:top;margin:6px 8px 6px 0}
a.tapdown-comment-image img{display:block;max-width:100%;width:auto;height:auto;max-height:280px;object-fit:contain;border-radius:8px}
