/* V74 - responsive polish for desktop + mobile */
html,body,#root{max-width:100%;overflow-x:hidden}
button,input,select,textarea{max-width:100%}
@media (max-width: 639px){
  main{min-width:0!important;width:100%!important}
  [class*="px-6"]{padding-left:12px!important;padding-right:12px!important}
  [class*="px-5"]{padding-left:12px!important;padding-right:12px!important}
  [class*="gap-6"]{gap:12px!important}
  [class*="text-3xl"]{font-size:1.45rem!important;line-height:1.2!important}
  [class*="text-2xl"]{font-size:1.25rem!important;line-height:1.25!important}
  [data-loc="client/src/pages/Inventory.tsx:570"]{min-width:0!important;width:100%!important}
  [data-loc="client/src/pages/Inventory.tsx:570"] article{border-radius:10px!important;overflow:hidden!important}
  [data-loc="client/src/pages/Inventory.tsx:570"] table{font-size:12px!important}
  [data-loc="client/src/pages/Inventory.tsx:570"] th,
  [data-loc="client/src/pages/Inventory.tsx:570"] td{padding:9px 10px!important;white-space:nowrap!important}
  .v69-mobile-actions button{font-size:13px!important}
}
@media (min-width:640px) and (max-width:1023px){
  [data-loc="client/src/pages/Inventory.tsx:570"]{overflow:hidden!important}
  [data-loc="client/src/pages/Inventory.tsx:570"] table{font-size:13px!important}
  [data-loc="client/src/pages/Inventory.tsx:570"] th,
  [data-loc="client/src/pages/Inventory.tsx:570"] td{padding:10px 12px!important}
}
@media (min-width:1024px){
  [data-loc="client/src/pages/Inventory.tsx:570"]{width:100%!important}
  [data-loc="client/src/pages/Inventory.tsx:570"] table{width:100%!important;table-layout:auto!important}
  [data-loc="client/src/pages/Inventory.tsx:570"] th,
  [data-loc="client/src/pages/Inventory.tsx:570"] td{vertical-align:middle!important}
  .v69-product-edit{display:inline-flex!important;align-items:center!important;justify-content:center!important}
}
