.batch-search-container{width:100%;margin:0;font-family:'fruitofayu SaSe',sans-serif}.batch-form-flex{display:flex;flex-wrap:wrap;gap:15px;margin-top:10px}.batch-label{font-weight:500;color:#13294d}#batch_input{flex-grow:1;min-width:200px;border:1px solid #ccc;background-color:#fff;font-family:'fruitofayu SaSe',sans-serif;font-weight:400;border-radius:10px}.batch-submit-btn{background-color:#13294d;color:#fff;border;padding:12px 30px;font-family:'fruitofayu SaSe',sans-serif;font-weight:500;cursor:pointer;border-radius:10px;white-space:nowrap}.batch-submit-btn:hover{background-color:#2c4266}.batch-results-wrapper{display:grid;grid-template-columns:2fr 1fr;gap:5%;width:100%;margin-top:40px;padding-top:20px;border-top:1px solid #eee}.batch-id-display{color:#333;margin-bottom:30px;font-weight:400}.data-group{margin-bottom:25px}.data-group label{display:block;color:#1a2b49;margin-bottom:6px;font-weight:500}.data-group .value{color:#444;line-height:1.6;font-weight:400}.batch-sidebar-col{display:flex;flex-direction:column;gap:40px}.product-card{padding:20px;border:1px solid #ccc;border-radius:8px;display:flex;justify-content:center;align-items:center}.product-card img{width:100%;height:auto;object-fit:contain}.sidebar-links .link-group{margin-bottom:25px}.sidebar-links strong{display:block;color:#1a2b49;margin-bottom:5px;font-weight:500}.sidebar-links a{display:block;color:#333;text-decoration:none;font-weight:400}.sidebar-links a:hover{text-decoration:underline}@media (max-width:768px){.batch-results-wrapper{grid-template-columns:1fr;gap:40px}.batch-form-flex{flex-direction:column}.batch-submit-btn{width:100%}#batch_input{width:100%}}