/* ================================================================
   BitcoinTAF Checkout v3.0 — matches the refined mockup design
   ================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

/* -- CSS Variables -- */
.page-template-checkout-page {
  --bco-purple-900: #2A1850;
  --bco-purple-800: #3A2070;
  --bco-purple-700: #4B2A86;
  --bco-purple-600: #5E36A6;
  --bco-purple-200: #D9CCEF;
  --bco-purple-100: #EEE8F8;
  --bco-purple-50:  #F7F3FC;
  --bco-gold:       #B08D57;
  --bco-gold-dark:  #A07A3E;
  --bco-gold-light: #F4ECDB;
  --bco-ink:        #1C1726;
  --bco-ink-soft:   #43394F;
  --bco-muted:      #7A7387;
  --bco-line:       #E7E3EF;
  --bco-line-soft:  #F0EDF6;
  --bco-bg:         #F3F1F8;
  --bco-ok:         #2E9E5B;
  --bco-error:      #dc2626;
  --bco-r-lg:       20px;
  --bco-r-md:       14px;
  --bco-r-sm:       10px;
  --bco-shadow-card: 0 18px 50px -24px rgba(43,24,80,.34), 0 2px 8px -3px rgba(43,24,80,.12);
  --bco-shadow-soft: 0 10px 30px -18px rgba(43,24,80,.30);
}

/* -- Page background -- */
.page-template-checkout-page body,
.page-template-checkout-page #page,
.page-template-checkout-page .site-content {
  background: var(--bco-bg) !important;
}

/* -- Hide theme header/footer chrome on checkout -- */
.page-template-checkout-page .innerBolgBanner { display: none !important; }

/* -- Hide hamburger -- */
.page-template-checkout-page .hamburger-box { display: none !important; }

/* ================================================================
   PAGE HEAD
   ================================================================ */
.page-template-checkout-page .bco-pagehead {
  padding: 110px 40px 0;
  max-width: 1180px;
  margin: 0 auto;
}
.page-template-checkout-page .bco-crumb {
  font-family: 'Outfit', sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--bco-gold-dark);
  margin-bottom: 8px;
  display: block;
}
.page-template-checkout-page .bco-pagehead h1 {
  font-family: 'Outfit', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: var(--bco-ink);
  margin: 0 0 8px;
  line-height: 1.12;
}
.page-template-checkout-page .bco-pagehead p {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14.5px;
  color: var(--bco-muted);
  margin: 0;
  max-width: 46ch;
}

/* ================================================================
   CHECKOUT SECTION — 2-column grid
   ================================================================ */
.page-template-checkout-page .checkout {
  padding: 28px 40px 44px !important;
  background: transparent !important;
}
.page-template-checkout-page .checkout .container {
  max-width: 1180px !important;
  padding: 0 !important;
}
.page-template-checkout-page .CheckoutSection {
  display: grid !important;
  grid-template-columns: 1.35fr 0.9fr !important;
  gap: 30px !important;
  align-items: start !important;
  flex-direction: unset !important;
}
@media (max-width: 880px) {
  .page-template-checkout-page .CheckoutSection {
    grid-template-columns: 1fr !important;
  }
  .page-template-checkout-page .bco-pagehead {
    padding: 80px 20px 0 !important;
  }
  .page-template-checkout-page .checkout {
    padding: 20px 16px 36px !important;
  }
}

@media (max-width: 520px) {
  .page-template-checkout-page .bco-pagehead {
    padding: 70px 16px 0 !important;
  }
  .page-template-checkout-page .checkout {
    padding: 16px 12px 32px !important;
  }
  .page-template-checkout-page .checkout-login-card {
    padding: 24px 20px !important;
  }
  .page-template-checkout-page .bco-cart {
    padding: 20px 16px !important;
  }
  .page-template-checkout-page .bco-coupon-section {
    padding: 12px 0 2px !important;
  }
}

/* ================================================================
   AUTH CARD
   ================================================================ */
