/* ==========================================================================
   Crypticorn — checkout.css
   Loaded only on /checkout/, on top of theme.css (commerce.css steps aside).
   Restyles EDD's own checkout markup; it never replaces it, so every selector
   is either a theme wrapper (.co-*) or a class/id EDD prints itself.
   ========================================================================== */

:root {
  --co-bg: #f4f7fd;
  --co-card: #ffffff;
  --co-line: #e3e9f4;
  --co-line-soft: #edf1f8;
  --co-ink: #0f1b33;
  --co-ink-2: #3f4d66;
  --co-ink-soft: #5f6d87;
  --co-ink-mute: #93a0b8;
  --co-blue: #1656e8;
  --co-blue-deep: #0f3fb0;
  --co-blue-wash: #e9f0ff;
  --co-blue-wash-2: #f4f8ff;
  --co-navy: #0b1f44;
  --co-green-bg: #eef9f1;
  --co-green-bd: #cdebd6;
  --co-green-fg: #1f6b3a;
  --co-amber-bg: #fff6e6;
  --co-amber-fg: #7d5a17;
  --co-danger: #d6455a;
  --co-radius: 20px;
  --co-radius-md: 14px;
  --co-radius-sm: 10px;
  --co-shadow: 0 1px 2px rgba(15, 27, 51, .04), 0 16px 40px -20px rgba(15, 27, 51, .16);
  --co-ring: 0 0 0 3px rgba(22, 86, 232, .12);
  --co-rail: 352px;
  --co-gap: clamp(1.25rem, 2.5vw, 1.75rem);
  --co-pad: clamp(1.15rem, 3vw, 2rem);
  --co-font: var(--font-sans, Inter, system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif);
}

/* ------------------------------------------------------------------ page -- */

body.is-checkout {
  background: var(--co-bg);
  color: var(--co-ink);
  font-family: var(--co-font);
}

/* Soft blue washes in the corners instead of a flat field. */
body.is-checkout::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(900px 480px at 90% -10%, rgba(22, 86, 232, .11), transparent 62%),
    radial-gradient(760px 440px at 2% 108%, rgba(22, 86, 232, .09), transparent 60%);
}

.is-checkout .site-main { padding: 0 0 clamp(2rem, 5vw, 3.5rem); background: transparent; }

.is-checkout .page-entry.co-page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
}

.co-container {
  width: 100%;
  max-width: 1120px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 2rem);
}

/* The page content wraps the block in a marketing section; that spacing does not belong here. */
.co-shell .section,
.co-shell .wp-block-group {
  margin: 0;
  padding: 0;
  max-width: none;
  background: none;
}

/* Elements EDD hides once its script is running. */
.edd-js .edd-no-js { display: none; }

/* ---------------------------------------------------------------- header -- */

.co-header { padding-block: clamp(1.1rem, 2.5vw, 1.6rem); }

.co-header__inner {
  width: 100%;
  max-width: 1120px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 2rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.co-header__logo { display: block; line-height: 0; }
.co-header__logo img { height: 32px; width: auto; }

.co-header__secure {
  display: flex;
  align-items: center;
  gap: .7rem;
  margin: 0;
}

.co-header__secure-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  border-radius: 12px;
  background: var(--co-blue-wash);
  color: var(--co-blue);
}
.co-header__secure-icon svg { width: 18px; height: 18px; }

.co-header__secure-copy { display: flex; flex-direction: column; line-height: 1.25; }
.co-header__secure-copy strong { font-size: .9rem; font-weight: 600; color: var(--co-ink); }
.co-header__secure-copy span { font-size: .75rem; color: var(--co-ink-soft); }

/* ------------------------------------------------------------------ hero -- */

.co-hero {
  text-align: center;
  padding-top: clamp(.5rem, 2vw, 1.5rem);
  margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
}

.co-hero__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0 0 .9rem;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #6b7a93;
}
.co-hero__eyebrow::before,
.co-hero__eyebrow::after {
  content: "";
  width: clamp(28px, 6vw, 64px);
  height: 1px;
  background: #cfd8e8;
}

.co-hero__title {
  margin: 0;
  font-size: clamp(2rem, 1.35rem + 2.7vw, 3.1rem);
  line-height: 1.1;
  letter-spacing: -.025em;
  font-weight: 700;
  color: var(--co-ink);
}
.co-hero__accent { color: var(--co-blue); }

.co-hero__lede {
  margin: .85rem auto 0;
  max-width: 60ch;
  font-size: clamp(.95rem, .9rem + .2vw, 1.05rem);
  line-height: 1.55;
  color: var(--co-ink-soft);
}

/* ------------------------------------------------------------------ grid -- */

/*
 * EDD prints, in order: the logged-in notice, the cart wrapper, the purchase form. The design wants
 * the form on the left with the summary and trust panel stacked on the right. Named grid areas do
 * that without moving a node; the cart wrapper is flattened with display:contents so the summary
 * and trust panel can occupy their own rows.
 */
.co-shell #edd_checkout_form_wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--co-rail);
  grid-template-rows: auto auto 1fr;
  grid-template-areas:
    "account account"
    "form    summary"
    "form    assure";
  align-items: start;
  gap: var(--co-gap);
  max-width: none;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
}

