.item-card {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  grid-template-columns: 48px minmax(0, 1fr) 38px;
  color: var(--text);
  text-align: left;
}

.item-name,
.item-type,
.item-effects {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slot {
  background: none;
  border: 0;
  color: inherit;
  padding: 0;
  min-width: 0;
}
