body.demo-play .logo {
  text-decoration: none;
}

body.demo-play a.ghost {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

body.demo-play a.ghost:hover {
  text-decoration: none;
}

.demo-stores {
  margin-top: 12px;
}

.demo-stores .store-row {
  justify-content: center;
}

.panel .menu-btn.primary,
.howto-nav .menu-btn.primary {
  background: linear-gradient(180deg, #8b6cff, #6a48f0);
}

/* Title panel: first real button stays primary; site link should not steal it */
.panel-body > a.menu-btn {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
  text-align: center;
  text-decoration: none;
}

.panel-body > a.menu-btn:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  text-decoration: none;
}

.level-grid {
  grid-template-columns: repeat(5, 1fr);
}