.co-shell .edd-blocks__cart { display: contents; }
.co-shell .co-summary { grid-area: summary; }
.co-shell .co-assure { grid-area: assure; }
.co-shell .edd-blocks__purchase-form { grid-area: form; }

.co-shell .edd-blocks__logged-in {
  grid-area: account;
  display: block;
  margin: 0;
  padding: .7rem 1rem;
  border: 1px solid var(--co-line);
  border-radius: 12px;
  background: var(--co-card);
  font-size: .85rem;
  line-height: 1.4;
  color: var(--co-ink-soft);
}
.co-shell .edd-blocks__logged-in strong { color: var(--co-ink); font-weight: 600; }
.co-shell .edd-blocks__logged-in a { color: var(--co-blue); }

@media (max-width: 1023px) {
  .co-shell #edd_checkout_form_wrap {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
    grid-template-areas:
      "account"
      "summary"
      "form"
      "assure";
  }
}

/* ------------------------------------------------------------------ cards -- */

.co-shell .edd-blocks__purchase-form,
.co-summary,
.co-assure {
  background: var(--co-card);
  border: 1px solid var(--co-line);
  border-radius: var(--co-radius);
  box-shadow: var(--co-shadow);
  min-width: 0;
}

.co-shell .edd-blocks__purchase-form { padding: var(--co-pad); }
.co-summary { padding: clamp(1.15rem, 2.5vw, 1.5rem); display: flex; flex-direction: column; gap: 1.1rem; }
.co-assure { padding: clamp(1.25rem, 2.5vw, 1.6rem); text-align: center; }

/* ----------------------------------------------------------------- steps -- */

.co-step {
  display: flex;
  align-items: flex-start;
  gap: .9rem;
  margin: 0 0 1.2rem;
}

.co-step__num {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--co-blue);
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1;
}

.co-step__copy { display: flex; flex-direction: column; gap: .15rem; padding-top: .2rem; min-width: 0; }
.co-step__title { font-size: 1.1rem; font-weight: 700; color: var(--co-ink); letter-spacing: -.01em; line-height: 1.25; }
.co-step__sub { font-size: .83rem; color: var(--co-ink-soft); }

/* -------------------------------------------------------- purchase form -- */

/*
 * EDD emits: guest details, then the gateway picker, then the (AJAX-filled) payment wrapper. The
 * design asks for the gateway first. display:contents promotes the payment wrapper's children into
 * the form's flex context so all three can be ordered without touching the DOM.
 */
.co-shell #edd_purchase_form {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
}
.co-shell .edd-blocks__payment-details { display: contents; }
.co-shell #edd_payment_mode_select_wrap { order: 1; min-width: 0; }
.co-shell .edd-blocks__user-details { order: 2; }
.co-shell #edd_purchase_form_wrap { order: 3; }

/* Dividers between steps. For logged-in customers the details block holds only hidden inputs. */
.co-shell .edd-blocks__user-details:has(.edd-blocks__checkout-user),
.co-shell #edd_purchase_form_wrap,
.co-shell #edd_purchase_submit {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--co-line-soft);
}

/* EDD's own legends double the step headings; keep them for screen readers only. */
.co-shell #edd_payment_mode_select > legend,
.co-shell #edd_cc_fields > legend {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/* While EDD fetches the gateway form. */
.co-shell #edd_purchase_form_wrap > .edd-loading-ajax {
  display: block;
  width: 28px;
  height: 28px;
  margin: 1.25rem auto;
  border: 3px solid var(--co-line);
  border-top-color: var(--co-blue);
  border-radius: 50%;
  animation: co-spin .8s linear infinite;
}

@keyframes co-spin { to { transform: rotate(360deg); } }

/* --------------------------------------------------------- payment method -- */

.co-shell #edd_payment_mode_select { border: 0; margin: 0; padding: 0; min-width: 0; }

.co-shell #edd-payment-mode-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .9rem;
  margin: 0;
  padding: 0;
}

