.elementor-2193 .elementor-element.elementor-element-ebb761c{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-b6de485 *//* ── DONATION PLATFORM FOR WOOCOMMERCE — SITE THEME ── */

/* Step progress bar */
.wcdp-steps,
.wcdp-progress {
  font-family: 'Inter', system-ui, sans-serif !important;
  margin-bottom: 28px !important;
}
.wcdp-step-label,
.wcdp-steps span {
  font-family: 'Inter', system-ui, sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: .04em !important;
  color: #7A95A5 !important;
}
/* Active step */
.wcdp-step.active .wcdp-step-label,
.wcdp-steps .active span {
  color: #0B3558 !important;
}
/* Step circles */
.wcdp-step-number,
.wcdp-steps .step-number {
  background: #DDE6EA !important;
  color: #7A95A5 !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  border: none !important;
}
.wcdp-step.active .wcdp-step-number,
.wcdp-step.completed .wcdp-step-number {
  background: #3CAA3A !important;
  color: #fff !important;
}
/* Progress line */
.wcdp-progress-bar,
.wcdp-steps .progress-line {
  background: #3CAA3A !important;
}

/* All form text */
.wcdp-form *,
.wcdp-donation-form * {
  font-family: 'Inter', system-ui, sans-serif !important;
}

/* Section headings */
.wcdp-form h3,
.wcdp-form h4,
.wcdp-donation-form h3,
.woocommerce-billing-fields h3,
.woocommerce #order_review_heading {
  font-family: Georgia, serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #0B3558 !important;
  letter-spacing: -.01em !important;
  margin-bottom: 16px !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid #DDE6EA !important;
}

/* Labels */
.wcdp-form label,
.woocommerce-billing-fields label,
.woocommerce label {
  font-family: 'Inter', system-ui, sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  color: #7A95A5 !important;
  margin-bottom: 6px !important;
  display: block !important;
}

/* Amount input */
.wcdp-amount input[type="number"],
.wcdp-amount input[type="text"],
.wcdp-contribution input {
  border: 1.5px solid #DDE6EA !important;
  border-radius: 4px !important;
  padding: 13px 16px !important;
  font-family: 'Inter', system-ui, sans-serif !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #0B3558 !important;
  width: 100% !important;
  background: #fff !important;
  -moz-appearance: textfield !important;
}
.wcdp-amount input::-webkit-outer-spin-button,
.wcdp-amount input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
.wcdp-amount input:focus,
.wcdp-contribution input:focus {
  border-color: #0B3558 !important;
  outline: none !important;
  box-shadow: none !important;
}

