/**
 * Per-store Sell Gift Card page (/sell-{store}-gift-card).
 * Scoped under .cs-ssgc-page — light blue/orange CheckoutSaver surface.
 */
.cs-ssgc-page {
  --ssgc-blue: #1677ff;
  --ssgc-blue-hover: #0d5ad6;
  --ssgc-blue-soft: #e8f2ff;
  --ssgc-orange: #ff8a00;
  --ssgc-orange-hover: #e67a00;
  --ssgc-orange-soft: #fff4e8;
  --ssgc-ink: #14242c;
  --ssgc-muted: #5a6f78;
  --ssgc-line: #e4eef2;
  --ssgc-bg: #f4f7f9;
  --ssgc-card: #ffffff;
  --ssgc-radius: 14px;
  --ssgc-radius-sm: 10px;
  --ssgc-font: Montserrat, Poppins, "Segoe UI", sans-serif;
  --ssgc-max: 1120px;
  font-family: var(--ssgc-font);
  color: var(--ssgc-ink);
  background: var(--ssgc-bg) !important;
  overflow-x: hidden;
  /* Clear fixed cs-nav-v2 header (sell pages are not .sell_giftcard) */
  padding-top: calc(var(--cs-sticky-offset, var(--cs-nav-header-h, 84px)) + 16px);
  box-sizing: border-box;
}

body.cs-nav-v2 .bac_color.cs-ssgc-page,
body.cs-nav-v2 .cs-ssgc-page.bac_color {
  padding-top: calc(var(--cs-sticky-offset, var(--cs-nav-header-h, 84px)) + 16px) !important;
  margin-top: 0 !important;
}

.cs-ssgc-page.bac_color,
.bac_color.cs-ssgc-page {
  background: var(--ssgc-bg) !important;
}

.cs-ssgc-page .walmart_giftcard,
.cs-ssgc-page.walmart_giftcard {
  padding-bottom: 0;
  background: transparent;
}

.cs-ssgc-page .cs-ssgc-wrap {
  width: 100%;
  max-width: var(--ssgc-max);
  margin: 0 auto;
  padding: 20px 20px 8px;
  box-sizing: border-box;
}

/* Neutralize legacy boxed layout */
.cs-ssgc-page .walmart_giftcard .container.Checkout_Saver_page,
.cs-ssgc-page .Checkout_Saver_page.container {
  max-width: var(--ssgc-max);
  padding-left: 0;
  padding-right: 0;
}
.cs-ssgc-page .walmart_giftcard .col-md-9,
.cs-ssgc-page .walmart_giftcard .col-md-3 {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100%;
  flex: 0 0 100%;
  width: 100%;
}
.cs-ssgc-page .check-white-bg {
  background: transparent !important;
  border-radius: 0;
  padding: 0 !important;
}

/* ===== Breadcrumb ===== */
.cs-ssgc-page .cs-ssgc-crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  list-style: none;
  margin: 0 0 22px;
  padding: 8px 0 0;
  font-size: 13px;
  line-height: 1.4;
  color: var(--ssgc-blue);
}
.cs-ssgc-page .cs-ssgc-crumbs a {
  color: var(--ssgc-blue);
  text-decoration: none;
  font-weight: 500;
}
.cs-ssgc-page .cs-ssgc-crumbs a:hover,
.cs-ssgc-page .cs-ssgc-crumbs a:focus {
  text-decoration: underline;
}
.cs-ssgc-page .cs-ssgc-crumbs .sep {
  opacity: 0.55;
  color: var(--ssgc-muted);
}
.cs-ssgc-page .cs-ssgc-crumbs .current {
  color: var(--ssgc-ink);
  font-weight: 600;
}

/* Hide legacy breadcrumb if still present */
.cs-ssgc-page .breadcrumb_nw,
.cs-ssgc-page .cs-ssgc-crumbs {
  display: none !important;
}

.cs-ssgc-page .cs-ssgc-back-wrap {
  margin: 0 0 10px;
  text-align: left;
}
.cs-ssgc-page .cs-ssgc-back-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #000000 !important;
  background: transparent;
  text-decoration: none;
  transition: transform 0.15s ease, background-color 0.15s ease;
  line-height: 1;
}
.cs-ssgc-page .cs-ssgc-back-arrow:hover,
.cs-ssgc-page .cs-ssgc-back-arrow:focus {
  color: #000000 !important;
  background: rgba(0, 0, 0, 0.08);
  transform: translateX(-3px);
  text-decoration: none;
}
.cs-ssgc-page .cs-ssgc-back-arrow i,
.cs-ssgc-page .cs-ssgc-back-arrow .fa,
.cs-ssgc-page .cs-ssgc-back-arrow .fas {
  color: #000000 !important;
  font-size: 22px;
  font-weight: 900;
}
.cs-ssgc-page .cs-ssgc-back-arrow svg {
  width: 22px;
  height: 22px;
  stroke: #000000 !important;
  color: #000000 !important;
  display: block;
}

