/* Shared by page inventories and report shadow roots.
   New inventories use .inventory-slot.locked or data-inventory-slot + data-locked="true".
   Load this stylesheet inside a shadow root as well as in the page. */
:root,:host{--inventory-lock-size:90%}
.inventory-slot.locked,
.map-library-stacks .map-library-slot.locked,
.empty-slot.locked,
[data-inventory-slot][data-locked="true"]{
 background-color:#050b10!important;
 background-image:url('../assets/ui/v4.1/icons/iconeinpiu/iconaslotbloccato.webp'),url('../assets/ui/v4.1/inventory/components/inventory-slot-normal.webp')!important;
 background-size:var(--inventory-lock-size,90%) auto,contain!important;
 background-position:center!important;background-repeat:no-repeat!important;
 border:0!important;opacity:1!important;
}
