/**
 * TEN Checkout — exclusive light booking / payment UI
 * Scoped to .tx-courses — does not alter Stripe JS behavior.
 */
.tx-courses .checkout-shell {
  --ck-bg: #f7f5f2;
  --ck-surface: #ffffff;
  --ck-ink: #1c1c1c;
  --ck-muted: #6b6b6b;
  --ck-line: #e6e2dc;
  --ck-accent: #cc0607;
  --ck-accent-soft: #f8e8e8;
  --ck-radius: 14px;
  --ck-shadow: 0 12px 40px rgba(28, 28, 28, 0.06);
  --ck-shadow-sm: 0 4px 16px rgba(28, 28, 28, 0.04);
  position: relative;
  margin: 0 -12px 48px;
  padding: 28px 12px 40px;
  color: var(--ck-ink);
  background-color: var(--ck-bg);
  background-image:
    radial-gradient(circle at 1px 1px, rgba(28, 28, 28, 0.045) 1px, transparent 0);
  background-size: 22px 22px;
  border-radius: 20px;
}

.tx-courses .checkout-shell > * {
  position: relative;
  z-index: 1;
}

.tx-courses .checkout-shell .typo3-messages,
.tx-courses .checkout-shell .flashmessages,
.tx-courses .checkout-shell .tx-courses-flashmessages {
  margin-bottom: 16px;
}

/* Header */
.tx-courses .checkout-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px 24px;
  margin: 0 4px 28px;
}

.tx-courses .checkout-header__eyebrow {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ck-accent);
}

.tx-courses .checkout-header h4,
.tx-courses .checkout-header__title {
  margin: 0;
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--ck-ink);
}

.tx-courses .checkout-header__meta {
  margin: 0;
  padding: 12px 16px;
  background: var(--ck-surface);
  border: 1px solid var(--ck-line);
  border-radius: 999px;
  box-shadow: var(--ck-shadow-sm);
  font-size: 14px;
  color: var(--ck-muted);
}

.tx-courses .checkout-header__meta a {
  color: var(--ck-accent);
  font-weight: 600;
  text-decoration: none;
}

.tx-courses .checkout-header__meta a:hover {
  text-decoration: underline;
}

.tx-courses .checkout-header__meta strong {
  color: var(--ck-ink);
}

/* Steps */
.tx-courses .checkout-shell ul.registration_steps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 4px 28px;
  padding: 0;
  list-style: none;
}

.tx-courses .checkout-shell ul.registration_steps li {
  position: relative;
  flex: 1 1 140px;
  margin: 0 !important;
  padding: 14px 16px 14px 44px !important;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--ck-line);
  border-radius: 999px;
  color: var(--ck-muted);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  box-shadow: none;
}

.tx-courses .checkout-shell ul.registration_steps li:before,
.tx-courses .checkout-shell ul.registration_steps li:after {
  display: none !important;
  content: none !important;
}

.tx-courses .checkout-shell ul.registration_steps li + li {
  margin-left: 0 !important;
}

.tx-courses .checkout-shell ul.registration_steps li.act_step {
  background: var(--ck-surface);
  border-color: rgba(204, 6, 7, 0.35);
  color: var(--ck-ink);
  box-shadow: var(--ck-shadow-sm);
}

.tx-courses .checkout-shell ul.registration_steps li.act_step::after {
  display: block !important;
  content: "" !important;
  position: absolute;
  left: 14px;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border-radius: 50%;
  background: var(--ck-accent);
  box-shadow: 0 0 0 4px var(--ck-accent-soft);
}

/* Layout */
.tx-courses .checkout-shell .registration {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(260px, 0.9fr);
  gap: 22px;
  margin-top: 0;
  align-items: start;
}

@media screen and (max-width: 960px) {
  .tx-courses .checkout-shell .registration {
    grid-template-columns: 1fr;
  }
  .tx-courses .checkout-shell .registration .right {
    order: -1;
  }
}

.tx-courses .checkout-shell .registration .left,
.tx-courses .checkout-shell .registration .right {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.tx-courses .checkout-panel,
.tx-courses .checkout-shell #newOrderForm.boxelement,
.tx-courses .checkout-shell .course.boxelement,
.tx-courses .checkout-shell .hintNoChangeData.boxelement,
.tx-courses .checkout-pay-panel {
  background: var(--ck-surface);
  border: 1px solid var(--ck-line);
  border-radius: var(--ck-radius);
  box-shadow: var(--ck-shadow);
}

.tx-courses .checkout-shell #newOrderForm.boxelement {
  padding: 28px 26px 30px;
}