/* ===== Hero ===== */
.cs-ssgc-page .cs-ssgc-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.85fr);
  gap: 28px 40px;
  align-items: center;
  margin: 0 0 28px;
}
.cs-ssgc-page .cs-ssgc-hero__copy {
  min-width: 0;
}
.cs-ssgc-page .cs-ssgc-hero__brand {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 14px;
}
.cs-ssgc-page .cs-ssgc-hero__logo {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 96px;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  padding: 0;
}
.cs-ssgc-page .cs-ssgc-hero__logo img {
  max-width: 96px;
  max-height: 64px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.cs-ssgc-page .cs-ssgc-hero__title {
  margin: 0;
  font-size: clamp(26px, 3.6vw, 36px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: var(--ssgc-ink) !important;
}
.cs-ssgc-page .cs-ssgc-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}
.cs-ssgc-page .cs-ssgc-hero__chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--ssgc-line);
  color: var(--ssgc-ink);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: 0 2px 8px rgba(20, 36, 44, 0.04);
}
.cs-ssgc-page .cs-ssgc-hero__chip i {
  color: var(--ssgc-blue);
  font-size: 13px;
  width: 16px;
  text-align: center;
}
.cs-ssgc-page .cs-ssgc-hero__lead {
  margin: 0 0 18px;
  max-width: 520px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--ssgc-muted);
  font-weight: 500;
}
.cs-ssgc-page .cs-ssgc-hero__lead a.cs-ssgc-hero__store-link,
.cs-ssgc-page .cs-ssgc-hero__lead a.cs-sell-retailer-link {
  color: var(--ssgc-blue);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cs-ssgc-page .cs-ssgc-hero__lead a.cs-ssgc-hero__store-link:hover,
.cs-ssgc-page .cs-ssgc-hero__lead a.cs-ssgc-hero__store-link:focus,
.cs-ssgc-page .cs-ssgc-hero__lead a.cs-sell-retailer-link:hover,
.cs-ssgc-page .cs-ssgc-hero__lead a.cs-sell-retailer-link:focus {
  color: var(--ssgc-blue-hover);
}
.cs-ssgc-page .cs-ssgc-hero__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}
.cs-ssgc-page .cs-ssgc-card-art {
  width: 100% !important;
  max-width: 260px !important;
  aspect-ratio: 1.586 / 1;
  border-radius: 0 !important;
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  box-sizing: border-box;
  position: relative;
  overflow: visible;
}
.cs-ssgc-page .cs-ssgc-card-art__img,
.cs-ssgc-page .cs-ssgc-card-art img.onchangeimage {
  position: relative;
  z-index: 1;
  width: 100% !important;
  max-width: 260px !important;
  height: auto !important;
  max-height: 164px !important;
  aspect-ratio: 1.586 / 1;
  object-fit: contain;
  display: block;
  padding: 0 !important;
  image-rendering: -webkit-optimize-contrast;
  filter: drop-shadow(0 8px 20px rgba(20, 36, 44, 0.12));
}
.cs-ssgc-page .walmart_giftcard img.onchangeimage,
.cs-ssgc-page img.onchangeimage {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}
.cs-ssgc-page .cs-ssgc-hero__logo img.onchangeimage {
  width: auto !important;
  max-width: 96px !important;
  max-height: 64px !important;
}
.cs-ssgc-page .cs-ssgc-card-art__fallback {
  position: relative;
  z-index: 1;
  font-size: 22px;
  font-weight: 800;
  color: var(--ssgc-blue);
  text-align: center;
  line-height: 1.3;
  padding: 12px;
}

