.gui-inventory-item {
  @apply shadow-small bg-white;

  &:disabled {
    @apply bg-neutral-95 opacity-100 border-neutral-90;
  }
}

.gui-inventory-item-preview-active {
  @apply w-12 h-12 rounded border border-solid border-neutral-90 bg-neutral-98;
}

.gui-inventory-item-preview {
  @apply shadow-large;

  transform: rotate(-12deg);
}
