/*Donation Form*/

/*h2.give-amount-heading {
	color: orange;
}*/
/*.give-personal-info-section fieldset:not(.ffm-field-container>fieldset) legend:first-of-type {
	color: orange;
}*/

.give-recurring-donors-choice {
	border: 2px solid #424242;
}
.give-fee-message-label {
	background: #ffdf91;
}
.give-gateway-details fieldset {
	margin-bottom: 30px;
}
.give-tributes-dedicate-donation {
    padding-bottom: clamp(1.75rem,-0.9166666667rem + 8.3333333333vw,3.375rem);
}

@media screen and (min-width: 32rem) {
	.give-container-boxed .give-form-wrap {
		/*box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 13%);*/
		box-shadow: none;
	}
}

/*Donor Dashboard*/
.give-donor-dashboard-desktop-layout {
	box-shadow: none;
}