.game-setup__panel--wide {
  width: min(640px, 100%);
}

.test-scenarios__list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.test-scenarios__item {
  padding: 12px 14px;
  border: 1px solid rgba(90, 190, 255, 0.28);
  border-radius: 6px;
  background: rgba(8, 24, 48, 0.55);
}

.test-scenarios__item-title {
  margin: 0 0 6px;
  font-family: Orbitron, sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.06em;
  color: #7ee0ff;
}

.test-scenarios__item-desc {
  margin: 0 0 10px;
  font-size: 0.88rem;
  line-height: 1.4;
  color: #9ec8e8;
}

.test-scenarios__launch {
  border: 1px solid rgba(90, 190, 255, 0.45);
  border-radius: 4px;
  padding: 6px 12px;
  background: rgba(20, 60, 100, 0.65);
  color: #e8f4ff;
  font-family: Rajdhani, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.test-scenarios__launch:hover {
  background: rgba(30, 90, 140, 0.75);
  border-color: rgba(120, 210, 255, 0.65);
}

.test-scenarios__footer {
  display: flex;
  justify-content: flex-end;
}
