.receiving-lines { display: grid; gap: 16px; min-width: 0; }
.receiving-line { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; padding: 16px; border: 1px solid #bddace; background: #fbfefc; border-radius: 12px; min-width: 0; }
.receiving-line h3 { margin: 0; }
.receiving-row-heading { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.receiving-dimensions { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.receiving-suggestion-wrap, .receiving-product-picker { position: relative; min-width: 0; width: 100%; }
.receiving-suggestions, .receiving-product-results { position: absolute; z-index: 35; top: calc(100% + 4px); left: 0; right: 0; max-height: 300px; overflow-y: auto; border: 1px solid #9ebdb0; border-radius: 8px; box-shadow: 0 8px 18px #1e4a3320; background: white; }
.receiving-product-results { top: 58px; }
.receiving-suggestions button, .receiving-product-results button { display: flex; width: 100%; justify-content: flex-start; align-items: center; flex-wrap: wrap; gap: 8px; text-align: left; background: #fff; color: #264f3f; border: 0; border-radius: 0; border-bottom: 1px solid #e0ebe5; padding: 12px; overflow-wrap: anywhere; white-space: normal; }
.receiving-suggestions button strong { width: 100%; }
.receiving-suggestions button[aria-selected="true"], .receiving-product-results button[aria-selected="true"], .receiving-suggestions button:hover, .receiving-product-results button:hover { background: #eaf5ed; }
.receiving-suggestions p, .receiving-product-results p { margin: 0; padding: 12px; font-size: .85rem; }
.receiving-product-results img, .receiving-selected-product img, .receiving-no-photo { width: 48px; height: 48px; border-radius: 6px; object-fit: cover; flex-shrink: 0; }
.receiving-no-photo { display: grid; place-items: center; background: #eaf3ee; }
.receiving-product-results button span { flex: 1; min-width: 0; }
.receiving-selected-product { display: flex; gap: 10px; align-items: center; margin-top: 10px; padding: 8px; background: #eef7f1; }
.receiving-selected-product[hidden], .receiving-suggestions[hidden], .receiving-product-results[hidden] { display: none; }
@media(max-width:600px) { .receiving-line { grid-template-columns: minmax(0,1fr); padding: 12px; } .receiving-row-heading { flex-wrap: wrap; } .receiving-dimensions { grid-template-columns: minmax(0,1fr); } }
