/* =========================================
   CUE SHOP NAV / RETURN BAR
========================================= */

.cue-shop-return-bar {
  margin: 18px 0;
  padding: 12px;
  border-radius: 20px;
  background: rgba(10, 18, 32, 0.90);
  border: 1px solid rgba(0,255,225,0.16);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.26);
}

.cue-shop-return-bar a {
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  font-weight: 950;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.10);
}

.cue-shop-return-bar a.return-main {
  background: linear-gradient(135deg, #00ffe1, #7c3aed);
  color: #07101d;
}

.cue-shop-hero {
  min-height: 120px !important;
  padding: 18px 24px !important;
  border-radius: 22px !important;
}

.cue-shop-hero h1 {
  font-size: clamp(34px, 6vw, 58px) !important;
}

.cue-shop-hero p {
  font-size: 14px !important;
  margin-top: 8px !important;
}

@media (max-width: 700px) {
  .cue-shop-return-bar a {
    width: 100%;
  }
}
