/**
 * 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 */
  padding-top: calc(var(--cs-sticky-offset, var(--cs-nav-header-h, 84px)) + 20px);
  box-sizing: border-box;
}

.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: 48px;
  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 {
  display: none !important;
}

/* ===== 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: flex-start;
  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__visit,
.cs-ssgc-page a.cs-ssgc-hero__visit,
.cs-ssgc-page .cs-ssgc-hero__visit.cs-sell-retailer-link,
.cs-ssgc-page a.btn.cs-ssgc-hero__visit.cs-sell-retailer-link,
.cs-ssgc-page .walmart_giftcard .cs-ssgc-hero__visit.cs-sell-retailer-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 10px;
  border: 2px solid var(--ssgc-blue) !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  color: var(--ssgc-blue) !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: background 0.15s ease, color 0.15s ease;
}
.cs-ssgc-page .cs-ssgc-hero__visit:hover,
.cs-ssgc-page .cs-ssgc-hero__visit:focus,
.cs-ssgc-page a.cs-ssgc-hero__visit.cs-sell-retailer-link:hover,
.cs-ssgc-page a.cs-ssgc-hero__visit.cs-sell-retailer-link:focus {
  background: var(--ssgc-blue-soft) !important;
  background-color: var(--ssgc-blue-soft) !important;
  color: var(--ssgc-blue-hover) !important;
  border-color: var(--ssgc-blue-hover) !important;
}
.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: 440px !important;
  aspect-ratio: auto;
  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::before {
  content: none !important;
  display: none !important;
}
.cs-ssgc-page .cs-ssgc-card-art img {
  position: relative;
  z-index: 1;
  max-width: 100% !important;
  max-height: none !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain;
  display: block;
  padding: 0 !important;
}
.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;
}

/* ===== 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.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: var(--ssgc-ink);
  box-shadow: none !important;
}
.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 {
  position: absolute;
  left: 14px;
  top: 40px;
  color: var(--ssgc-muted);
  font-size: 15px;
  pointer-events: none;
  z-index: 2;
}
.cs-ssgc-page .cs-ssgc-form-card .form-group .toggle-password {
  position: absolute;
  right: 12px;
  left: auto;
  top: 38px;
  cursor: pointer;
  z-index: 3;
  color: var(--ssgc-muted);
}
.cs-ssgc-page .cs-ssgc-form-card .form-group .toggle-password i {
  position: static;
  color: inherit;
  pointer-events: none;
}
.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;
}

/* Offer callout + 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-cta-wrap,
.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 {
  width: fit-content;
  max-width: min(32rem, 100%);
  margin: 8px auto 0 !important;
  padding: 10px 14px;
  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: inline-flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 10px;
  box-sizing: border-box;
}
.cs-ssgc-page .cs-ssgc-form-card .after_div::before {
  content: none;
  display: none;
}
.cs-ssgc-page .cs-ssgc-offer__icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  color: var(--ssgc-orange);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cs-ssgc-page .cs-ssgc-offer__icon svg {
  display: block;
  width: 18px;
  height: 18px;
}
.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 span.you_earn {
  color: var(--ssgc-ink) !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
}
.cs-ssgc-page .cs-ssgc-form-card .after_div span.you_earn.earn-placeholder {
  color: var(--ssgc-ink) !important;
}
.cs-ssgc-page .cs-ssgc-form-card .after_div span.you_earn.earn-amount {
  color: var(--ssgc-orange) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}
.cs-ssgc-page .cs-ssgc-form-card .after_div:hover span.you_earn {
  color: inherit;
}
.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;
}

/* 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;
}

/* ===== Paid band (outside form) ===== */
.cs-ssgc-page .cs-ssgc-paid-band {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 0 0 28px;
  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(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 28px;
}
.cs-ssgc-page .cs-ssgc-info.is-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.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__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 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";
}

/* 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 40px;
  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: 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: 340px;
    margin: 0 auto;
  }
  .cs-ssgc-page .cs-ssgc-info {
    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;
  }
  .cs-ssgc-page .cs-ssgc-hero__brand {
    flex-direction: column;
    align-items: flex-start;
  }
  .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-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 {
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

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