.tx-courses .checkout-shell .course.boxelement {
  padding: 24px;
}

.tx-courses .checkout-shell .hintNoChangeData.boxelement {
  margin-top: 14px;
  padding: 16px 18px;
  font-size: 14px;
  color: var(--ck-muted);
  line-height: 1.45;
}

/* Section titles inside form */
.tx-courses .checkout-section-title {
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--ck-line);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--ck-ink);
}

.tx-courses .checkout-shell .billing_main_wrap,
.tx-courses .checkout-shell .notification_wrap,
.tx-courses .checkout-shell .participantwrap,
.tx-courses .checkout-shell .payment_method_wrap,
.tx-courses .checkout-shell .mein-bereich-flags,
.tx-courses .checkout-shell .createUser_element {
  margin: 22px 0 0;
  padding: 20px 18px;
  background: #fbfaf8;
  border: 1px solid var(--ck-line);
  border-radius: 12px;
  box-shadow: none;
}

.tx-courses .checkout-shell .notification_wrap,
.tx-courses .checkout-shell .participantwrap {
  border-bottom: 1px solid var(--ck-line);
}

.tx-courses .checkout-shell hr {
  display: none;
}

.tx-courses .checkout-shell .comment_element {
  margin-top: 22px;
}

.tx-courses .checkout-shell .comment_element textarea {
  min-height: 96px;
  width: 100%;
  box-sizing: border-box;
}

.tx-courses .checkout-shell form label {
  font-weight: 600;
  color: var(--ck-ink);
}

.tx-courses .checkout-shell form input[type="text"],
.tx-courses .checkout-shell form input[type="email"],
.tx-courses .checkout-shell form input[type="password"],
.tx-courses .checkout-shell form input[type="tel"],
.tx-courses .checkout-shell form input[type="file"],
.tx-courses .checkout-shell form textarea {
  border: 1px solid var(--ck-line);
  border-radius: 10px;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.tx-courses .checkout-shell form input[type="text"]:focus,
.tx-courses .checkout-shell form input[type="email"]:focus,
.tx-courses .checkout-shell form input[type="password"]:focus,
.tx-courses .checkout-shell form textarea:focus {
  outline: none;
  border-color: rgba(204, 6, 7, 0.45);
  box-shadow: 0 0 0 3px var(--ck-accent-soft);
}

/* Billing option cards */
.tx-courses .checkout-shell .billing-type-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

@media screen and (max-width: 640px) {
  .tx-courses .checkout-shell .billing-type-options {
    grid-template-columns: 1fr;
  }
}

.tx-courses .checkout-shell .billing-type-option {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding: 14px 14px;
  background: #fff;
  border: 1px solid var(--ck-line);
  border-radius: 12px;
  font-weight: 500;
  line-height: 1.35;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.tx-courses .checkout-shell .billing-type-option:hover {
  border-color: #d0cbc3;
  box-shadow: var(--ck-shadow-sm);
}

.tx-courses .checkout-shell .billing-type-option:has(input:checked) {
  border-color: rgba(204, 6, 7, 0.45);
  background: var(--ck-accent-soft);
  box-shadow: inset 0 0 0 1px rgba(204, 6, 7, 0.12);
}

/* Payment method cards */
.tx-courses .checkout-paygrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 12px 0 8px;
}

@media screen and (max-width: 640px) {
  .tx-courses .checkout-paygrid {
    grid-template-columns: 1fr;
  }
}

.tx-courses .checkout-shell .payment-option,
.tx-courses .checkout-paycard {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
}

.tx-courses .checkout-shell .payment-option > input[type="radio"],
.tx-courses .checkout-paycard > input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.tx-courses .checkout-paycard__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 118px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--ck-line);
  border-radius: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
  box-shadow: var(--ck-shadow-sm);
}

.tx-courses .checkout-paycard:hover .checkout-paycard__body {
  border-color: #d0cbc3;
  transform: translateY(-1px);
}

