.inventory-account-actions { margin: 0 0 17px; flex-wrap: wrap; }
.inventory-adjust { display: flex; gap: 6px; align-items: center; min-width: 570px; }
.inventory-adjust input[type="number"] { min-width: 80px; width: 90px; }
.inventory-adjust input[name="note"] { min-width: 170px; }
@media (max-width: 760px) {
  .inventory-account-actions { align-items: stretch; }
  .inventory-account-actions form, .inventory-account-actions button { width: 100%; }
}