.page-template-checkout-page .CheckoutLoginBox {
  width: 100% !important;
  margin: 0 !important;
}
.page-template-checkout-page .checkout-login-card {
  background: #fff !important;
  border: 1px solid var(--bco-line) !important;
  border-radius: var(--bco-r-lg) !important;
  padding: 34px !important;
  box-shadow: var(--bco-shadow-card) !important;
  border-top: none !important;
  overflow: visible !important;
}
/* Hide old title */
.page-template-checkout-page .checkout-login-card > .checkoutTitle { display: none !important; }
.page-template-checkout-page .social-login-card {
  display: block !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* -- Tab bar -- */
.page-template-checkout-page .bco-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  background: var(--bco-purple-50);
  border: 1px solid var(--bco-line-soft);
  border-radius: var(--bco-r-md);
  padding: 5px;
  margin-bottom: 24px;
}
.page-template-checkout-page .bco-tab {
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  padding: 11px;
  border-radius: 10px;
  cursor: pointer;
  color: var(--bco-muted);
  transition: .18s;
  border: none;
  background: transparent;
  line-height: 1;
}
.page-template-checkout-page .bco-tab:hover { color: var(--bco-purple-600); }
.page-template-checkout-page .bco-tab.bco-active {
  background: #fff;
  color: var(--bco-purple-700);
  box-shadow: 0 4px 12px -6px rgba(75,42,134,.45);
}

/* -- Panel content -- */
.page-template-checkout-page .bco-panel { display: block; }
.page-template-checkout-page .bco-panel.bco-hidden { display: none; }

/* -- Panel heading -- */
.page-template-checkout-page .bco-ahead h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--bco-ink);
  margin: 0 0 6px;
}
.page-template-checkout-page .bco-ahead p {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  color: var(--bco-muted);
  margin: 0 0 22px;
}

/* -- Form fields -- */
.page-template-checkout-page .bco-field { margin-bottom: 16px; }
.page-template-checkout-page .bco-field label {
  display: block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--bco-ink-soft);
  margin-bottom: 7px;
  padding: 0;
  background: transparent;
  border: none;
  line-height: 1.3;
  width: auto;
}
.page-template-checkout-page .bco-field label .opt {
  color: var(--bco-muted);
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}
.page-template-checkout-page .bco-iwrap { position: relative; }
.page-template-checkout-page .bco-input {
  display: block;
  width: 100%;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14.5px;
  color: var(--bco-ink);
  background: #fff;
  border: 1.5px solid var(--bco-line);
  border-radius: var(--bco-r-md);
  padding: 13px 15px;
  transition: border-color .18s, box-shadow .18s;
  outline: none;
  box-shadow: none;
  height: auto;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
}
.page-template-checkout-page .bco-input::placeholder { color: #A7A1B4; opacity: 1; }
.page-template-checkout-page .bco-input:focus {
  border-color: var(--bco-purple-500, #6E3FB0);
  box-shadow: 0 0 0 4px var(--bco-purple-100);
}
.page-template-checkout-page .bco-input.has-icon { padding-right: 46px; }
.page-template-checkout-page .bco-iicon {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  cursor: pointer;
  color: var(--bco-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: .15s;
}
.page-template-checkout-page .bco-iicon:hover {
  color: var(--bco-purple-600);
  background: var(--bco-purple-50);
}

/* row of 2 */
.page-template-checkout-page .bco-row2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media (max-width: 520px) {
  .page-template-checkout-page .bco-row2 { grid-template-columns: 1fr; }
}

/* forgot */
.page-template-checkout-page .bco-forgot {
  display: block;
  text-align: right;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--bco-purple-600);
  text-decoration: none;
  margin-bottom: 20px;
  margin-top: 6px;
}
.page-template-checkout-page .bco-forgot:hover { text-decoration: underline; }

/* checkbox */
.page-template-checkout-page .bco-check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13.5px;
  color: var(--bco-ink-soft);
  cursor: pointer;
  user-select: none;
  margin-bottom: 22px;
}
.page-template-checkout-page .bco-check input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 19px;
  height: 19px;
  min-width: 19px;
  border: 1.5px solid var(--bco-line);
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  position: relative;
  transition: .15s;
  margin: 0;
}
.page-template-checkout-page .bco-check input[type="checkbox"]:checked {
  background: var(--bco-purple-600);
  border-color: var(--bco-purple-600);
}
.page-template-checkout-page .bco-check input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5.5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(42deg);
}

