.head-actions{display:flex;align-items:center;gap:10px}
.index-search-button{padding:10px 6px;color:#346247;font-weight:700}
.index-results{display:grid;gap:8px;margin-top:16px}
.index-result{display:flex;justify-content:space-between;gap:12px;width:100%;text-align:left;padding:11px;border:1px solid #ded9cb;background:#fff}
.index-result:hover{border-color:#8ba180}
.index-result span:last-child{text-align:right}
.index-result strong,.index-result small{display:block}
.index-result strong{font-size:13px}
.index-result small{color:#667069;font-size:11px;margin-top:4px}
.lot-actions{display:flex;gap:4px}
.icon-button{display:grid;place-items:center;width:29px;height:29px;border:1px solid transparent;border-radius:50%;background:transparent;color:#667069}
.icon-button:hover{color:#10251d;background:#edf1e4;border-color:#b5c6ad}
.icon-button svg{width:15px;height:15px;fill:currentColor}
.dispose-button{color:#346247}
.product-photo{display:grid;place-items:center;width:100%;height:126px;margin:15px 0 0;border:0;border-radius:3px;overflow:hidden;background:#ece8dc}
.product-photo img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}
.product-photo-placeholder{background:linear-gradient(145deg,#e4ead9,#d0dfb5);color:#346247}
.product-photo-placeholder span{display:grid;place-items:center;width:42px;height:50px;border-radius:7px 7px 16px 16px;background:#346247;color:#f4f0e7;font:bold 14px Georgia,serif}
.lot-card:has(.product-photo) h3{margin-top:15px}
.dispose-icon{display:inline-grid;place-items:center;width:25px;height:25px;margin-right:7px;border-radius:50%;background:#e5efce;color:#346247;font-size:14px;vertical-align:middle}
.dispose-dialog .eyebrow{display:flex;align-items:center}
@media(max-width:700px){.index-search-button{font-size:12px}.product-photo{height:154px}}
