/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.post-elevate-form {
  padding: 0 !important;
  margin-bottom: 50px;
}
.post-elevate-form #paypal {
  display: none;
}
.post-elevate-form.paypal #paypal {
  display: block;
}
.post-elevate-form #tribute,
.post-elevate-form #thank-you,
.post-elevate-form #name-on-card-wrapper,
.post-elevate-form .prev-step,
.post-elevate-form button.next,
.post-elevate-form .h-submit {
  display: none;
}
.post-elevate-form #payment .h-submit {
  display: block;
}
.post-elevate-form .flex-wrapper:has(#is-tribute) {
  justify-content: center;
}
.post-elevate-form .flex-wrapper:has(#is-tribute) .checks {
  padding: 5px 0 10px;
}
.post-elevate-form.use-slick .slick-initialized #tribute,
.post-elevate-form.use-slick .slick-initialized #thank-you,
.post-elevate-form.use-slick .slick-initialized .prev-step,
.post-elevate-form.use-slick .slick-initialized .h-submit {
  display: block;
}
.post-elevate-form.use-slick .slick-initialized #name-on-card-wrapper {
  display: flex;
}
.post-elevate-form.use-slick .slick-initialized button.next {
  display: inline-block;
}

/*# sourceMappingURL=post-elevate-public.css.map */
