.inventorySaleButton{padding:0 var(--grid-height);align-items:center;gap:calc(var(--grid-height)/2);width:100%;height:100%;font-weight:600;font-size:var(--controller-font);line-height:var(--controller-font);color:var(--main-priorite);border-radius:var(--controller-border-radius);border:var(--main-border-width)solid var(--main-priorite);background-color:var(--controller);box-sizing:border-box;cursor:pointer;outline:none;flex-direction:row;display:flex}.inventorySaleButton:hover,.inventorySaleButton:focus{background-image:var(--controller-active)}.inventorySaleButton:before{content:"";background-color:var(--main-priorite);border-radius:50%;width:10px;height:10px}
.inventorySourceSelector{width:100%;height:100%;color:var(--text-contrast-transparent);font-weight:600;font-size:var(--controller-font-main);line-height:var(--controller-font-main);background-color:var(--controller);border-radius:var(--controller-border-radius);grid-template-columns:1fr 1fr;align-items:stretch;margin:0;padding-left:0;list-style-type:none;display:grid}.inventorySourceSelector__source{--icon-size:24px;padding:0 var(--grid-height);justify-content:center;align-items:center;gap:calc(var(--grid-height)/2);box-sizing:border-box;cursor:pointer;outline:none;display:flex}.inventorySourceSelector__source:hover,.inventorySourceSelector__source:focus{color:var(--text-contrast)}.inventorySourceSelector__source:hover:before,.inventorySourceSelector__source:focus:before{opacity:1}.inventorySourceSelector__source:before{content:"";opacity:.5;width:var(--icon-size);height:var(--icon-size);background-size:var(--icon-size)var(--icon-size);filter:grayscale()brightness(100)}.inventorySourceSelector__source[data-active=true]{color:var(--main-priorite-contrast);background-color:var(--main-priorite);border-radius:var(--controller-border-radius);pointer-events:none;cursor:default;outline:none}.inventorySourceSelector__source[data-active=true]:hover,.inventorySourceSelector__source[data-active=true]:focus{color:var(--main-priorite-contrast)}.inventorySourceSelector__source[data-active=true]:before{opacity:1;filter:none}.inventorySourceSelector__source[data-source=arena]:before{background-image:url(/images/icon_csarena.svg)}.inventorySourceSelector__source[data-source=steam]:before{background-image:url(/images/icon_steam.svg)}
