.payment_box.payment_method_edd_draft * {
  font-family: Montserrat, sans-serif !important;
}

.payment_box.payment_method_edd_draft {
  background: #fafafa !important;
  padding: 1.41575em !important;
}

.payment_box.payment_method_edd_draft input {
  font-size: 14px !important;
}

.payment_box.payment_method_edd_draft label {
  cursor: pointer !important;
  line-height: 19.416px !important;
}

#payment .payment_methods li .payment_box.payment_method_edd_draft img {
  max-height: unset;
}

.payment_box.payment_method_edd_draft input[type="checkbox"],
.payment_box.payment_method_edd_draft input[type="radio"] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  border-radius: 9999px !important;
  border: 1px solid rgb(209 213 219) !important;
  color: rgb(138 204 18) !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  padding: 0 !important;
  -webkit-print-color-adjust: exact !important;
  print-color-adjust: exact !important;
  display: inline-block !important;
  vertical-align: middle !important;
  background-origin: border-box !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
  flex-shrink: 0 !important;
  background-color: #fff !important;
  margin: 0 !important;
  margin-right: 6px !important;
  cursor: pointer;
}

.payment_box.payment_method_edd_draft input[type="checkbox"]:focus,
.payment_box.payment_method_edd_draft input[type="radio"]:focus {
  outline-color: rgb(138 204 18) !important;
  outline-offset: 2px !important;
}

.payment_box.payment_method_edd_draft input[type="checkbox"]:checked,
.payment_box.payment_method_edd_draft input[type="radio"]:checked {
  border-color: transparent !important;
  background-color: currentColor !important;
}

.payment_box.payment_method_edd_draft input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e") !important;
}

.payment_box.payment_method_edd_draft input[type="radio"]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e") !important;
}

.payment_method_edd input {
  border-color: #6dc22e !important;
}
#edd-payment-method .draft-logo {
  height: 50px !important;
  background: url("../images/logo.png") center no-repeat !important;
  background-size: contain !important;
  margin-bottom: 1em !important;
}

input[type="email"].email-input,
.email-input {
  border-radius: 10px !important;
  border: 1px solid #ea6000 !important;
  background-color: white !important;
  height: 44px !important;
  width: 100% !important;
  font-size: 14px !important;
  padding: 0 0.5rem !important;
}

#email-label {
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 17px !important;
}

.text-subtitle {
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 15px !important;
  text-decoration-line: underline !important;
  color: #202020 !important;
}

.woocommerce-checkout-payment button.edd-button,
.woocommerce-checkout-payment button.edd-button:hover {
  background: linear-gradient(180deg, #6ca800 0%, #8acc12 100%) !important;
  border-radius: 10px !important;
  width: 141px !important;
  height: 44px !important;
  outline: unset !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 17px !important;
  color: #ffffff !important;
  border: unset !important;
  cursor: pointer;
  padding: 0 !important;
}

.edd-h3 {
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #202020 !important;
}

.edd-text {
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  text-align: center !important;
  color: #202020 !important;
}

.edd-text-muted {
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 11px !important;
  line-height: 13px !important;
  text-align: center !important;
}

.edd-bold-title {
  font-family: sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 24px !important;
  display: flex !important;
  align-items: center !important;

  /* Neutrals/Black */

  color: #202020 !important;
}

.edd-text-red {
  color: rgb(234, 0, 0) !important;
}

.hentry .entry-content a.edd-terms-link {
  font-weight: bold !important;
  text-decoration: none !important;
  color: black !important;
}

.hentry .entry-content a.edd-terms-link:hover {
  text-decoration: underline !important;
}

#edd-draft-back-button {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: black !important;
}

#edd-draft-back-button:hover {
  text-decoration-line: underline !important;
  text-underline-offset: 2px !important;
  cursor: pointer !important;
}
