.batch-summary-content{display:flex;flex-direction:column;gap:16px;padding:8px 0}.batch-summary-content .batch-summary-row{display:flex;align-items:flex-start;font-size:1.05rem;padding:12px 16px;border-radius:8px}.batch-summary-content .batch-summary-success{background-color:rgba(40,167,69,.1);color:#155724}.batch-summary-content .batch-summary-skipped{background-color:rgba(255,193,7,.1);color:#856404}.batch-summary-content .batch-summary-review{background-color:rgba(255,152,0,.1);color:#7d4e00}.batch-summary-content .batch-summary-review .batch-summary-review-hint{display:block;margin-top:4px;font-size:.85rem;color:#996300}.batch-summary-skipped-list{margin-top:4px;padding:12px 16px;border-radius:8px;background-color:rgba(255,193,7,.08);max-height:220px;overflow-y:auto}.batch-summary-skipped-list .batch-summary-skipped-list-title{margin:0 0 8px 0;font-weight:700;font-size:.95rem;color:#856404}.batch-summary-skipped-list .batch-summary-skipped-names{margin:0;padding-left:20px;font-size:.9rem;color:#664d03}.batch-summary-skipped-list .batch-summary-skipped-names li{margin-bottom:4px}.batch-summary-review-grid-wrap{padding:12px 16px;border-radius:8px;background-color:rgba(255,152,0,.08)}.batch-summary-review-grid-wrap .batch-summary-review-grid-title{margin:0 0 12px 0;font-weight:700;font-size:.95rem;color:#7d4e00}.batch-summary-review-grid{display:flex;flex-direction:column;gap:10px;max-height:280px;overflow-y:auto}.batch-summary-review-card{display:flex;align-items:center;gap:12px;padding:8px 10px;border-radius:8px;background-color:hsla(0,0%,100%,.65)}.batch-summary-review-thumb{width:64px;height:64px;-o-object-fit:cover;object-fit:cover;border-radius:6px;border:1px solid rgba(0,0,0,.1);flex-shrink:0}.batch-summary-review-card-info{display:flex;flex-direction:column;gap:4px;min-width:0}.batch-summary-review-article-id{font-weight:700;font-size:.9rem;color:#7d4e00}.batch-summary-review-article-name{font-size:.88rem;color:#5c3d00;word-break:break-word}