.lp-wedo-stripe-pay.lp-payment-method-content,
.lp-wedo-stripe-pay .lp-payment-method-content-i {
  display: block;
  width: 100%;
  text-align: center;
}

.lp-wedo-stripe-pay .lp-wedo-stripe-pay-copy {
  display: block;
  width: 100%;
  margin: 0 0 18px;
  padding: 0;
  text-align: center !important;
  font-size: 14px;
  line-height: 1.5;
  color: #6b7280;
}

.lp-wedo-stripe-pay .lp-wedo-stripe-pay-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: 0 auto;
}

.lp-wedo-stripe-pay .lp-wedo-stripe-pay-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 16px;
  width: 100%;
  max-width: 100%;
}

.lp-wedo-stripe-pay .lp-wedo-stripe-policy-wrap {
  display: flex;
  align-items: center;
  flex: 0 1 auto;
  margin: 0;
  padding: 0;
}

.lp-wedo-stripe-pay .lp-wedo-stripe-policy {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  text-align: left;
  font-size: 13px;
  line-height: 1.4;
  color: #374151;
  cursor: pointer;
}

.lp-wedo-stripe-pay .lp-wedo-stripe-policy input[type='checkbox'] {
  margin: 0;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
}

.lp-wedo-stripe-pay .lp-wedo-stripe-policy-link {
  color: #374151 !important;
  text-decoration: underline;
  font-weight: 600;
}

.lp-wedo-stripe-pay .lp-wedo-stripe-policy-link:hover,
.lp-wedo-stripe-pay .lp-wedo-stripe-policy-link:focus {
  color: #111827 !important;
}

.lp-wedo-stripe-pay .lp-wedo-stripe-pay-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 240px;
  margin: 0;
  padding: 12px 22px;
  border: none;
  border-radius: 999px;
  background: #635bff !important;
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.12);
}

.lp-wedo-stripe-pay .lp-wedo-stripe-pay-btn:hover:not(:disabled),
.lp-wedo-stripe-pay .lp-wedo-stripe-pay-btn:focus:not(:disabled) {
  background: #4f46e5 !important;
  color: #fff !important;
}

.lp-wedo-stripe-pay .lp-wedo-stripe-pay-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.lp-wedo-stripe-pay .lp-wedo-stripe-pay-error {
  display: none;
  width: 100%;
  text-align: center;
  color: #b00020;
}

@media (max-width: 520px) {
  .lp-wedo-stripe-pay .lp-wedo-stripe-pay-row {
    flex-direction: column;
    align-items: center;
  }

  .lp-wedo-stripe-pay .lp-wedo-stripe-pay-btn {
    width: 100%;
    max-width: 280px;
  }

  .lp-wedo-stripe-pay .lp-wedo-stripe-policy-wrap {
    justify-content: center;
  }
}