.co-shell .edd-gateway-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  column-gap: .7rem;
  row-gap: .7rem;
  margin: 0;
  padding: 1rem 1.1rem;
  min-height: 96px;
  border: 1.5px solid var(--co-line);
  border-radius: var(--co-radius-md);
  background: var(--co-card);
  color: var(--co-ink);
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}
.co-shell .edd-gateway-option:hover { border-color: #c3d4f5; }

.co-shell .edd-gateway-option.edd-gateway-option-selected,
.co-shell .edd-gateway-option:has(input:checked) {
  border-color: var(--co-blue);
  background: var(--co-blue-wash-2);
  box-shadow: 0 0 0 3px rgba(22, 86, 232, .10);
}
.co-shell .edd-gateway-option:has(input:focus-visible) { outline: 2px solid var(--co-blue); outline-offset: 2px; }

.co-shell .edd-gateway-option input.edd-gateway {
  appearance: none;
  -webkit-appearance: none;
  grid-column: 1;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 1.5px solid #c3cede;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: border-color .18s ease, border-width .12s ease;
}
.co-shell .edd-gateway-option input.edd-gateway:checked {
  border-color: var(--co-blue);
  border-width: 6px;
}
.co-shell .edd-gateway-option input.edd-gateway:focus { outline: none; }

.co-shell .edd-payment-icons {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .4rem;
  margin: 0;
}
.co-shell .edd-payment-icons .payment-icon,
.co-shell .edd-payment-icons img {
  width: 36px;
  height: 24px;
  border-radius: 4px;
}

/* Aurpay registers no card icons with EDD; the coins are drawn here instead. */
.co-shell #edd-gateway-option-edd_aurpay_gateway::after {
  content: "";
  grid-column: 1 / -1;
  height: 24px;
  width: 100%;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23f7931a'/%3E%3Ctext x='12.4' y='16.6' text-anchor='middle' font-family='Arial,Helvetica,sans-serif' font-size='13' font-weight='700' fill='%23fff'%3EB%3C/text%3E%3Cpath d='M10.6 4.6v1.6M13.1 4.6v1.6M10.6 17.8v1.6M13.1 17.8v1.6' stroke='%23fff' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E") 0 50% / 24px 24px no-repeat,
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23627eea'/%3E%3Cpath fill='%23fff' fill-opacity='.6' d='M12 4v5.9l5 2.2z'/%3E%3Cpath fill='%23fff' d='M12 4 7 12.1l5-2.2z'/%3E%3Cpath fill='%23fff' fill-opacity='.6' d='M12 16.5V20l5-6.9z'/%3E%3Cpath fill='%23fff' d='M12 20v-3.5l-5-3.4z'/%3E%3Cpath fill='%23fff' fill-opacity='.2' d='M12 15.6l5-3.5-5-2.2z'/%3E%3Cpath fill='%23fff' fill-opacity='.6' d='M7 12.1l5 3.5V9.9z'/%3E%3C/svg%3E") 31px 50% / 24px 24px no-repeat,
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%2326a17b'/%3E%3Ctext x='12' y='16.6' text-anchor='middle' font-family='Arial,Helvetica,sans-serif' font-size='13' font-weight='700' fill='%23fff'%3ET%3C/text%3E%3C/svg%3E") 62px 50% / 24px 24px no-repeat,
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23b9c3d4'/%3E%3Ctext x='12' y='17' text-anchor='middle' font-family='Arial,Helvetica,sans-serif' font-size='15' font-weight='700' fill='%23fff'%3E%2B%3C/text%3E%3C/svg%3E") 93px 50% / 24px 24px no-repeat;
}

/* ------------------------------------------------------------ guest details -- */

.co-shell .edd-blocks__checkout-user { display: flex; flex-direction: column; margin: 0; }
.co-shell .edd-checkout-block__personal-info { order: 1; }

.co-shell .edd-blocks__checkout-forms {
  order: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
  margin: .35rem 0 0;
}
.co-shell .edd-blocks__checkout-forms .edd-button-secondary {
  padding: .5rem .9rem;
  border: 1.5px solid var(--co-line);
  border-radius: 999px;
  background: var(--co-card);
  color: var(--co-ink-2);
  font-size: .82rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: border-color .18s ease, color .18s ease;
}
.co-shell .edd-blocks__checkout-forms .edd-button-secondary:not([disabled]):hover { border-color: var(--co-blue); color: var(--co-blue); }
.co-shell .edd-blocks__checkout-forms .edd-button-secondary[disabled] {
  border-color: var(--co-blue);
  background: var(--co-blue-wash);
  color: var(--co-blue);
  cursor: default;
}

.co-shell #edd_checkout_user_info,
.co-shell #edd_login_fields,
.co-shell #edd_register_fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 1rem;
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
}

/* The details legend is dressed as the step heading it replaces. */
.co-shell #edd_checkout_user_info > legend,
.co-shell #edd_login_fields > legend,
.co-shell #edd_register_fields > legend {
  display: flex;
  align-items: center;
  gap: .9rem;
  float: none;
  width: 100%;
  margin: 0 0 1.1rem;
  padding: 0;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -.01em;
  color: var(--co-ink);
}
.co-shell #edd_checkout_user_info > legend::before,
.co-shell #edd_login_fields > legend::before,
.co-shell #edd_register_fields > legend::before {
  content: "2";
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--co-blue);
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1;
}

.co-shell .edd-blocks-form__group { margin: 0 0 .9rem; min-width: 0; }
.co-shell [class*="edd-blocks-form__group-"][class*="email"],
.co-shell #edd-user-login-submit,
.co-shell .edd-blocks-form__group--submit,
.co-shell .edd-blocks-form__group-submit { grid-column: 1 / -1; }

.co-shell .edd-label {
  display: block;
  margin: 0 0 .4rem;
  font-size: .84rem;
  font-weight: 600;
  color: var(--co-ink);
}
.co-shell .edd-required-indicator { color: var(--co-danger); margin-left: .15rem; }

.co-shell .edd-description {
  margin: .35rem 0 0;
  font-size: .78rem;
  line-height: 1.45;
  color: var(--co-ink-soft);
}