/* Soft-launch notice inside page */
.cs-ssgc-page .cs-soft-launch-notice {
  margin: 0 0 16px;
}
.cs-ssgc-page .cs-soft-launch-banner--ssgc {
  display: block;
  width: 100%;
  margin: 0 0 22px;
  padding: 14px 18px;
  border-radius: var(--ssgc-radius);
  background: var(--ssgc-orange-soft);
  border: 1px solid rgba(255, 138, 0, 0.35);
  color: var(--ssgc-ink);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
  box-sizing: border-box;
  box-shadow: 0 6px 18px rgba(20, 36, 44, 0.04);
}
.cs-ssgc-page .cs-soft-launch-banner--ssgc strong {
  color: var(--ssgc-orange);
  font-weight: 800;
}
.cs-ssgc-page .cs-soft-launch-banner--ssgc a {
  color: var(--ssgc-blue);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cs-ssgc-page .cs-soft-launch-banner--ssgc a:hover,
.cs-ssgc-page .cs-soft-launch-banner--ssgc a:focus {
  color: var(--ssgc-blue-hover);
}

/* ===== Form card ===== */
.cs-ssgc-page .cs-ssgc-form-card {
  background: var(--ssgc-card);
  border: 1px solid var(--ssgc-line);
  border-radius: var(--ssgc-radius);
  box-shadow: 0 10px 28px rgba(20, 36, 44, 0.06);
  padding: 28px 28px 24px;
  margin: 0 0 22px;
}
.cs-ssgc-page .cs-ssgc-form-card__head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 22px;
}
.cs-ssgc-page .cs-ssgc-form-card__icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--ssgc-blue-soft);
  color: var(--ssgc-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.cs-ssgc-page .cs-ssgc-form-card__head h2 {
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 800;
  color: var(--ssgc-ink);
  line-height: 1.25;
}
.cs-ssgc-page .cs-ssgc-form-card__head p {
  margin: 0;
  font-size: 14px;
  color: var(--ssgc-muted);
  font-weight: 500;
}

.cs-ssgc-page .cs-ssgc-form-card form.form-inline,
.cs-ssgc-page form#myform.form-inline {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 20px;
  margin: 0 !important;
  width: 100%;
  align-items: start;
}
.cs-ssgc-page .cs-ssgc-form-card .form-group {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
  position: relative;
}
.cs-ssgc-page .cs-ssgc-form-card .form-group.cs-ssgc-single-pin-field {
  grid-column: 1 / -1;
}
.cs-ssgc-page .cs-ssgc-form-card .form-group.mb-2.your_div,
.cs-ssgc-page .cs-ssgc-form-card .form-group .autoDiv,
.cs-ssgc-page .cs-ssgc-form-card .custom_img_upload,
.cs-ssgc-page .cs-ssgc-form-card #profileDisplay {
  display: none !important;
}
.cs-ssgc-page .cs-ssgc-form-card .form-group > label {
  display: block;
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ssgc-ink);
}
.cs-ssgc-page .cs-ssgc-form-card .form-control,
.cs-ssgc-page .cs-ssgc-form-card input.form-control,
.cs-ssgc-page .cs-ssgc-form-card input[type="text"],
.cs-ssgc-page .cs-ssgc-form-card input[type="number"],
.cs-ssgc-page .cs-ssgc-form-card input[type="password"] {
  width: 100% !important;
  height: 48px;
  min-height: 48px;
  padding: 10px 14px 10px 42px !important;
  border: 1.5px solid #d8e3ea !important;
  border-radius: var(--ssgc-radius-sm) !important;
  background: #fff !important;
  font-size: 15px !important;
  font-weight: 500;
  color: #111827 !important;
  -webkit-text-fill-color: #111827;
  box-shadow: none !important;
}
.cs-ssgc-page .cs-ssgc-form-card .form-control::placeholder,
.cs-ssgc-page .cs-ssgc-form-card input.form-control::placeholder {
  color: var(--ssgc-muted) !important;
  -webkit-text-fill-color: var(--ssgc-muted);
  opacity: 1;
}
.cs-ssgc-page .cs-ssgc-robux-hint {
  display: block;
  grid-column: 1 / -1;
  margin: 6px 0 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--ssgc-blue);
  min-height: 1.2em;
  line-height: 1.3;
}
.cs-ssgc-page .cs-ssgc-form-card .form-control:focus {
  border-color: var(--ssgc-blue) !important;
  outline: none;
  box-shadow: 0 0 0 3px rgba(22, 119, 255, 0.15) !important;
}
.cs-ssgc-page .cs-ssgc-form-card .form-group > span > i,
.cs-ssgc-page .cs-ssgc-form-card .form-group > i.fas,
.cs-ssgc-page .cs-ssgc-form-card .form-group > i.fa,
.cs-ssgc-page .cs-ssgc-form-card .form-group > i.far,
.cs-ssgc-page .cs-ssgc-form-card .form-group > span.cs-field-icon > i {
  position: absolute;
  left: 14px;
  top: calc(19px + 24px + 12px);
  transform: translateY(-50%);
  color: var(--ssgc-muted);
  font-size: 15px;
  pointer-events: none;
  z-index: 2;
}
.cs-ssgc-page .cs-ssgc-form-card .form-group > span.cs-field-icon {
  position: absolute;
  left: 14px;
  top: calc(19px + 24px + 12px);
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
  line-height: 1;
}
.cs-ssgc-page .cs-ssgc-form-card .form-group > span.cs-field-icon > i {
  position: static;
  transform: none;
}
.cs-ssgc-page .cs-ssgc-form-card .form-group .giftcard_pin {
  padding-right: 42px !important;
}
.cs-ssgc-page .cs-ssgc-form-card .form-group .toggle-password {
  position: absolute;
  right: 12px;
  left: auto;
  top: calc(19px + 24px + 12px);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 3;
  color: var(--ssgc-muted);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  line-height: 1;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.cs-ssgc-page .cs-ssgc-form-card .form-group .toggle-password i {
  position: static;
  transform: none;
  color: inherit;
  pointer-events: none;
  line-height: 1;
  font-size: 16px;
  display: block;
}
.cs-ssgc-page .cs-ssgc-form-card .ikea-format-hint {
  grid-column: 1 / -1;
  font-size: 13px;
  color: var(--ssgc-muted);
  margin: 4px 0 0;
  line-height: 1.4;
}
.cs-ssgc-page .cs-ssgc-form-card .text-danger,
.cs-ssgc-page .cs-ssgc-form-card label.error {
  display: block;
  margin-top: 4px;
  font-size: 12px;
}

/* Quote module + CTA span full width */
.cs-ssgc-page .cs-ssgc-form-card .after_div,
.cs-ssgc-page .cs-ssgc-form-card .cs-ssgc-offer,
.cs-ssgc-page .cs-ssgc-form-card .cs-ssgc-quote,
.cs-ssgc-page .cs-ssgc-form-card .cs-ssgc-cta-wrap,
.cs-ssgc-page .cs-ssgc-form-card .cs-ssgc-form-trust,
.cs-ssgc-page .cs-ssgc-form-card .sell-guest-cta,
.cs-ssgc-page .cs-ssgc-form-card .gc-seller-payout-notice,
.cs-ssgc-page .cs-ssgc-form-card input[type="submit"].submit_button,
.cs-ssgc-page .cs-ssgc-form-card .cs-ssgc-footnote {
  grid-column: 1 / -1;
}

.cs-ssgc-page .cs-ssgc-form-card .after_div,
.cs-ssgc-page .cs-ssgc-form-card .cs-ssgc-offer,
.cs-ssgc-page .cs-ssgc-form-card .cs-ssgc-quote {
  width: 100%;
  max-width: min(42rem, 100%);
  margin: 12px auto 0 !important;
  padding: 16px 18px;
  text-align: left;
  border: 1.5px solid rgba(255, 138, 0, 0.45) !important;
  border-radius: var(--ssgc-radius-sm);
  background: var(--ssgc-orange-soft);
  box-shadow: none !important;
  display: block !important;
  box-sizing: border-box;
}
.cs-ssgc-page .cs-ssgc-form-card .after_div::before {
  content: none;
  display: none;
}
.cs-ssgc-page .cs-ssgc-quote__inner {
  display: grid;
  grid-template-columns: 44px 1fr;
  column-gap: 14px;
  row-gap: 10px;
  align-items: start;
}
.cs-ssgc-page .cs-ssgc-quote__icon {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--ssgc-orange);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(255, 138, 0, 0.25);
}
.cs-ssgc-page .cs-ssgc-quote__copy {
  display: contents;
}
.cs-ssgc-page .cs-ssgc-quote__title {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--ssgc-ink);
}
.cs-ssgc-page .cs-ssgc-quote__payout {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 4px;
  width: 100%;
}
.cs-ssgc-page .cs-ssgc-quote__label {
  font-size: 13px;
  font-weight: 600;
  color: var(--ssgc-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.cs-ssgc-page .cs-ssgc-quote__amount {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.15;
  color: var(--ssgc-orange);
}
.cs-ssgc-page .cs-ssgc-quote__rate {
  font-size: 14px;
  font-weight: 600;
  color: var(--ssgc-ink);
}
.cs-ssgc-page .cs-ssgc-quote__placeholder {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  color: var(--ssgc-ink);
  text-align: center;
}
.cs-ssgc-page .cs-ssgc-form-card .after_div:hover {
  border-color: rgba(255, 138, 0, 0.65) !important;
}
.cs-ssgc-page .cs-ssgc-form-card .after_div .earn_price {
  font-weight: 800;
}

.cs-ssgc-page .cs-ssgc-cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
  width: 100%;
}
.cs-ssgc-page .cs-ssgc-form-card .btn-continue,
.cs-ssgc-page .cs-ssgc-form-card input.submit_button,
.cs-ssgc-page .cs-ssgc-form-card button.submit_button {
  width: 100% !important;
  max-width: 360px !important;
  min-height: 52px !important;
  height: auto !important;
  margin: 0 auto !important;
  float: none !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 14px 28px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: var(--ssgc-orange) !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  letter-spacing: 0.01em;
  box-shadow: 0 8px 20px rgba(255, 138, 0, 0.28) !important;
  cursor: pointer;
  text-transform: none !important;
  line-height: 1.2 !important;
  flex-direction: row !important;
}
.cs-ssgc-page .cs-ssgc-form-card .btn-continue:hover,
.cs-ssgc-page .cs-ssgc-form-card .btn-continue:focus {
  background: var(--ssgc-orange-hover) !important;
  color: #fff !important;
}
.cs-ssgc-page .cs-ssgc-footnote {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--ssgc-orange);
  text-align: center;
}
.cs-ssgc-page .cs-ssgc-footnote i {
  font-size: 12px;
}
.cs-ssgc-page .cs-ssgc-footnote a {
  color: var(--ssgc-orange);
  text-decoration: underline;
}

