.custom-armory-inline {
  position: absolute;
  right: 0;
  bottom: calc(100% + 5px);
  left: 0;
  z-index: 3;
  display: grid;
  gap: 4px;
  pointer-events: auto;
}

.custom-armory-inline.hidden {
  display: none;
}

.custom-armory-item {
  min-width: 0;
  width: 100%;
  height: 50px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 3px;
  border: 1px solid rgba(237, 246, 239, 0.13);
  border-radius: 7px;
  background: rgba(7, 15, 12, 0.9);
  color: #edf6ef;
  font: inherit;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
  cursor: pointer;
}

.custom-armory-item:hover,
.custom-armory-item:focus-visible,
.custom-armory-item.assigned {
  border-color: rgba(118, 225, 154, 0.78);
  background: rgba(118, 225, 154, 0.12);
  outline: none;
}

.custom-armory-item.assigned {
  box-shadow: inset 0 -3px rgba(118, 225, 154, 0.72);
}

.custom-armory-item-art {
  width: 100%;
  height: 44px;
  display: grid;
  place-items: center;
}

.custom-armory-item-art img {
  max-width: 100%;
  max-height: 42px;
  object-fit: contain;
}

.custom-armory-item-art img.missing {
  display: none;
}

.infantry-slot-wrap {
  position: relative;
  min-width: 0;
}

.infantry-slot-wrap .infantry-slot {
  width: 100%;
}