/* ------------------------------------------------------------ form fields -- */

.co-shell input[type="text"],
.co-shell input[type="email"],
.co-shell input[type="tel"],
.co-shell input[type="password"],
.co-shell input[type="number"],
.co-shell select,
.co-shell textarea {
  width: 100%;
  padding: .75rem .9rem;
  border: 1.5px solid var(--co-line);
  border-radius: var(--co-radius-sm);
  background: #fff;
  font: inherit;
  font-size: .95rem;
  color: var(--co-ink);
  transition: border-color .18s ease, box-shadow .18s ease;
}
.co-shell input::placeholder { color: #9aa8bf; }

.co-shell input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus,
.co-shell select:focus,
.co-shell textarea:focus {
  outline: none;
  border-color: var(--co-blue);
  box-shadow: var(--co-ring);
}

/* Generic small primary button (login, apply discount). The purchase button has its own frame. */
.co-shell .edd-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .7rem 1.1rem;
  border: 0;
  border-radius: var(--co-radius-sm);
  background: var(--co-blue) !important;
  color: #fff !important;
  font: inherit;
  font-size: .9rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color .18s ease;
}
.co-shell .edd-submit:hover { background: var(--co-blue-deep) !important; color: #fff !important; }

/* ----------------------------------------------------------- payment step -- */

.co-shell #edd_cc_fields { border: 0; margin: 0; padding: 0; min-width: 0; }

/* Stripe's own SSL line becomes the green reassurance bar. */
.co-shell #edd_secure_site_wrapper {
  display: flex;
  align-items: center;
  gap: .6rem;
  margin: 0 0 1rem;
  padding: .8rem 1rem;
  border: 1px solid var(--co-green-bd);
  border-radius: 12px;
  background: var(--co-green-bg);
  color: var(--co-green-fg);
  font-size: .86rem;
  font-weight: 500;
  line-height: 1.4;
}
.co-shell #edd_secure_site_wrapper .padlock { display: flex; flex: 0 0 auto; }
.co-shell #edd_secure_site_wrapper svg { width: 16px; height: 16px; fill: currentColor; }

/* The Payment Element sits on a soft panel; Stripe styles the fields inside its own frame. */
.co-shell .edd-stripe-new-card {
  padding: 1.15rem;
  border: 1px solid var(--co-line);
  border-radius: var(--co-radius-md);
  background: #f8fafd;
}
.co-shell #edd-card-wrap { margin: 0; padding: 0; border: 0; background: none; }
.co-shell #edd-card-name-wrap { margin: 0 0 .9rem; }
.co-shell .edds-field-spacer-shim { display: none; }
.co-shell #edd-stripe-card-errors:not(:empty) { margin: 1rem 0 0; }

/* Aurpay: what happens after Purchase. */
.co-crypto {
  display: flex;
  align-items: flex-start;
  gap: .85rem;
  margin: 0;
  padding: 1rem 1.1rem;
  border: 1px solid var(--co-line);
  border-radius: var(--co-radius-md);
  background: #f8fafd;
}
.co-crypto__icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--co-blue-wash);
  color: var(--co-blue);
}
.co-crypto__icon svg { width: 18px; height: 18px; }
.co-crypto__copy { display: flex; flex-direction: column; gap: .2rem; min-width: 0; }
.co-crypto__copy strong { font-size: .92rem; font-weight: 600; color: var(--co-ink); }
.co-crypto__copy span { font-size: .84rem; line-height: 1.5; color: var(--co-ink-soft); }

/* --------------------------------------------------------------- notices -- */

.co-shell .edd_errors,
.co-shell .edd-alert {
  margin: 0 0 1rem;
  padding: .85rem 1rem;
  border: 1px solid #f3c9cf;
  border-left: 3px solid var(--co-danger);
  border-radius: var(--co-radius-sm);
  background: #fdf2f4;
  color: #8d2333;
  font-size: .87rem;
  line-height: 1.5;
}
.co-shell .edd_errors p,
.co-shell .edd-alert p { margin: 0; }
.co-shell .edd_errors p + p { margin-top: .35rem; }

.co-shell .edd-alert-info {
  border-color: #c7d9f5;
  border-left-color: var(--co-blue);
  background: #f1f6fd;
  color: var(--co-ink-2);
}

.co-shell .edd_success,
.co-shell .edd-alert-success {
  border-color: var(--co-green-bd);
  border-left-color: #1c9c52;
  background: var(--co-green-bg);
  color: var(--co-green-fg);
}

/* --------------------------------------------------------------- consent -- */

.co-shell #edd_purchase_submit { border: 0; margin-bottom: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; min-width: 0; }

.co-consent { border: 0; margin: 0 0 .8rem; padding: 0; min-width: 0; }
.co-consent + .co-consent { margin-top: -.1rem; }

.co-consent__row { display: flex; align-items: flex-start; gap: .7rem; }

