.batch-results{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.batch-results article{display:grid;grid-template-columns:100px minmax(0,1fr);min-height:110px;overflow:hidden}.batch-results img{width:100px;height:110px;object-fit:cover;background:#e7eeeb}.batch-results article>div:not(.failed-icon){padding:13px;display:flex;min-width:0;flex-direction:column}.batch-results b,.batch-results small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.batch-results a{color:var(--green);margin-top:auto;text-decoration:none;font-weight:700}.batch-results .failed{border-color:#efcaca}.failed-icon{width:70px;height:70px;margin:18px 0 18px 18px;border-radius:50%;display:grid;place-items:center;background:#fde9e9;color:#a12b2b;font-size:30px;font-weight:800}.delete-batch{display:flex;justify-content:flex-end;margin-top:20px}.btn.danger{color:#a12b2b;border-color:#e8baba}@media(max-width:900px){.batch-results{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.batch-results{grid-template-columns:1fr}}