/* OR divider */
.page-template-checkout-page .bco-or {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--bco-muted);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .05em;
  margin: 18px 0;
}
.page-template-checkout-page .bco-or::before,
.page-template-checkout-page .bco-or::after {
  content: "";
  height: 1px;
  background: var(--bco-line);
  flex: 1;
}

/* switch line */
.page-template-checkout-page .bco-switch {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13.5px;
  color: var(--bco-muted);
  text-align: center;
  margin-top: 18px;
}
.page-template-checkout-page .bco-switch button {
  background: none;
  border: none;
  color: var(--bco-purple-600);
  font-weight: 700;
  cursor: pointer;
  font-size: 13.5px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  padding: 0;
}
.page-template-checkout-page .bco-switch button:hover { text-decoration: underline; }

/* legal */
.page-template-checkout-page .bco-legal {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 11.5px;
  color: var(--bco-muted);
  text-align: center;
  margin-top: 16px;
  line-height: 1.5;
}
.page-template-checkout-page .bco-legal a {
  color: var(--bco-purple-600);
  font-weight: 600;
}

/* -- BUTTONS -- */
.page-template-checkout-page .bco-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 15px;
  border: none;
  cursor: pointer;
  border-radius: var(--bco-r-sm);
  transition: .18s;
  line-height: 1;
  text-decoration: none;
  box-sizing: border-box;
}
.page-template-checkout-page .bco-btn-block {
  width: 100%;
  padding: 15px 22px;
  display: flex;
}
.page-template-checkout-page .bco-btn-primary {
  background: var(--bco-purple-700);
  color: #fff;
  box-shadow: 0 10px 22px -10px rgba(75,42,134,.7);
}
.page-template-checkout-page .bco-btn-primary:hover {
  background: var(--bco-purple-800);
  transform: translateY(-1px);
  color: #fff;
}
.page-template-checkout-page .bco-btn-google {
  background: #fff;
  color: var(--bco-ink);
  border: 1.5px solid var(--bco-line);
  padding: 13px 22px;
  font-size: 14.5px;
}
.page-template-checkout-page .bco-btn-google:hover {
  border-color: var(--bco-purple-200);
}
.page-template-checkout-page .bco-arr { transition: transform .18s; }
.page-template-checkout-page .bco-btn:hover .bco-arr { transform: translateX(3px); }

/* -- Error messages -- */
.page-template-checkout-page .bco-error-box {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  color: var(--bco-error);
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  padding: 10px 14px;
  margin-top: 8px;
  line-height: 1.5;
  display: block;
}
.page-template-checkout-page .bco-error-box:empty { display: none; }

/* ================================================================
   CART ASIDE  — restores the Image 2 visual design.
   Data comes from #myContainer (site JS) via MutationObserver.
   ================================================================ */
.page-template-checkout-page .cartRigthBox {
  width: 100% !important;
  margin: 0 !important;
}
.page-template-checkout-page .cartRigthBox > .checkoutTitle { display: none !important; }

/* Styled cart card */
.page-template-checkout-page .bco-cart {
  background: #fff;
  border: 1px solid var(--bco-line);
  border-radius: var(--bco-r-lg);
  padding: 24px;
  box-shadow: var(--bco-shadow-soft);
}
.page-template-checkout-page .bco-cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.page-template-checkout-page .bco-cart-head h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--bco-ink);
  margin: 0;
}
.page-template-checkout-page .bco-cart-badge {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: var(--bco-purple-600);
  background: var(--bco-purple-100);
  padding: 4px 10px;
  border-radius: 20px;
}