.co-consent__row input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin: 1px 0 0;
  border: 1.5px solid #c3cede;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  transition: background-color .16s ease, border-color .16s ease;
}
.co-consent__row input[type="checkbox"]:hover { border-color: var(--co-blue); }
.co-consent__row input[type="checkbox"]:checked {
  border-color: var(--co-blue);
  background: var(--co-blue) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M3.5 8.4 6.4 11.3 12.5 5'/%3E%3C/svg%3E") center / 13px no-repeat;
}
.co-consent__row input[type="checkbox"]:focus-visible { outline: 2px solid var(--co-blue); outline-offset: 2px; }

.co-consent__row label {
  margin: 0;
  font-size: .9rem;
  line-height: 1.5;
  color: var(--co-ink-2);
  cursor: pointer;
}
.co-consent__row a { color: var(--co-blue); font-weight: 500; text-decoration: underline; text-underline-offset: 2px; }

/* ---------------------------------------------------------- purchase button -- */

/*
 * The frame is a <label for="edd-purchase-button">, so the whole bar submits while EDD's own
 * <input type="submit"> keeps every behaviour its scripts attach to it (loading text, disabling).
 */
.co-submit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  min-height: 58px;
  margin: 1.35rem 0 0;
  padding: .35rem 1.25rem;
  border-radius: var(--co-radius-md);
  background: linear-gradient(180deg, #2367f3 0%, #1553da 100%);
  color: #fff;
  box-shadow: 0 12px 26px -12px rgba(22, 86, 232, .75), inset 0 1px 0 rgba(255, 255, 255, .12);
  cursor: pointer;
  transition: filter .18s ease, transform .18s ease, box-shadow .18s ease;
}
.co-submit:hover {
  filter: brightness(1.05);
  box-shadow: 0 16px 30px -12px rgba(22, 86, 232, .8), inset 0 1px 0 rgba(255, 255, 255, .12);
}
.co-submit:active { transform: translateY(1px); }

.co-submit::before,
.co-submit::after {
  content: "";
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  background: center / contain no-repeat;
}
.co-submit::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='7' width='10' height='7' rx='1.8'/%3E%3Cpath d='M5.5 7V5.3a2.5 2.5 0 0 1 5 0V7'/%3E%3C/svg%3E");
}
.co-submit::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 8h10M9.2 4.2 13 8l-3.8 3.8'/%3E%3C/svg%3E");
}

.co-submit #edd-purchase-button {
  appearance: none;
  -webkit-appearance: none;
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: .85rem 0;
  border: 0;
  border-radius: 0;
  background: none !important;
  box-shadow: none;
  color: #fff !important;
  font: inherit;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
}
.co-submit #edd-purchase-button:focus { outline: none; }
.co-submit:has(#edd-purchase-button:focus-visible) { outline: 2px solid var(--co-blue-deep); outline-offset: 3px; }

/* Disabled / processing: EDD and Stripe flag the input; the whole bar should show it. */
.co-submit:has(#edd-purchase-button[disabled]),
.co-submit:has(#edd-purchase-button[data-edd-button-state="disabled"]),
.co-submit:has(#edd-purchase-button[data-edd-button-state="processing"]),
.co-submit:has(#edd-purchase-button[data-edd-button-state="updating"]) {
  opacity: .72;
  cursor: not-allowed;
  filter: none;
  transform: none;
}
#edd_purchase_submit .co-submit #edd-purchase-button[disabled],
#edd_purchase_submit .co-submit #edd-purchase-button[data-edd-button-state] { opacity: 1; cursor: inherit; }

.co-submit .edd-loading-ajax {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, .35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: co-spin .8s linear infinite;
}
.co-submit:has(.edd-loading-ajax)::after { display: none; }

/* Stripe removes the button when the cart cannot be paid with it; an empty frame must not remain. */
.co-submit:not(:has(input[type="submit"])) { display: none; }

.co-charge-note {
  margin: .9rem 0 0;
  text-align: center;
  font-size: .82rem;
  line-height: 1.5;
  color: var(--co-ink-soft);
}

/* ---------------------------------------------------------------- badges -- */

.co-shell ul.co-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 1.35rem 0 0;
  border-top: 1px solid var(--co-line-soft);
}

.co-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  min-width: 0;
}
.co-badge + .co-badge { border-left: 1px solid var(--co-line-soft); }
.co-badge__icon { display: grid; place-items: center; flex: 0 0 auto; color: var(--co-ink-2); }
.co-badge__icon svg { width: 20px; height: 20px; }
.co-badge__copy { display: flex; flex-direction: column; line-height: 1.3; min-width: 0; }
.co-badge__copy strong { font-size: .8rem; font-weight: 600; color: var(--co-ink); }
.co-badge__copy span { font-size: .72rem; color: var(--co-ink-soft); }

/* --------------------------------------------------------- order summary -- */

.co-summary__head { display: flex; align-items: center; gap: .85rem; }
.co-summary__icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--co-blue-wash);
  color: var(--co-blue);
}
.co-summary__icon svg { width: 20px; height: 20px; }
.co-summary__copy { display: flex; flex-direction: column; gap: .1rem; min-width: 0; }
.co-shell h2.co-summary__title { margin: 0; font-size: 1.1rem; font-weight: 700; letter-spacing: -.01em; color: var(--co-ink); line-height: 1.25; }
.co-summary__sub { font-size: .8rem; color: var(--co-ink-soft); }

