.form--white button,
button.stripe-payment-elements-submit-button {
	background: #0073cf;
	border-radius: 4px;
	line-height: 1.618;
	color: #f0ebf0;
	padding: 13px 22px;
	margin-top: 15px;
}

.form--white button::after,
button.stripe-payment-elements-submit-button::after {
	content: '';
	background-image: url('icon/right-arrow.svg');
	margin-left: 22px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: 16px;
	width: 36px;
}

.block--form .form__group:last-child {
	display: inherit !important;
}

.block--form div[data-captcha='recaptcha'] {
	padding-top: 4rem;
}

#contact-preferences .form__group--1 {
	opacity: 0;
	height: 0;
}

.header__feature {
	font-size: 0;
}

.header--appeals.form-step-1 .header__feature {
	height: auto;
	padding-bottom: 32px;
	padding-top: 48px;
}

.header--appeals.form-step-1 .header__feature .btn-price {
	color: #fff;
}

@media screen and (max-width: 1023px) {
	.header--appeals.form-step-1 .header__info {
		order: 2;
	}

	.header--appeals.form-step-1 .header__nav-feature {
		order: 3;
	}
}

@media screen and (min-width: 1024px) {
	.header--appeals.form-step-1 .header__feature {
		padding-top: 0;
	}
}

@media screen and (min-width: 1300px) {
	.header--appeals.form-step-1 .header__feature .donation-form__options .card__container .card__content {
		padding: 16px;
	}

	.header--appeals.form-step-1 .header__feature .donation-form__options .card__container .card__detail .card__title {
		font-size: 20px;
	}

	.header--appeals.form-step-1 .header__feature .donation-form__options .card__container .card__actions {
		margin-top: 16px;
	}
	.header--appeals.form-step-1 .header__feature .donation-form__options .card__container .card__actions .btn-price {
		font-size: 40px;
		letter-spacing: -1.183px;
	}
}
