/* Make the configured off-site redemption-code purchase link unmissable. */
p:has(> a[href^="https://pay.ldxp.cn/"]) {
  color: var(--foreground, #111827) !important;
  font-size: 0.875rem !important;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0.75rem;
}

a[href^="https://pay.ldxp.cn/"] {
  align-items: center;
  background: var(--primary, #2563eb);
  border: 1px solid color-mix(in oklch, var(--primary, #2563eb) 82%, black);
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px rgb(0 0 0 / 0.08);
  box-sizing: border-box;
  color: var(--primary-foreground, #fff) !important;
  display: flex !important;
  font-size: 0.9375rem;
  font-weight: 600;
  gap: 0.5rem !important;
  justify-content: center;
  line-height: 1.25rem;
  margin-top: 0.5rem;
  min-height: 2.875rem;
  padding: 0.625rem 1rem;
  text-decoration: none !important;
  transition: filter 150ms ease, box-shadow 150ms ease;
  width: 100%;
}

a[href^="https://pay.ldxp.cn/"]:hover {
  box-shadow: 0 2px 5px rgb(0 0 0 / 0.14);
  filter: brightness(0.94);
}

a[href^="https://pay.ldxp.cn/"]:focus-visible {
  outline: 3px solid color-mix(in oklch, var(--primary, #2563eb) 45%, transparent);
  outline-offset: 2px;
}

a[href^="https://pay.ldxp.cn/"] > svg {
  flex: 0 0 auto;
  height: 1rem;
  width: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  a[href^="https://pay.ldxp.cn/"] {
    transition: none;
  }
}