.co-shell #edd_checkout_cart_form { margin: 0; padding: 0; border: 0; background: none; box-shadow: none; }
.co-shell .edd-blocks-cart { display: block; width: 100%; margin: 0; border: 0; }
.co-shell .edd-blocks-cart__row-header { display: none; }
.co-shell .edd-blocks-cart__items { display: flex; flex-direction: column; gap: 1rem; }

/*
 * Each item is a two-column grid: title left, price right, with the licence expiry and billing
 * chips spanning both columns underneath. The name wrapper is flattened so its children can be
 * placed individually.
 */
.co-shell .edd-blocks-cart__row-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .7rem .85rem;
  align-items: start;
  margin: 0;
  padding: 0;
  border: 0;
}
.co-shell .edd_cart_item_name { display: contents; }

.co-shell .edd_checkout_cart_item_title {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: center;
  gap: .85rem;
  margin: 0;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--co-ink);
  min-width: 0;
}
.co-shell .edd_checkout_cart_item_title::before {
  content: "";
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: var(--co-navy) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 964 917.7'%3E%3Cpath fill='%23fff' d='M670.5,372.9c-7.6-14.3-15.1-28.7-22.8-43.2l139.8-139.3h0c-70.6,27.4-140.1,54.5-211.6,82.4,8.3-13.2,15.5-24.6,22.9-36.4-1.9-1.1-3.3-2-4.8-2.6-76.6-35.1-155.7-36.5-227.4-3.4-97.1,44.8-155.3,151.3-141.5,256.9,12,91.7,59.9,159.8,143.5,199.4,69.9,33.1,141.7,35,212.6.3,15.5-7.6,29.9-17,43.4-28.7,0,0-227.8,76.2-295.8-150.3,0,0-18.1,26.6-18.1,26.6-1.2-3.9-2.3-7.9-3.2-11.9-1.1-4.9-2.1-9.8-2.8-14.8-9.7-66.5,18.5-136.9,82.8-176.5,78.1-48.1,179.5-25.3,226.3,52.5,25.9,42.9,75.4,134.3,74.4,135.3-9.3,9.6-20.6,20.6-30.2,30.1-9-7.4-17.6-15-26.7-21.9-44.4-33.6-94-55.4-149-64.7-6.4-.6-4,.9-6.5-4l-51.3-89.7v7.5c.1,41.5,0,83,0,124.6,0,2.5,0,5.1,0,7.5,9.4.6,17.8,1,26.1,1.8,65,6.1,121.7,31.3,170,75.2,13.8,12.6,27,25.8,40.5,38.6,30.6-30.5,61.4-61.1,91.5-91.5,1.2-1.2-54.9-108.8-82.1-159.8h0Z'/%3E%3C/svg%3E") center / 30px auto no-repeat;
}
.co-shell .edd_checkout_cart_item_title:has(.edd_cart_item_image)::before { display: none; }
.co-shell .edd_cart_item_image { flex: 0 0 auto; line-height: 0; }
.co-shell .edd_cart_item_image img { width: 54px; height: 54px; border-radius: 14px; object-fit: cover; }

.co-shell .edd_cart_item_price {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .15rem;
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--co-ink);
  white-space: nowrap;
}
.co-period { font-size: .78rem; font-weight: 500; color: var(--co-ink-soft); }

.co-shell .edd_cart_item_price .edd_cart_actions { margin-top: .25rem; font-size: .72rem; font-weight: 500; }
.co-shell .edd_cart_remove_item_btn {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  color: var(--co-ink-mute);
  text-decoration: none;
  transition: color .18s ease;
}
.co-shell .edd_cart_remove_item_btn::before { content: "×"; font-size: 1rem; line-height: 1; }
.co-shell .edd_cart_remove_item_btn:hover { color: var(--co-danger); text-decoration: underline; }
.co-shell .edd_cart_remove_item_btn .screen-reader-text {
  position: static !important;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  clip-path: none;
  white-space: normal;
}