/* All text inputs — billing form */
.woocommerce-billing-fields input[type="text"],
.woocommerce-billing-fields input[type="email"],
.woocommerce-billing-fields input[type="tel"],
.woocommerce-billing-fields select,
.woocommerce input.input-text,
.woocommerce select {
  border: 1.5px solid #DDE6EA !important;
  border-radius: 4px !important;
  padding: 11px 14px !important;
  font-family: 'Inter', system-ui, sans-serif !important;
  font-size: 14px !important;
  color: #20323D !important;
  width: 100% !important;
  background: #fff !important;
  height: auto !important;
}
.woocommerce input.input-text:focus,
.woocommerce select:focus {
  border-color: #0B3558 !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Next button */
.wcdp-next,
.wcdp-btn-next,
button.wcdp-next {
  background: #0B3558 !important;
  color: #fff !important;
  font-family: 'Inter', system-ui, sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  border-radius: 4px !important;
  border: none !important;
  padding: 13px 32px !important;
  cursor: pointer !important;
  transition: background .15s !important;
  float: right !important;
}
.wcdp-next:hover { background: #0a2a46 !important; }

/* Back button */
.wcdp-back,
.wcdp-btn-back,
button.wcdp-back {
  background: transparent !important;
  color: #7A95A5 !important;
  font-family: 'Inter', system-ui, sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  border: 1.5px solid #DDE6EA !important;
  border-radius: 4px !important;
  padding: 12px 24px !important;
  cursor: pointer !important;
  transition: all .15s !important;
}
.wcdp-back:hover { border-color: #0B3558 !important; color: #0B3558 !important; }

/* Donate Now / final submit button */
.wcdp-donate,
.wcdp-submit,
button.wcdp-donate,
#wcdp-donate-btn,
.woocommerce #place_order,
.wcdp-form button[type="submit"] {
  background: #3CAA3A !important;
  color: #fff !important;
  font-family: 'Inter', system-ui, sans-serif !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  border-radius: 4px !important;
  border: none !important;
  padding: 15px 0 !important;
  width: 100% !important;
  cursor: pointer !important;
  transition: background .15s !important;
  letter-spacing: .01em !important;
}
.wcdp-donate:hover,
.wcdp-form button[type="submit"]:hover {
  background: #2E8C2C !important;
}

/* Order summary table */
.wcdp-summary table,
.woocommerce-checkout-review-order table {
  width: 100% !important;
  border-collapse: collapse !important;
  font-family: 'Inter', system-ui, sans-serif !important;
  font-size: 14px !important;
}
.wcdp-summary td,
.woocommerce-checkout-review-order td,
.woocommerce-checkout-review-order th {
  padding: 12px 0 !important;
  border-bottom: 1px solid #DDE6EA !important;
  color: #20323D !important;
}
.wcdp-summary .total td,
.woocommerce-checkout-review-order .order-total td,
.woocommerce-checkout-review-order .order-total th {
  font-weight: 700 !important;
  color: #0B3558 !important;
  font-size: 16px !important;
  border-bottom: none !important;
}

/* Coupon row — hide it for donations */
.wcdp-coupon,
.woocommerce-form-coupon-toggle,
.checkout_coupon {
  display: none !important;
}

/* Payment section */
.woocommerce-payment-methods label {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #0B3558 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

/* Stripe element container */
.StripeElement,
.wc-stripe-elements-field {
  border: 1.5px solid #DDE6EA !important;
  border-radius: 4px !important;
  padding: 12px 14px !important;
  background: #fff !important;
  transition: border-color .15s !important;
}
.StripeElement--focus {
  border-color: #0B3558 !important;
}

/* Mobile */
@media(max-width:600px) {
  .wcdp-next { width: 100% !important; float: none !important; }
  .wcdp-back { width: 100% !important; margin-bottom: 8px !important; }
  .woocommerce input.input-text,
  .woocommerce select { font-size: 16px !important; }
}














/* ── AMOUNT FIELD ALIGNMENT ── */

/* Wrapper — put $ and input on same row */
body.page-id-2193 .wcdp-amount {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

/* $ symbol — match input size */
body.page-id-2193 span.woocommerce-Price-currencySymbol {
  font-size: 22px !important;
  font-weight: 600 !important;
  color: #0B3558 !important;
  line-height: 1 !important;
  flex-shrink: 0 !important;
}

/* Input — left-align the number, full width */
body.page-id-2193 input.wcdp-input-field.wcdp-donation-amount-field {
  text-align: left !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  color: #0B3558 !important;
  border: 1.5px solid #DDE6EA !important;
  border-radius: 4px !important;
  padding: 13px 16px !important;
  width: 100% !important;
  background: #fff !important;
  -moz-appearance: textfield !important;
}
body.page-id-2193 input.wcdp-input-field.wcdp-donation-amount-field::-webkit-outer-spin-button,
body.page-id-2193 input.wcdp-input-field.wcdp-donation-amount-field::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
body.page-id-2193 input.wcdp-input-field.wcdp-donation-amount-field:focus {
  border-color: #0B3558 !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Font fix */
body.page-id-2193 * {
  font-family: 'Inter', system-ui, sans-serif !important;
}
body.page-id-2193 h3 {
  font-family: Georgia, serif !important;
  color: #0B3558 !important;
}
body.page-id-2193 label {
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  color: #7A95A5 !important;
}
























/* $ large ONLY in the amount input on page 1 */
body.page-id-2193 .wcdp-amount span.woocommerce-Price-currencySymbol {
  font-size: 22px !important;
  font-weight: 600 !important;
  color: #0B3558 !important;
  vertical-align: middle !important;
}

/* $ normal size in payment summary table */
body.page-id-2193 bdi .woocommerce-Price-currencySymbol,
body.page-id-2193 table .woocommerce-Price-currencySymbol {
  font-size: 1em !important;
  font-weight: inherit !important;
  vertical-align: baseline !important;
}

/* Left-align the number in amount input */
body.page-id-2193 input.wcdp-input-field,
body.page-id-2193 input[name="wcdp-donation-amount"],
body.page-id-2193 #wcdp-step-1 input[type="number"] {
  text-align: left !important;
  padding-left: 14px !important;
}/* End custom CSS */