/* Product row */
.page-template-checkout-page .bco-citem {
  display: flex;
  gap: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--bco-line-soft);
  align-items: flex-start;
}
.page-template-checkout-page .bco-cthumb {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--bco-purple-100), var(--bco-gold-light));
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  color: var(--bco-purple-600);
}
.page-template-checkout-page .bco-citem-meta { flex: 1; min-width: 0; }
.page-template-checkout-page .bco-citem-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  flex: none;
}
/* Coupon applied badge */
.page-template-checkout-page .bco-coupon-badge {
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
  margin-top: 7px;
  padding: 5px 10px !important;
  background: #f0fdf4 !important;
  border: 1px solid #86efac !important;
  border-radius: 20px !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 11.5px !important;
  font-weight: 600 !important;
  color: #15803d !important;
  line-height: 1;
}
.page-template-checkout-page .bco-coupon-badge svg {
  flex: none;
  color: #22c55e;
}

/* Separator between multiple cart items */
.page-template-checkout-page .bco-item-sep {
  height: 1px;
  background: var(--bco-line-soft);
  margin: 4px 0 16px;
}
.page-template-checkout-page .bco-citem-name {
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 13.5px;
  color: var(--bco-ink);
  line-height: 1.3;
  margin: 0 0 4px;
}
.page-template-checkout-page .bco-citem-sub {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 12px;
  color: var(--bco-muted);
  line-height: 1.4;
  margin: 0;
}
.page-template-checkout-page .bco-citem-price {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: var(--bco-purple-700);
  white-space: nowrap;
}
.page-template-checkout-page .bco-citem-del a.deletemypro,
.page-template-checkout-page .bco-citem-del a.bco-trash {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  color: var(--bco-muted) !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  text-decoration: none !important;
  transition: color .15s, background .15s !important;
}
.page-template-checkout-page .bco-citem-del a.deletemypro:hover,
.page-template-checkout-page .bco-citem-del a.bco-trash:hover {
  color: #C2415A !important;
  background: #fff0f2 !important;
}
.page-template-checkout-page .bco-citem-del a svg {
  display: block !important;
  flex: none !important;
}

/* Membership option dropdown */
.page-template-checkout-page .bco-copt { margin: 16px 0; }
.page-template-checkout-page .bco-copt label {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
  color: var(--bco-ink-soft) !important;
  margin-bottom: 7px !important;
  display: block !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  width: auto !important;
  line-height: 1.3 !important;
}
.page-template-checkout-page .bco-selw { position: relative; }
/* The real <select class="cartupdateprice"> moved from #myContainer into .bco-selw.
   Use maximum specificity to beat any theme styles on select.cartupdateprice */
.page-template-checkout-page .bco-selw select,
.page-template-checkout-page .bco-selw .bco-real-select,
.page-template-checkout-page .bco-selw select.cartupdateprice {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 13.5px !important;
  color: var(--bco-ink) !important;
  background: #fff !important;
  background-image: none !important;
  border: 1.5px solid var(--bco-line) !important;
  border-radius: var(--bco-r-md) !important;
  padding: 12px 38px 12px 14px !important;
  cursor: pointer !important;
  outline: none !important;
  transition: border-color .18s !important;
  box-shadow: none !important;
  height: auto !important;
  min-height: 44px !important;
  line-height: 1.4 !important;
  position: relative !important;
  z-index: 1 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}
.page-template-checkout-page .bco-selw select:focus,
.page-template-checkout-page .bco-selw select.cartupdateprice:focus {
  border-color: var(--bco-purple-600) !important;
  box-shadow: 0 0 0 4px var(--bco-purple-100) !important;
}
/* Also ensure options inside are visible */
.page-template-checkout-page .bco-selw select option {
  color: var(--bco-ink) !important;
  background: #fff !important;
  font-size: 13.5px !important;
  padding: 8px !important;
}
.page-template-checkout-page .bco-chev {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--bco-muted);
  display: flex;
}