.cs-ssgc-page .cs-ssgc-signup-prompt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--ssgc-muted);
  text-align: center;
}
.cs-ssgc-page .cs-ssgc-signup-prompt i {
  font-size: 12px;
  color: var(--ssgc-muted);
}
.cs-ssgc-page .cs-ssgc-signup-prompt a {
  color: var(--ssgc-blue);
  font-weight: 700;
  text-decoration: underline;
}

/* In-form trust banner (3 items) */
.cs-ssgc-page .cs-ssgc-form-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 12px;
  margin-top: 18px;
  padding: 18px 16px;
  background: #fff;
  border: 1px solid var(--ssgc-line);
  border-radius: var(--ssgc-radius);
  box-shadow: 0 6px 18px rgba(20, 36, 44, 0.04);
  box-sizing: border-box;
}
.cs-ssgc-page .cs-ssgc-form-trust__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}
.cs-ssgc-page .cs-ssgc-form-trust__item strong {
  display: block;
  margin: 0 0 2px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  color: var(--ssgc-ink);
}
.cs-ssgc-page .cs-ssgc-form-trust__item span {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  color: var(--ssgc-muted);
}
.cs-ssgc-page .cs-ssgc-form-trust__icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.cs-ssgc-page .cs-ssgc-form-trust__icon--blue {
  background: #1677ff;
}
.cs-ssgc-page .cs-ssgc-form-trust__icon--green {
  background: #1f9d57;
}
.cs-ssgc-page .cs-ssgc-form-trust__icon--purple {
  background: #7c3aed;
}
.cs-ssgc-page .cs-ssgc-form-trust__icon svg {
  display: block;
}

