@import url("/assets/css/style.app.css?v=8");
@import url("/assets/css/footer.css");

body.store-legacy-page {
  background: #ffffff !important;
  color: #333333;
  font-family: Roboto, Arial, sans-serif;
}

.store-legacy-page #store-game-root {
  min-height: 100vh;
}

.store-legacy-page .app-header .app-icon {
  position: relative;
  overflow: visible;
}

.store-route-badge {
  position: absolute;
  z-index: 4;
  top: -1px;
  right: 7px;
  padding: 4px 8px 5px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff7a18, #e53935);
  border-radius: 0 0 7px 7px;
  box-shadow: 0 4px 10px rgba(120, 20, 10, 0.34);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

.store-route-badge.badge-five {
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  box-shadow: 0 4px 10px rgba(49, 46, 129, 0.34);
}

.store-stars {
  color: #ffaf14;
  font-size: 18px;
  letter-spacing: 1px;
}

.store-legacy-page .right-list .score {
  color: #ffaf14;
  font-size: 12px;
  font-weight: 700;
}

.store-arrow {
  color: #8a98a9;
  font-size: 22px;
}

.store-legacy-page .entry ul {
  margin: 10px 0 18px 22px;
}

.store-legacy-page .entry li {
  margin-bottom: 7px;
  line-height: 1.6;
}

.store-legacy-page .site-footer {
  margin-top: 35px;
}

@media (max-width: 640px) {
  .store-route-badge {
    right: 4px;
    padding: 3px 6px 4px;
    font-size: 9px;
  }

  .store-stars {
    font-size: 15px;
  }
}