/* Licence expiry and the billing notice become the two info chips. */
.co-shell .edd-sl-details.edd-sl-details-cart,
.co-shell .eddr-notice.eddr-cart-item-notice {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: .5rem;
  margin: 0;
  padding: .65rem .8rem;
  border: 0;
  border-radius: 10px;
  font-size: .8rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.4;
}
.co-shell .edd-sl-details.edd-sl-details-cart { background: #eef4ff; color: #2a4f8f; }
.co-shell .eddr-notice.eddr-cart-item-notice { background: var(--co-amber-bg); color: var(--co-amber-fg); }
.co-shell .edd-sl-details .edd-sl-label { font-weight: 600; text-transform: none; letter-spacing: 0; font-size: inherit; color: inherit; margin: 0; }
.co-shell .edd-sl-details .edd-sl-key { margin: 0; color: inherit; }

.co-shell .edd-sl-details.edd-sl-details-cart::before,
.co-shell .eddr-notice.eddr-cart-item-notice::before {
  content: "";
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  background: currentColor;
  -webkit-mask: center / contain no-repeat;
  mask: center / contain no-repeat;
}
.co-shell .edd-sl-details.edd-sl-details-cart::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round'%3E%3Crect x='2.2' y='3.2' width='11.6' height='10.4' rx='1.6'/%3E%3Cpath d='M2.2 6.4h11.6M5.4 1.8v2.6M10.6 1.8v2.6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round'%3E%3Crect x='2.2' y='3.2' width='11.6' height='10.4' rx='1.6'/%3E%3Cpath d='M2.2 6.4h11.6M5.4 1.8v2.6M10.6 1.8v2.6'/%3E%3C/svg%3E");
}
.co-shell .eddr-notice.eddr-cart-item-notice::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13.4 8a5.4 5.4 0 1 1-1.6-3.8'/%3E%3Cpath d='M13.6 2.2v3.1h-3.1'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13.4 8a5.4 5.4 0 1 1-1.6-3.8'/%3E%3Cpath d='M13.6 2.2v3.1h-3.1'/%3E%3C/svg%3E");
}

/* Subtotal, discount, tax rows. */
.co-shell .edd-blocks-cart__row-footer {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin: 0;
  padding: .85rem 0 0;
  border: 0;
  font-size: .9rem;
  color: var(--co-ink-soft);
}
.co-shell .co-subtotal { margin-top: .35rem; border-top: 1px solid var(--co-line-soft); }
.co-shell .co-subtotal__amount { font-weight: 600; color: var(--co-ink); }
.co-shell .edd_cart_discount_row .edd_cart_discount { display: flex; flex-wrap: wrap; gap: .35rem .6rem; align-items: baseline; width: 100%; justify-content: space-between; }
.co-shell .edd_cart_discount a { color: var(--co-ink-mute); font-size: .78rem; }

/* Total row: the figure first, then the discount code toggle underneath. */
.co-shell .edd-blocks-cart__row-footer:has(.edd_cart_total) {
  flex-direction: column;
  align-items: stretch;
  gap: .6rem;
  margin-top: .5rem;
  padding-top: .9rem;
  border-top: 1px solid var(--co-line);
}
.co-shell .edd_cart_total {
  order: 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--co-ink);
  text-align: left;
}
.co-shell .edd_cart_total .edd_cart_amount {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -.01em;
  color: var(--co-blue);
}

.co-shell #edd_discount_code { order: 1; margin: 0; padding: 0; }
.co-shell #edd_show_discount { margin: 0; }
.co-shell #edd_show_discount .edd_discount_link {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  font-size: .8rem;
  font-weight: 500;
  color: var(--co-blue);
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}
.co-shell #edd-discount-code-wrap { margin: .35rem 0 0; }
.co-shell .edd-discount-code-field-wrap { display: flex; gap: .5rem; align-items: stretch; }
.co-shell .edd-discount-code-field-wrap .edd-input { flex: 1 1 auto; min-width: 0; padding: .6rem .75rem; font-size: .9rem; }
.co-shell .edd-apply-discount.edd-submit { flex: 0 0 auto; padding: .6rem .9rem; font-size: .85rem; }
.co-shell #edd-discount-error-wrap { margin: .5rem 0 0; padding: .55rem .75rem; font-size: .8rem; }
.co-shell #edd-discount-loader { display: none; }

/* Licence renewal sits inside the summary card as a secondary action. */
.co-shell #edd_sl_renewal_form {
  margin: .15rem 0 0;
  padding: 1rem 0 0;
  border: 0;
  border-top: 1px solid var(--co-line-soft);
  background: none;
  box-shadow: none;
}
.co-shell #edd_checkout_form_wrap fieldset#edd_sl_renewal_fields { border: 0; margin: 0; padding: 0; min-width: 0; background: none; }
.co-shell #edd_checkout_form_wrap #edd-license-key-container-wrap { padding: 0; }

.co-shell #edd_sl_show_renewal_form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  width: 100%;
  margin: 0;
  padding: .9rem 1rem;
  border: 0;
  border-radius: 12px;
  background: var(--co-blue-wash) !important;
  color: var(--co-blue) !important;
  font: inherit;
  font-size: .92rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: none;
  transition: background-color .18s ease;
}
.co-shell #edd_sl_show_renewal_form:hover { background: #dde8ff !important; color: var(--co-blue-deep) !important; }
.co-shell #edd_sl_show_renewal_form::before {
  content: "";
  width: 16px;
  height: 16px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13.4 8a5.4 5.4 0 1 1-1.6-3.8'/%3E%3Cpath d='M13.6 2.2v3.1h-3.1'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13.4 8a5.4 5.4 0 1 1-1.6-3.8'/%3E%3Cpath d='M13.6 2.2v3.1h-3.1'/%3E%3C/svg%3E") center / contain no-repeat;
}