/* We Pay Via grid in info column */
.cs-ssgc-page .cs-ssgc-pay-via {
  margin-top: 14px;
  padding: 14px 12px;
  background: #f6f9fb;
  border: 1px solid var(--ssgc-line);
  border-radius: var(--ssgc-radius-sm);
}
.cs-ssgc-page .cs-ssgc-pay-via__title {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 800;
  color: var(--ssgc-ink);
}
.cs-ssgc-page .cs-ssgc-pay-via__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.cs-ssgc-page .cs-ssgc-pay-via__grid li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
  min-width: 0;
}
.cs-ssgc-page .cs-ssgc-pay-via__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: #fff;
  border: 1px solid var(--ssgc-line);
}
.cs-ssgc-page .cs-ssgc-pay-via__icon--paypal {
  color: #003087;
}
.cs-ssgc-page .cs-ssgc-pay-via__icon--bank {
  color: var(--ssgc-blue);
}
.cs-ssgc-page .cs-ssgc-pay-via__icon--crypto {
  color: #f7931a;
}
.cs-ssgc-page .cs-ssgc-pay-via__icon--gift {
  color: #1f9d57;
}
.cs-ssgc-page .cs-ssgc-pay-via__label {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--ssgc-muted);
}
.cs-ssgc-page .cs-ssgc-pay-via .fa-paypal:before,
.cs-ssgc-page .cs-ssgc-pay-via .fa-btc:before {
  font-family: "Font Awesome 5 Brands";
}

/* Move payout notice out of form visually — still in DOM after CTA via CSS order if needed */
.cs-ssgc-page .cs-ssgc-form-card .gc-seller-payout-notice {
  display: none !important;
}

/* ===== Balance + paid band row (above info grid) ===== */
.cs-ssgc-page .cs-ssgc-band-row {
  display: grid;
  grid-template-columns: minmax(0, 0.38fr) minmax(0, 1fr);
  gap: 18px;
  margin: 0 0 28px;
  align-items: stretch;
}
.cs-ssgc-page .cs-ssgc-band-row.is-solo {
  grid-template-columns: minmax(0, 1fr);
}
.cs-ssgc-page .cs-ssgc-balance-band {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px 18px;
  background: var(--ssgc-card);
  border: 1px solid var(--ssgc-line);
  border-radius: var(--ssgc-radius);
  box-shadow: 0 6px 18px rgba(20, 36, 44, 0.04);
  box-sizing: border-box;
  min-width: 0;
}
.cs-ssgc-page .cs-ssgc-balance-band__icon {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--ssgc-blue-soft);
  color: var(--ssgc-blue);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cs-ssgc-page .cs-ssgc-balance-band__body {
  flex: 1 1 auto;
  min-width: 0;
}
.cs-ssgc-page .cs-ssgc-balance-band__body > strong {
  display: block;
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  color: var(--ssgc-ink);
}
.cs-ssgc-page .cs-ssgc-balance-band__body p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--ssgc-muted);
  font-weight: 500;
}
.cs-ssgc-page .cs-ssgc-balance-band__body a.cs-ssgc-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--ssgc-blue);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.cs-ssgc-page .cs-ssgc-balance-band__body a.cs-ssgc-link:hover,
.cs-ssgc-page .cs-ssgc-balance-band__body a.cs-ssgc-link:focus {
  text-decoration: underline;
}

