/* =========================
   ScoreStore page-specific styles
   Load after ../styles.css and ../catalog.css
   ========================= */

.score-pill.is-active,
.score-pill:hover {
  background: rgba(255,255,255,0.16);
}

/* =========================
   PayPal return pages
   ========================= */

.paypal-scorestore-header {
  text-align: center;
  margin: 0 auto 30px;
  color: #c35037;
  text-shadow: 0 1px 14px rgba(255,255,255,0.35);
}

.paypal-scorestore-header a {
  color: inherit;
  text-decoration: none;
}

.paypal-scorestore-header-line {
  display: block;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: clamp(24px, 5vw, 72px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  white-space: normal;
}

.paypal-scorestore-grid {
  display: grid;
  grid-template-columns: minmax(320px, 620px);
  justify-content: center;
  gap: 28px;
  margin-bottom: 56px;
}

.paypal-scorestore-card {
  opacity: 1 !important;
  transform: none !important;
}

.paypal-scorestore-text {
  font-style: normal !important;
  color: #000 !important;
  text-align: center;
  line-height: 1.7;
  max-width: 52ch;
  margin: 0 auto 24px;
  font-size: 15.5px;
}

.paypal-scorestore-actions {
  display: flex;
  justify-content: center;
}

.paypal-scorestore-actions .score-btn {
  min-width: 160px;
}

@media (max-width: 768px) {
  .paypal-scorestore-grid {
    grid-template-columns: 1fr;
  }

  .paypal-scorestore-header-line {
    letter-spacing: 0.16em;
  }
}
