/* Three complete rows reinforce the backpack/container appearance. */
.inventory-panel.client-open .loot-list {
  min-height: 229px;
  grid-auto-rows: 66px;
  align-content: start;
}

.inventory-empty-slot {
  position: relative;
  display: block;
  width: 100%;
  height: 66px;
  border: 1px solid #2d3c44;
  border-radius: 6px;
  background: linear-gradient(145deg,#172229,#10181d);
  box-shadow: inset 0 0 12px #0006, inset 0 0 0 1px #ffffff03;
}

.inventory-empty-slot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translate(-50%,-50%);
  border: 1px dashed #34464f;
  border-radius: 4px;
  opacity: .55;
}

.inventory-panel.client-open .source-note {
  padding-top: 10px;
  padding-bottom: 12px;
  border-top: 1px solid #27363e;
}
