.customerActionGrid{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}.customerActionGrid button{min-height:40px}.sourceRow{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;padding:10px 0;border-bottom:1px solid #eee}.sourceRow:last-child{border-bottom:0}.sourceRow>div{min-width:0;flex:1}.sourceRow .supplierPills{display:flex;gap:6px;flex-wrap:wrap;margin-top:7px}.sourceRow .supplierPills span{border:1px solid #ddd;border-radius:999px;padding:4px 7px;font-size:10px;background:#fafafa}.customerActionGrid .primary{background:#171717;color:white}@media(max-width:760px){.customerActionGrid{display:grid;grid-template-columns:1fr 1fr}.customerActionGrid button{width:100%}.sourceRow{flex-direction:column}.sourceRow button{width:100%}}