.co-shell .edd-sl-renewal-form-fields { margin-top: .85rem; }
.co-shell #edd-license-key-container-wrap { margin: 0 0 .6rem; }
.co-shell #edd-license-key-container-wrap .edd-form-group__label { display: block; margin: 0 0 .45rem; font-size: .8rem; line-height: 1.45; color: var(--co-ink-soft); }
.co-shell .edd-sl-renewal-actions { display: flex; align-items: center; gap: .6rem; }
.co-shell #edd-add-license-renewal { padding: .65rem 1rem; font-size: .85rem; }
.co-shell #edd-add-license-renewal[disabled] { opacity: .5; cursor: not-allowed; }
.co-shell #edd-cancel-license-renewal {
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  font-size: .85rem;
  color: var(--co-ink-soft);
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}
.co-shell .edd-sl-multiple-keys-notice { margin: .6rem 0 0; }
.co-shell #edd_sl_cancel_renewal_form { margin: .6rem 0 0; }
.co-shell #edd_sl_cancel_renewal_form p { margin: 0; }

/* ------------------------------------------------------------ trust panel -- */

.co-assure__crest {
  display: grid;
  place-items: center;
  width: 80px;
  height: 80px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 30%, #eaf1ff, #f7faff);
  color: var(--co-blue);
}
.co-assure__crest svg { width: 40px; height: 40px; }

.co-shell h2.co-assure__title { margin: 0; font-size: 1.05rem; font-weight: 700; letter-spacing: -.01em; color: var(--co-ink); }
.co-assure__lede {
  margin: .55rem auto 1.35rem;
  max-width: 34ch;
  font-size: .84rem;
  line-height: 1.55;
  color: var(--co-ink-soft);
}

.co-shell ul.co-assure__list { list-style: none; margin: 0; padding: 0; text-align: left; }
.co-assure__item { display: flex; align-items: center; gap: .8rem; }
.co-assure__item + .co-assure__item { margin-top: 1rem; }

.co-assure__icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--co-blue-wash);
  color: var(--co-blue);
}
.co-assure__icon svg { width: 18px; height: 18px; }

.co-assure__copy { display: flex; flex-direction: column; gap: .12rem; min-width: 0; }
.co-assure__copy strong { font-size: .86rem; font-weight: 600; color: var(--co-ink); line-height: 1.35; }
.co-assure__copy > span { font-size: .78rem; color: var(--co-ink-soft); line-height: 1.4; }

.co-assure__help {
  display: flex;
  align-items: flex-start;
  gap: .8rem;
  margin-top: 1.35rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--co-line-soft);
  text-align: left;
}
.co-assure__link {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  margin-top: .4rem;
  font-size: .8rem;
  font-weight: 600;
  color: var(--co-blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.co-assure__link:hover { color: var(--co-blue-deep); }
.co-assure__link svg { width: 13px; height: 13px; }

/* ---------------------------------------------------------------- footer -- */

.co-footer {
  margin-top: clamp(1.5rem, 4vw, 2.5rem);
  padding: clamp(1.5rem, 4vw, 2.25rem) 1rem clamp(1.75rem, 4vw, 2.5rem);
  text-align: center;
}
.co-footer__logo { display: inline-block; line-height: 0; }
.co-footer__logo img { height: 26px; width: auto; margin-inline: auto; }
.co-footer__tagline { margin: .6rem 0 0; font-size: .82rem; color: var(--co-ink-soft); }
.co-footer__legal { margin: .45rem 0 0; font-size: .72rem; color: var(--co-ink-mute); }

/* ---------------------------------------------------------------- mobile -- */

@media (max-width: 640px) {
  .co-hero { margin-bottom: 1.25rem; }
  .co-hero__lede { font-size: .92rem; }

  .co-shell #edd-payment-mode-wrap { grid-template-columns: minmax(0, 1fr); gap: .7rem; }
  .co-shell .edd-gateway-option { min-height: 0; padding: .9rem 1rem; }

  .co-shell #edd_checkout_user_info,
  .co-shell #edd_login_fields,
  .co-shell #edd_register_fields { grid-template-columns: minmax(0, 1fr); }

  .co-shell .edd-blocks__user-details:has(.edd-blocks__checkout-user),
  .co-shell #edd_purchase_form_wrap,
  .co-shell #edd_purchase_submit { margin-top: 1.25rem; padding-top: 1.25rem; }

  .co-shell .edd-stripe-new-card { padding: .9rem; }

  .co-submit { min-height: 56px; }
  .co-submit #edd-purchase-button { font-size: 1rem; }

  .co-shell ul.co-badges { grid-template-columns: minmax(0, 1fr); gap: .65rem; }
  .co-badge { justify-content: flex-start; }
  .co-badge + .co-badge { border-left: 0; }

  .co-shell .edd_checkout_cart_item_title { font-size: .9rem; }
  .co-shell .edd_checkout_cart_item_title::before { width: 46px; height: 46px; border-radius: 12px; background-size: 26px auto; }
  .co-shell .edd_cart_item_price { font-size: 1rem; }
}

@media (max-width: 420px) {
  .co-header__logo img { height: 28px; }
  .co-header__secure-copy { display: none; }
  .co-header__secure-icon { width: 36px; height: 36px; }
}

@media (prefers-reduced-motion: reduce) {
  .co-shell *,
  .co-submit { transition: none !important; }
}
