/* Explicit expired QR review — additive to inventory.css */
.inventory-expired-action{border-color:#ead1c9;background:#fffaf8}.inventory-expired-review-form{display:grid;gap:14px}.inventory-expired-warning{border-color:#e7c9c0;background:#fff8f5}.inventory-expired-summary{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:end;padding:12px 14px;border:1px solid #e5e7eb;border-radius:14px;background:#f8f9fa}.inventory-expired-summary strong,.inventory-expired-summary span{display:block}.inventory-expired-summary>div:last-child{text-align:right}.inventory-expired-summary span{font-size:11px;color:#6b7280}.inventory-expired-summary strong{font-size:18px}.inventory-expired-list{display:grid;gap:8px;max-height:min(56vh,620px);overflow:auto}.inventory-expired-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto 90px;gap:11px;align-items:center;padding:11px 12px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.inventory-expired-row.done{opacity:.68;background:#f7faf7}.inventory-expired-item strong,.inventory-expired-item small,.inventory-expired-qty small,.inventory-expired-qty b{display:block}.inventory-expired-item small{margin-top:3px;color:#7b8190}.inventory-expired-qty{text-align:right}.inventory-expired-qty small{font-size:10px;color:#7b8190}.inventory-expired-state{font-size:11px;font-weight:750;text-align:right;color:#6b7280}.inventory-expired-state.saving{color:#8a6d1d}.inventory-expired-state.saved{color:#166534}.inventory-expired-state.error{color:#9f2d20}.inventory-expired-confirm{padding:12px 14px;border:1px solid #e7c9c0;border-radius:12px;background:#fff8f5}.inventory-expired-confirm label{display:flex;gap:9px;align-items:flex-start;font-size:12px;line-height:1.45}.inventory-expired-confirm input{margin-top:3px;flex:0 0 auto}
@media(max-width:600px){.inventory-expired-summary{grid-template-columns:1fr}.inventory-expired-summary>div:last-child{text-align:left}.inventory-expired-row{grid-template-columns:auto minmax(0,1fr) auto}.inventory-expired-state{grid-column:2/-1;text-align:left;margin-top:-5px}.inventory-expired-qty{align-self:start}.inventory-expired-review-form>.actions{display:grid}.inventory-expired-review-form>.actions .btn{width:100%}}