.tx-courses .checkout-paycard > input:checked + .checkout-paycard__body,
.tx-courses .checkout-shell .payment-option > input:checked + .checkout-paycard__body {
  border-color: rgba(204, 6, 7, 0.5);
  background: linear-gradient(180deg, #fff 0%, #fff8f8 100%);
  box-shadow: 0 10px 28px rgba(204, 6, 7, 0.08);
}

.tx-courses .checkout-paycard__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.tx-courses .checkout-paycard__icon {
  width: 48px;
  height: 32px;
  flex: 0 0 auto;
  border-radius: 4px;
  overflow: hidden;
}

.tx-courses .checkout-paycard__icon .pay-logo {
  display: block;
  width: 100%;
  height: 100%;
}

/* Payment logos as CSS (no external SVG files — avoids broken images on Live) */
.tx-courses .pay-logo {
  display: inline-block;
  width: 42px;
  height: 28px;
  flex: 0 0 auto;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  vertical-align: middle;
}
.tx-courses .pay-logo--visa {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 32'%3E%3Crect width='48' height='32' rx='4' fill='%231A1F71'/%3E%3Ctext x='24' y='21' text-anchor='middle' fill='%23fff' font-family='Arial,Helvetica,sans-serif' font-size='11' font-weight='700' font-style='italic'%3EVISA%3C/text%3E%3C/svg%3E");
}
.tx-courses .pay-logo--mastercard {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 32'%3E%3Crect width='48' height='32' rx='4' fill='%23F5F5F5' stroke='%23E5E5E5'/%3E%3Ccircle cx='19' cy='16' r='8' fill='%23EB001B'/%3E%3Ccircle cx='29' cy='16' r='8' fill='%23F79E1B'/%3E%3Cpath d='M24 9.7a8 8 0 0 1 0 12.6 8 8 0 0 1 0-12.6z' fill='%23FF5F00'/%3E%3C/svg%3E");
}
.tx-courses .pay-logo--paypal {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 32'%3E%3Crect width='48' height='32' rx='4' fill='%23003087'/%3E%3Ctext x='24' y='20' text-anchor='middle' fill='%23fff' font-family='Arial,Helvetica,sans-serif' font-size='9' font-weight='700'%3EPayPal%3C/text%3E%3C/svg%3E");
}
.tx-courses .pay-logo--sepa {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 32'%3E%3Crect width='48' height='32' rx='4' fill='%23003399'/%3E%3Crect x='6' y='8' width='36' height='16' rx='2' fill='%23fff'/%3E%3Ctext x='24' y='19.5' text-anchor='middle' fill='%23003399' font-family='Arial,Helvetica,sans-serif' font-size='9' font-weight='700'%3ESEPA%3C/text%3E%3C/svg%3E");
}
.tx-courses .pay-logo--applepay {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 32'%3E%3Crect width='48' height='32' rx='4' fill='%23111'/%3E%3Cpath fill='%23fff' d='M18.2 11.2c.5-.6.9-1.5.8-2.4-.8 0-1.8.5-2.4 1.2-.5.6-.9 1.5-.8 2.3.9.1 1.8-.4 2.4-1.1zm2.3 1.1c-1.3-.1-2.4.7-3 .7s-1.6-.7-2.6-.7c-1.3 0-2.6.8-3.2 2-.7 1.5-.2 3.6.5 4.8.6 1 1.3 1.9 2.2 1.9.9 0 1.2-.6 2.3-.6s1.4.6 2.3.6c1 0 1.6-1 2.2-1.9.7-1 .9-1.9.9-2-.1 0-1.7-.7-1.7-2.5 0-1.6 1.3-2.3 1.3-2.3-.7-.1-1.4.1-2.2.3z'/%3E%3Ctext x='33' y='19.5' text-anchor='middle' fill='%23fff' font-family='Arial,Helvetica,sans-serif' font-size='8' font-weight='600'%3EPay%3C/text%3E%3C/svg%3E");
}
.tx-courses .pay-logo--googlepay {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 32'%3E%3Crect width='48' height='32' rx='4' fill='%23fff' stroke='%23E5E5E5'/%3E%3Ctext x='24' y='20' text-anchor='middle' fill='%235F6368' font-family='Arial,Helvetica,sans-serif' font-size='9' font-weight='700'%3EG%C2%A0Pay%3C/text%3E%3C/svg%3E");
}
.tx-courses .pay-logo--online {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 32'%3E%3Crect width='48' height='32' rx='4' fill='%23FFF0F0'/%3E%3Crect x='10' y='9' width='28' height='14' rx='2' fill='%23cc0607'/%3E%3Crect x='12' y='11' width='10' height='3' rx='0.5' fill='%23fff' opacity='0.85'/%3E%3Ccircle cx='30' cy='19' r='2' fill='%23fff' opacity='0.9'/%3E%3Ccircle cx='34' cy='19' r='2' fill='%23fff' opacity='0.55'/%3E%3C/svg%3E");
}
.tx-courses .pay-logo--cash {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 32'%3E%3Crect width='48' height='32' rx='4' fill='%23E8F5EC'/%3E%3Crect x='8' y='8' width='32' height='16' rx='2' fill='%232E7D4F'/%3E%3Ccircle cx='24' cy='16' r='5' fill='%23E8F5EC'/%3E%3Ctext x='24' y='19' text-anchor='middle' fill='%232E7D4F' font-family='Arial,Helvetica,sans-serif' font-size='8' font-weight='700'%3E%E2%82%AC%3C/text%3E%3C/svg%3E");
}
.tx-courses .pay-logo--invoice {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 32'%3E%3Crect width='48' height='32' rx='4' fill='%23F3F6FB'/%3E%3Crect x='14' y='6' width='20' height='20' rx='1.5' fill='%23fff' stroke='%234A6FA5' stroke-width='1.5'/%3E%3Cpath d='M18 12h12M18 16h12M18 20h7' stroke='%234A6FA5' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}
.tx-courses .pay-logo--bg {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 32'%3E%3Crect width='48' height='32' rx='4' fill='%23FFF5EB'/%3E%3Crect x='10' y='7' width='28' height='18' rx='2' fill='%23C45C26'/%3E%3Cpath d='M16 13h16M16 17h12M16 21h8' stroke='%23fff' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.tx-courses .checkout-brands .pay-logo {
  width: 42px;
  height: 28px;
}

.tx-courses .checkout-paycard__check {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1.5px solid #c8c2b8;
  background: #fff;
  position: relative;
  flex: 0 0 auto;
}

.tx-courses .checkout-paycard > input:checked + .checkout-paycard__body .checkout-paycard__check {
  border-color: var(--ck-accent);
  background: var(--ck-accent);
}

.tx-courses .checkout-paycard > input:checked + .checkout-paycard__body .checkout-paycard__check::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.tx-courses .checkout-paycard__title {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--ck-ink);
  line-height: 1.3;
}

.tx-courses .checkout-paycard__hint {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: var(--ck-muted);
}

.tx-courses .checkout-brands {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}

.tx-courses .checkout-brands img {
  display: none;
}

.tx-courses .checkout-brands--row {
  margin: 10px 0 4px;
  padding: 10px 12px;
  background: #fff;
  border: 1px dashed var(--ck-line);
  border-radius: 10px;
}

.tx-courses .checkout-brands__label {
  width: 100%;
  margin: 0 0 2px;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ck-muted);
  font-weight: 600;
}

