@media (min-width:761px){
  #inventoryResults .inventory-actions-head{min-width:330px;text-align:left;white-space:nowrap}
  #inventoryResults .inventory-actions-cell{min-width:330px;padding-right:12px!important}
  #inventoryResults .inventory-actions-cell.is-empty{color:var(--beta-muted,#849089)}
  #inventoryResults .inventory-row-title-actions{display:block!important}
  #inventoryResults .inventory-row-title-actions>.inventory-row-quick-actions{display:none!important}
  #inventoryResults .inventory-row-quick-actions.is-actions-column{display:flex!important;align-items:center;justify-content:flex-start;gap:6px;flex-wrap:nowrap;margin:0!important}
  #inventoryResults .inventory-row-quick-actions.is-actions-column button{height:30px;padding:0 10px;border-radius:9px;border:1px solid transparent;font-size:11.5px;font-weight:750;line-height:1;white-space:nowrap;box-shadow:0 1px 2px rgba(15,23,42,.08);transition:transform .14s ease,filter .14s ease,box-shadow .14s ease}
  #inventoryResults .inventory-row-quick-actions.is-actions-column button:hover{transform:translateY(-1px);filter:brightness(.97);box-shadow:0 4px 10px rgba(15,23,42,.11)}
  #inventoryResults .inventory-row-quick-actions.is-actions-column .is-sell{background:#e7f7eb;border-color:#a8ddb5;color:#08752a}
  #inventoryResults .inventory-row-quick-actions.is-actions-column .is-markdown{background:#fff5d8;border-color:#efd38b;color:#8a5a00}
  #inventoryResults .inventory-row-quick-actions.is-actions-column .is-writeoff{background:#fde9e8;border-color:#efb1ad;color:#b3261e}
  #inventoryResults .inventory-row-quick-actions.is-actions-column .is-avito{background:#e8f1ff;border-color:#aac9ff;color:#1769d2}
  [data-theme="dark"] #inventoryResults .inventory-row-quick-actions.is-actions-column .is-sell{background:rgba(21,128,61,.22);border-color:rgba(74,222,128,.36);color:#86efac}
  [data-theme="dark"] #inventoryResults .inventory-row-quick-actions.is-actions-column .is-markdown{background:rgba(180,83,9,.22);border-color:rgba(251,191,36,.34);color:#fcd34d}
  [data-theme="dark"] #inventoryResults .inventory-row-quick-actions.is-actions-column .is-writeoff{background:rgba(185,28,28,.22);border-color:rgba(248,113,113,.34);color:#fca5a5}
  [data-theme="dark"] #inventoryResults .inventory-row-quick-actions.is-actions-column .is-avito{background:rgba(29,78,216,.22);border-color:rgba(96,165,250,.35);color:#93c5fd}
}
@media (max-width:760px){
  #inventoryResults .inventory-mobile-quick-actions button{border-width:1px;font-weight:750}
  #inventoryResults .inventory-mobile-quick-actions .is-sell{background:#e7f7eb;border-color:#a8ddb5;color:#08752a}
  #inventoryResults .inventory-mobile-quick-actions .is-markdown{background:#fff5d8;border-color:#efd38b;color:#8a5a00}
  #inventoryResults .inventory-mobile-quick-actions .is-writeoff{background:#fde9e8;border-color:#efb1ad;color:#b3261e}
  #inventoryResults .inventory-mobile-quick-actions .is-avito{background:#e8f1ff;border-color:#aac9ff;color:#1769d2}
}