/* ===== Paid band (outside form) ===== */
.cs-ssgc-page .cs-ssgc-paid-band {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 0;
  padding: 20px 22px;
  background: var(--ssgc-blue-soft);
  border: 1px solid rgba(22, 119, 255, 0.22);
  border-radius: var(--ssgc-radius);
  color: #1a3a44;
  box-sizing: border-box;
}
.cs-ssgc-page .cs-ssgc-paid-band__icon {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  margin-top: 1px;
  border-radius: 0;
  background: transparent;
  color: var(--ssgc-blue);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  box-shadow: none;
}
.cs-ssgc-page .cs-ssgc-info__icon svg,
.cs-ssgc-page .cs-ssgc-trust__icon svg,
.cs-ssgc-page .cs-ssgc-form-card__icon svg {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.cs-ssgc-page .cs-ssgc-paid-band__icon svg {
  display: block;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}
.cs-ssgc-page .cs-ssgc-paid-band__body {
  flex: 1 1 auto;
  min-width: 0;
}
/* Title only — do not force block on inline <strong> in the body copy */
.cs-ssgc-page .cs-ssgc-paid-band__body > strong {
  display: block;
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  color: #0b3d66;
}
.cs-ssgc-page .cs-ssgc-paid-band__body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #1a3a44;
  font-weight: 500;
}
.cs-ssgc-page .cs-ssgc-paid-band__body p strong {
  display: inline;
  margin: 0;
  font-size: inherit;
  font-weight: 800;
  line-height: inherit;
  color: inherit;
}