.tx-courses .checkout-shell .payment_method_wrap > p,
.tx-courses .checkout-shell .payment_method_wrap .hint {
  margin-top: 10px;
}

/* Course summary card */
.tx-courses .checkout-shell .course .chosen_course {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ck-accent);
}

.tx-courses .checkout-shell .course .header {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--ck-line);
}

.tx-courses .checkout-shell .course .header h5 {
  margin: 0 0 6px;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.tx-courses .checkout-shell .course .header strong {
  display: block;
  font-weight: 500;
  color: var(--ck-muted);
  font-size: 14px;
  line-height: 1.4;
}

.tx-courses .checkout-shell .course .time {
  margin: 0;
  font-weight: 500;
  color: var(--ck-muted);
  font-size: 14px;
  text-align: left !important;
}

.tx-courses .checkout-shell .course .price {
  margin: 16px 0 18px;
  text-align: left !important;
}

.tx-courses .checkout-shell .course .price .oldprice {
  display: block;
  margin-bottom: 4px;
  color: var(--ck-muted);
  font-size: 13px;
}

.tx-courses .checkout-shell .course .price .newprice {
  display: block;
  color: var(--ck-ink);
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.tx-courses .checkout-shell .course .text-right {
  text-align: left !important;
}

.tx-courses .checkout-shell .availableSeats,
.tx-courses .checkout-shell .maximalSeats {
  box-shadow: none;
  border-radius: 10px;
  border: 1px solid var(--ck-line);
  background: #fff;
}

.tx-courses .checkout-shell .maximalSeats {
  border-color: rgba(204, 6, 7, 0.35);
  background: var(--ck-accent-soft);
}

.tx-courses .checkout-shell .newOrderForm_check .boxelement {
  background: #fbfaf8;
  border: 1px solid var(--ck-line);
  border-radius: 12px;
  box-shadow: none;
}

.tx-courses .checkout-shell .terms_wrapall {
  margin-top: 22px;
}

.tx-courses .checkout-shell .checksubmit_wrap {
  margin-top: 24px;
}

/* Pay page */
.tx-courses .checkout-pay {
  max-width: 720px;
  margin: 0 auto;
}

.tx-courses .checkout-pay-panel {
  padding: 28px 26px 30px;
}

.tx-courses .checkout-pay-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0 0 22px;
}

@media screen and (max-width: 520px) {
  .tx-courses .checkout-pay-summary {
    grid-template-columns: 1fr;
  }
}

.tx-courses .checkout-pay-summary__item {
  padding: 14px 16px;
  background: #fbfaf8;
  border: 1px solid var(--ck-line);
  border-radius: 12px;
}

.tx-courses .checkout-pay-summary__label {
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ck-muted);
  font-weight: 600;
}