/* Totals */
.page-template-checkout-page .bco-totals {
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid var(--bco-line-soft);
}
.page-template-checkout-page .bco-tline {
  display: flex;
  justify-content: space-between;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13.5px;
  color: var(--bco-ink-soft);
  margin-bottom: 9px;
}
.page-template-checkout-page .bco-tline .free { color: var(--bco-ok); font-weight: 600; }
.page-template-checkout-page .bco-ttotal {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 6px;
  padding-top: 14px;
  border-top: 1px solid var(--bco-line);
}
.page-template-checkout-page .bco-ttotal .lbl {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: var(--bco-ink);
}
.page-template-checkout-page .bco-ttotal .amt {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: var(--bco-purple-700);
}

/* Trust badge */
.page-template-checkout-page .bco-trust {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 12px;
  color: var(--bco-muted);
  margin-top: 16px;
  justify-content: center;
}
.page-template-checkout-page .bco-trust svg { color: var(--bco-ok); flex: none; }

/* Training & Education tag */
.page-template-checkout-page .bco-tag {
  display: block;
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-size: 10.5px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--bco-gold-dark);
  font-weight: 600;
  margin-top: 14px;
}

/* Hide old structures we've replaced with bco- classes */
.page-template-checkout-page .CheckoutLoginSubBox,
.page-template-checkout-page #emailFormbox,
.page-template-checkout-page .signupwithemail,
.page-template-checkout-page .checkoutLoginBtnGorup,
.page-template-checkout-page .popupsection { display: none !important; }

/* -- Coupon widget (per-item, sits inside cart card) -- */
.page-template-checkout-page .bco-coupon-section {
  padding: 10px 0 4px;
  margin-bottom: 2px;
}
.page-template-checkout-page .bco-coupon-row {
  display: flex;
  gap: 8px;
  align-items: stretch;
}
.page-template-checkout-page .bco-coupon-input {
  flex: 1;
  min-width: 0;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 14px !important;
  color: var(--bco-ink) !important;
  background: #fff !important;
  border: 1.5px solid var(--bco-purple-200) !important;
  border-radius: var(--bco-r-md) !important;
  padding: 10px 15px !important;
  line-height: 1.4 !important;
  height: auto !important;
  transition: border-color .18s, box-shadow .18s;
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  box-sizing: border-box !important;
}
.page-template-checkout-page .bco-coupon-input::placeholder { color: #A7A1B4 !important; opacity: 1; }
.page-template-checkout-page .bco-coupon-input:focus {
  border-color: var(--bco-purple-600, #5E36A6) !important;
  box-shadow: 0 0 0 3px var(--bco-purple-100) !important;
  outline: none !important;
}
.page-template-checkout-page .bco-coupon-btn {
  padding: 13px 20px;
  white-space: nowrap;
  flex-shrink: 0;
}
.page-template-checkout-page .bco-coupon-btn:disabled { opacity: .55; cursor: default; }
.page-template-checkout-page .bco-coupon-msg {
  margin-top: 8px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  border-radius: var(--bco-r-sm);
  padding: 7px 12px;
}
.page-template-checkout-page .bco-coupon-msg--success {
  background: #f0fdf4;
  color: var(--bco-ok, #2E9E5B);
  border: 1px solid #bbf7d0;
}
.page-template-checkout-page .bco-coupon-msg--error {
  background: #fef2f2;
  color: var(--bco-error, #dc2626);
  border: 1px solid #fecaca;
}

/* -- Discount line in totals -- */
.page-template-checkout-page .bco-discount-line { color: var(--bco-ok, #2E9E5B); font-weight: 600; }
.page-template-checkout-page .bco-discount-val  { color: var(--bco-ok, #2E9E5B); }

/* -- Per-item discounted price -- */
.page-template-checkout-page .bco-new-price {
  color: var(--bco-ok, #2E9E5B);
  font-weight: 700;
}