/* Kinetoscope Subscription Wizard Styles */


/* Step Header */
.ks-step-header h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}


.ks-formula-card {

  padding: 30px;

}

.ks-formula-card h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.ks-formula-price-block {
  margin-bottom: 15px;
}

.ks-formula-price-block .ks-price {
  font-size: 28px;
  font-weight: bold;
}

.ks-formula-price-block .ks-sub {
  font-size: 14px;
}

.ks-formula-extra {
  font-size: 14px;
  margin-bottom: 20px;
}


/* ─────────────────────────────────────────────────────────────
   Étape 4 – Paiement
   ───────────────────────────────────────────────────────────── */

/* Label de section (Informations du compte) */
.ks-section-label {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  padding-bottom: .5rem;
  border-bottom: 2px solid #111;
}

/* Sections du formulaire (Contact, Structure, Facturation) */
.ks-form-section {
  margin-bottom: 2rem;
}

.ks-section-title {
  margin-bottom: 1.5rem;
}


/* ─── Colonne droite : carte invoice ─── */

.ks-invoice-card {

}


/* Code promo */
.ks-promo-block {
  margin-bottom: 1rem;
}


/* Lignes du récapitulatif */
.ks-invoice-divider {
  border-color: #e0e0e0;
  margin: 1rem 0;
}

.ks-invoice-lines {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.ks-invoice-line {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  border-bottom: 1px solid white;
  margin-bottom: 10px;
  padding-bottom: 2px;
}

.ks-invoice-line-label {
  color: #000;
}

.ks-invoice-line-value {
  font-weight: 500;
  text-align: right;
}

.ks-discount-value {
  color: #000;
}

/* Total */
.ks-invoice-total {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  font-size: 1.05rem;
}


.ks-payment-method-option input[type="radio"] {
  accent-color: #111;
}


/* Promo error */
.ks-promo-error {
  font-size: .82rem;
}