/* ===== Info columns ===== */
.cs-ssgc-page .cs-ssgc-info {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 28px;
}
.cs-ssgc-page .cs-ssgc-info.is-no-balance {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.cs-ssgc-page .cs-ssgc-info.is-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.cs-ssgc-page .cs-ssgc-info__col--stacked {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 18px;
  padding-bottom: 16px;
}
.cs-ssgc-page .cs-ssgc-info__stack-block {
  padding: 0 0 18px;
  margin: 0 0 18px;
  border-bottom: 1px solid var(--ssgc-line);
}
.cs-ssgc-page .cs-ssgc-info__stack-block:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.cs-ssgc-page .cs-ssgc-info__stack-block .cs-ssgc-info__icon {
  margin-top: 4px;
}
.cs-ssgc-page .cs-ssgc-info__col {
  background: var(--ssgc-card);
  border: 1px solid var(--ssgc-line);
  border-radius: var(--ssgc-radius);
  padding: 22px 20px 20px;
  box-shadow: 0 6px 18px rgba(20, 36, 44, 0.04);
  min-width: 0;
}
.cs-ssgc-page .cs-ssgc-info__icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin: 0 0 12px;
}
.cs-ssgc-page .cs-ssgc-info__icon--blue {
  background: var(--ssgc-blue-soft);
  color: var(--ssgc-blue);
}
.cs-ssgc-page .cs-ssgc-info__icon--green {
  background: #e8f8ef;
  color: #1f9d57;
}
.cs-ssgc-page .cs-ssgc-info__icon--sky {
  background: #eef6ff;
  color: #3a7bd5;
}
.cs-ssgc-page .cs-ssgc-info__icon--purple {
  background: #f3ecff;
  color: #7c3aed;
}
.cs-ssgc-page .cs-ssgc-info__icon--orange {
  background: var(--ssgc-orange-soft);
  color: var(--ssgc-orange);
}
.cs-ssgc-page .cs-ssgc-info__col h3 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 800;
  color: var(--ssgc-ink);
  line-height: 1.3;
}
.cs-ssgc-page .cs-ssgc-info__col p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--ssgc-muted);
  font-weight: 500;
}
.cs-ssgc-page .cs-ssgc-info__col p + ul.payout {
  margin-top: -4px;
}
.cs-ssgc-page .cs-ssgc-info__col a.cs-ssgc-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--ssgc-blue);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  min-height: 44px;
}
.cs-ssgc-page .cs-ssgc-info__col a.cs-ssgc-link:hover,
.cs-ssgc-page .cs-ssgc-info__col a.cs-ssgc-link:focus {
  text-decoration: underline;
}
.cs-ssgc-page .cs-ssgc-info ul.payout {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cs-ssgc-page .cs-ssgc-info ul.payout li {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 600;
  color: var(--ssgc-ink);
  padding: 6px 0;
}
.cs-ssgc-page .cs-ssgc-info ul.payout li i {
  width: 20px;
  color: var(--ssgc-blue);
  text-align: center;
}
.cs-ssgc-page .cs-ssgc-info .fa-paypal:before,
.cs-ssgc-page .cs-ssgc-info .fa-btc:before {
  font-family: "Font Awesome 5 Brands";
}

/* ===== Polls (info columns) ===== */
.cs-ssgc-page .cs-ssgc-poll__msg.is-empty,
.cs-ssgc-page .cs-ssgc-poll.is-voted .cs-ssgc-poll__msg:empty {
  display: none;
}
.cs-ssgc-page .cs-ssgc-poll__options {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 10px;
}
.cs-ssgc-page .cs-ssgc-poll__option {
  appearance: none;
  -webkit-appearance: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  gap: 4px 8px;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1.5px solid var(--ssgc-line);
  background: #fff;
  color: var(--ssgc-ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.cs-ssgc-page .cs-ssgc-poll__option:hover:not(:disabled),
.cs-ssgc-page .cs-ssgc-poll__option:focus:not(:disabled) {
  outline: none;
  border-color: rgba(22, 119, 255, 0.45);
  box-shadow: 0 0 0 3px rgba(22, 119, 255, 0.12);
}
.cs-ssgc-page .cs-ssgc-poll__option.is-selected {
  border-color: var(--ssgc-blue);
  background: var(--ssgc-blue-soft);
  color: #0b3d66;
}
.cs-ssgc-page .cs-ssgc-poll__option:disabled:not(.is-selected) {
  opacity: 0.72;
  cursor: default;
}
.cs-ssgc-page .cs-ssgc-poll__option-label {
  grid-column: 1;
  grid-row: 1;
}
.cs-ssgc-page .cs-ssgc-poll__option-pct {
  grid-column: 2;
  grid-row: 1;
  font-size: 12px;
  font-weight: 800;
  color: var(--ssgc-muted);
}
.cs-ssgc-page .cs-ssgc-poll__option-bar {
  grid-column: 1 / -1;
  grid-row: 2;
  height: 5px;
  border-radius: 999px;
  background: #edf2f6;
  overflow: hidden;
}
.cs-ssgc-page .cs-ssgc-poll__option-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--ssgc-blue), #4db3ff);
}
.cs-ssgc-page .cs-ssgc-poll__msg {
  margin: 0 0 6px;
  font-size: 12px;
  line-height: 1.45;
  color: var(--ssgc-muted);
  font-weight: 600;
}
.cs-ssgc-page .cs-ssgc-poll__msg a {
  color: var(--ssgc-blue);
  font-weight: 700;
  text-decoration: underline;
}
.cs-ssgc-page .cs-ssgc-poll__total {
  margin: 0;
  font-size: 11px;
  line-height: 1.35;
  color: var(--ssgc-muted);
  font-weight: 700;
}

/* Hide legacy card blocks if any remain */
.cs-ssgc-page .card-block {
  display: none !important;
}

/* ===== Trust bar ===== */
.cs-ssgc-page .cs-ssgc-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 8px;
  margin: 0 0 36px;
  padding: 22px 18px;
  background: var(--ssgc-card);
  border: 1px solid var(--ssgc-line);
  border-radius: var(--ssgc-radius);
  box-shadow: 0 6px 18px rgba(20, 36, 44, 0.04);
}
.cs-ssgc-page .cs-ssgc-trust__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
  padding: 4px 8px;
}
.cs-ssgc-page .cs-ssgc-trust__icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--ssgc-blue-soft);
  color: var(--ssgc-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.cs-ssgc-page .cs-ssgc-trust__item strong {
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: var(--ssgc-ink);
  margin: 0 0 2px;
}
.cs-ssgc-page .cs-ssgc-trust__item span {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  color: var(--ssgc-muted);
  font-weight: 500;
}

/* ===== SEO + About polish ===== */
.cs-ssgc-page .cs-sell-store-seo-wrap {
  max-width: var(--ssgc-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.cs-ssgc-page .free_paid {
  max-width: var(--ssgc-max);
  margin: 0 auto;
  padding: 0 20px 36px;
  color: var(--ssgc-ink);
}
.cs-ssgc-page .free_paid .section_tile {
  font-size: 24px;
  font-weight: 800;
  color: var(--ssgc-ink);
}
.cs-ssgc-page .free_paid .mar-top-bot-30:after {
  background: var(--ssgc-blue);
}
.cs-ssgc-page .free_paid .about-content.row,
.cs-ssgc-page .free_paid .check-white-bg.about-content {
  border: 1px solid var(--ssgc-line) !important;
  border-radius: var(--ssgc-radius);
  background: #fff;
  padding: 24px 22px !important;
  box-shadow: 0 6px 18px rgba(20, 36, 44, 0.04);
}
.cs-ssgc-page .free_paid .line28 {
  font-size: 15px;
  line-height: 1.6;
  color: var(--ssgc-muted);
  font-weight: 500;
}

/* ===== Responsive ===== */
@media (max-width: 1199px) {
  .cs-ssgc-page .cs-ssgc-info {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cs-ssgc-page .cs-ssgc-info.is-no-balance {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cs-ssgc-page .cs-ssgc-band-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .cs-ssgc-page .cs-ssgc-hero {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .cs-ssgc-page .cs-ssgc-hero__visual {
    order: -1;
  }
  .cs-ssgc-page .cs-ssgc-card-art {
    max-width: 220px;
    margin: 0 auto;
  }
  .cs-ssgc-page .cs-ssgc-info,
  .cs-ssgc-page .cs-ssgc-info.is-no-balance {
    grid-template-columns: 1fr;
  }
  .cs-ssgc-page .cs-ssgc-info.is-two {
    grid-template-columns: 1fr;
  }
  .cs-ssgc-page .cs-ssgc-trust {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .cs-ssgc-page {
    padding-top: calc(var(--cs-sticky-offset, var(--cs-nav-header-h, 64px)) + 14px);
  }
  .cs-ssgc-page .cs-ssgc-wrap {
    padding: 12px 16px 8px;
  }
  /* Mobile: skip large hero card art — brand row (logo + H1) is enough */
  .cs-ssgc-page .cs-ssgc-hero__visual {
    display: none !important;
  }
  .cs-ssgc-page .cs-ssgc-hero {
    gap: 14px;
    margin-bottom: 20px;
  }
  .cs-ssgc-page .cs-ssgc-hero__brand {
    flex-direction: row;
    align-items: center;
  }
  .cs-ssgc-page .cs-ssgc-hero__title {
    font-size: 24px;
  }
  .cs-ssgc-page .cs-ssgc-hero__visit {
    width: 100%;
  }
  .cs-ssgc-page .cs-ssgc-form-card {
    padding: 20px 16px 18px;
  }
  .cs-ssgc-page .cs-ssgc-form-card form.form-inline,
  .cs-ssgc-page form#myform.form-inline {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .cs-ssgc-page .cs-ssgc-form-card .btn-continue,
  .cs-ssgc-page .cs-ssgc-form-card input.submit_button,
  .cs-ssgc-page .cs-ssgc-form-card button.submit_button {
    max-width: 100% !important;
  }
  .cs-ssgc-page .cs-ssgc-trust {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .cs-ssgc-page .cs-ssgc-form-trust {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .cs-ssgc-page .cs-ssgc-pay-via__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 8px;
  }
  .cs-ssgc-page .cs-ssgc-paid-band {
    flex-direction: row;
    align-items: flex-start;
  }
  .cs-ssgc-page .cs-ssgc-form-card .after_div,
  .cs-ssgc-page .cs-ssgc-form-card .cs-ssgc-offer,
  .cs-ssgc-page .cs-ssgc-form-card .cs-ssgc-quote {
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* Polls: compact two-up row; other info cards stay full width */
  .cs-ssgc-page .cs-ssgc-info,
  .cs-ssgc-page .cs-ssgc-info.is-no-balance,
  .cs-ssgc-page .cs-ssgc-info.is-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 8px;
    align-items: start;
  }
  .cs-ssgc-page .cs-ssgc-info__col:not(.cs-ssgc-poll) {
    grid-column: 1 / -1;
  }
  .cs-ssgc-page .cs-ssgc-poll {
    padding: 12px 10px 10px;
  }
  .cs-ssgc-page .cs-ssgc-poll .cs-ssgc-info__icon {
    width: 30px;
    height: 30px;
    border-radius: 9px;
    margin: 0 0 8px;
  }
  .cs-ssgc-page .cs-ssgc-poll .cs-ssgc-info__icon svg {
    width: 14px;
    height: 14px;
  }
  .cs-ssgc-page .cs-ssgc-poll h3 {
    font-size: 12px;
    line-height: 1.25;
    margin: 0 0 8px;
  }
  .cs-ssgc-page .cs-ssgc-poll__options {
    gap: 5px;
    margin: 0 0 6px;
  }
  .cs-ssgc-page .cs-ssgc-poll__option {
    padding: 6px 8px;
    font-size: 10px;
    border-width: 1px;
    gap: 2px 6px;
  }
  .cs-ssgc-page .cs-ssgc-poll__option:hover:not(:disabled),
  .cs-ssgc-page .cs-ssgc-poll__option:focus:not(:disabled) {
    box-shadow: 0 0 0 2px rgba(22, 119, 255, 0.12);
  }
  .cs-ssgc-page .cs-ssgc-poll__option-label {
    line-height: 1.2;
  }
  .cs-ssgc-page .cs-ssgc-poll__option-pct {
    font-size: 10px;
  }
  .cs-ssgc-page .cs-ssgc-poll__option-bar {
    height: 4px;
  }
  .cs-ssgc-page .cs-ssgc-poll__msg {
    font-size: 10px;
    line-height: 1.35;
    margin: 0 0 4px;
  }
  .cs-ssgc-page .cs-ssgc-poll__total {
    font-size: 9px;
  }
}

@media (max-width: 414px) {
  .cs-ssgc-page .cs-ssgc-hero__chips {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Per-store bottom signup — shared buy-gc-signup-banner partial */
.cs-ssgc-page .cs-bgc-signup-banner {
  margin: 8px 0 0;
  /* Footer uses the same --csf-bg navy; keep shared top headroom, drop only bottom pad. */
  --cs-bgc-signup-pad-bottom: 0px;
  background: var(--csf-bg, var(--cs-theme-deep, #050a14));
}
.cs-ssgc-page .cs-bgc-signup-banner .container {
  max-width: var(--ssgc-max);
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .cs-ssgc-page .cs-bgc-signup-banner {
    --cs-bgc-signup-pad-bottom: 0px;
  }
  /* Form-only on mobile — fox art stacks tall and reads as dead navy below the card. */
  .cs-ssgc-page .cs-bgc-signup-banner__art {
    display: none !important;
  }
}