.tx-courses .checkout-pay-summary__value {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--ck-ink);
}

.tx-courses .checkout-pay-summary__value--price {
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}

.tx-courses .checkout-pay-intro {
  margin: 0 0 18px;
  color: var(--ck-muted);
  line-height: 1.5;
  font-size: 15px;
}

.tx-courses .stripe-payment-form {
  margin-top: 8px;
}

.tx-courses .stripe-payment-element {
  margin: 8px 0 18px;
  padding: 4px 0;
}

.tx-courses .stripe-payment-message {
  margin: 0 0 14px;
  color: var(--ck-accent);
  font-size: 14px;
  min-height: 1.2em;
}

.tx-courses .checkout-secure-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0 0;
  font-size: 12px;
  color: var(--ck-muted);
}

.tx-courses .checkout-secure-note::before {
  content: "";
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236b6b6b'%3E%3Cpath d='M12 2l7 3v6c0 5-3.4 9.4-7 11-3.6-1.6-7-6-7-11V5l7-3zm0 4.2L7 8v3.2c0 3.5 2.2 6.7 5 8 2.8-1.3 5-4.5 5-8V8l-5-1.8z'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* Confirm participant */
.tx-courses .checkout-shell .participant-confirm {
  max-width: 640px;
  margin: 0 auto;
  padding: 28px 26px;
  background: var(--ck-surface);
  border: 1px solid var(--ck-line);
  border-radius: var(--ck-radius);
  box-shadow: var(--ck-shadow);
}

.tx-courses .checkout-shell .participant-confirm h4 {
  margin: 0 0 12px;
  font-size: 1.4rem;
  letter-spacing: -0.02em;
}

@media (prefers-reduced-motion: reduce) {
  .tx-courses .checkout-paycard__body,
  .tx-courses .checkout-shell .billing-type-option {
    transition: none;
  }
  .tx-courses .checkout-paycard:hover .checkout-paycard__body {
    transform: none;
  }
}

/* BG carrier selection (payment BG / Ersthelfer UV) */
.tx-courses .bg-carrier-panel {
  margin-top: 8px;
}

.tx-courses .bg-carrier-select-wrap select,
.tx-courses .bg-carrier-select {
  width: 100%;
  max-width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--ck-line, #d8d2c8);
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  color: var(--ck-ink, #1a1a1a);
}

.tx-courses .bg-docs-ready-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 8px 0 12px;
}

.tx-courses .bg-docs-ready-option {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  padding: 4px 2px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}

.tx-courses .bg-carrier-card {
  margin: 12px 0;
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid transparent;
}

.tx-courses .bg-carrier-card--warn {
  background: #fff6bf;
  border-color: #e6c200;
  color: #5c4b00;
}

.tx-courses .bg-carrier-card--help {
  background: #fff8e8;
  border-color: #e8d19a;
  color: #4a3b10;
}

.tx-courses .bg-carrier-card p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.45;
}

.tx-courses .bg-carrier-card p:last-child {
  margin-bottom: 0;
}

.tx-courses .bg-carrier-card__actions {
  margin-top: 10px !important;
}

.tx-courses .payment_method_wrap.bg-payment-highlight {
  outline: 2px solid #cc0607;
  outline-offset: 4px;
  border-radius: 10px;
}
