.selection-slot-strip {
  display: grid;
  grid-auto-columns: minmax(150px, 1fr);
  grid-auto-flow: column;
  gap: 8px;
  min-height: 112px;
  margin: 8px -12px 12px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 14px 12px 18px;
  scroll-padding-inline: 12px;
  scrollbar-width: none;
}

.selection-slot {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 72px;
  padding: 10px 26px 8px;
  background: rgba(253, 255, 255, 0.045);
  border: 1px solid rgba(253, 255, 255, 0.18);
  clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 96%);
}

.selection-slot.is-empty {
  color: var(--text-muted);
  background: rgba(253, 255, 255, 0.085);
  border-style: dashed;
}

.selection-slot img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.selection-slot img[src$="gornyak_logo.png"] { width: 26px; height: 26px; }

.selection-slot span {
  max-width: 100%;
  overflow: hidden;
  font-size: 13px;
  font-weight: 900;
  text-overflow: ellipsis;
  text-align: center;
  white-space: nowrap;
}
