:root {
	--givewp-primary-color: #DE2525;
	--givewp-secondary-color: #499D98;
	--font-family: "Roboto Condensed";
}

.give-embed-form-wrapper iframe {
	width: 100%;
}

.give-form-templates {
	margin: 0;
}

.give-embed-form {
	max-width: 1240px;
	border-radius: 0;
	background-color: #F6F4F4;
	color: #000;
	font-family: var(--font-family);
	box-shadow: none;
}

.give-embed-form h2,
.give-embed-form p {
	color: currentColor;
}

.introduction .headline {
	margin-top: 64px;
	margin-bottom: 24px;
	font-size: 32px;
	font-weight: 500;
	text-transform: capitalize;
}

.introduction .seperator {
	display: none;
}

.introduction .description {
	margin-top: 0;
	margin-bottom: 64px;
	font-size: 18px;
	font-weight: 400;
}

.introduction .image {
	order: -1;
	padding: 40% 0 0;
}

.introduction .income-stats {
	background-color: transparent;
	color: rgba(0, 0, 0, .5);
	font-size: 12px;
	font-weight: 400;
	text-transform: capitalize;
}

.introduction .income-stats > div {
	position: relative;
	border: none !important;
}

.introduction .income-stats > div:not(:last-of-type)::after {
	content: "";
	position: absolute;
	top: calc(50% - 11px);
	right: 0;
	width: 1px;
	height: 22px;
	background-color: rgba(0, 0, 0, .2);
}

.introduction .income-stats .number {
	color: var(--givewp-primary-color);
	font-size: 28px;
	font-weight: 500;
	letter-spacing: -0.02em;
}

.give-progress-bar,
.give-progress-bar > span {
	border-radius: 0;
}

.give-progress-bar {
	height: 16px;
	background: #EEE5E5;
	box-shadow: none;
}

.introduction .progress-bar > div {
	margin-inline: 48px;
}

.give-progress-bar > span {
	mix-blend-mode: normal;
	background: var(--givewp-primary-color) !important;
}

.give-embed-form button,
.give-embed-form input[type=submit] {
	font-family: var(--font-family);
}

.give-btn {
	border-color: var(--givewp-primary-color) !important;
	border-radius: 0;
	background: var(--givewp-primary-color) !important;
	font-size: 16px;
	text-transform: uppercase;
}

.give-btn:hover {
	background: var(--givewp-primary-color) !important;
}

.give-btn:focus {
	box-shadow: none !important;
}

.give-form-navigator {
	border-bottom: 0;
	background: transparent;
}

.give-form-navigator > .title {
	color: currentColor;
}

.give-form-navigator > .back-btn {
	border-radius: 0;
	color: currentColor;
}

.choose-amount .content {
	margin: 48px 15%;
	font-size: 18px;
}

.choose-amount .give-donation-levels-wrap {
	margin-inline: 48px !important;
}

.choose-amount .give-donation-amount {
	padding: 29px 24px;
	border-radius: 0 !important;
	box-shadow: none;
}

.give-donation-level-btn {
	padding-top: 37px !important;
	padding-bottom: 37px !important;
	border-color: var(--givewp-secondary-color) !important;
	background: var(--givewp-secondary-color) !important;
	font-size: 32px;
	font-weight: 700;
}

.give-donation-level-btn:hover {
	background: var(--givewp-secondary-color) !important;
}

.give-donation-level-btn.give-default-level {
	color: var(--givewp-secondary-color) !important;
}

.give-donation-level-btn.give-default-level:hover {
	color: var(--givewp-secondary-color) !important;
}

.choose-amount .give-donation-amount .give-amount-top {
	font-weight: 700 !important;
}

.payment .heading {
	color: currentColor;
	font-size: 22px;
	font-weight: 500;
	text-transform: capitalize;
}

.payment .subheading {
	color: currentColor;
	font-size: 16px;
	font-style: normal;
}

.form-footer .secure-notice {
	background: transparent;
}

#give-recurring-form .form-row input[type=email],
#give-recurring-form .form-row input[type=password],
#give-recurring-form .form-row input[type=tel],
#give-recurring-form .form-row input[type=text],
#give-recurring-form .form-row input[type=url],
#give-recurring-form .form-row textarea,
.give-input-field-wrapper,
.give-square-cc-fields,
.give-stripe-cc-field,
.give-stripe-single-cc-field-wrap,
form.give-form .form-row input[type=email],
form.give-form .form-row input[type=password],
form.give-form .form-row input[type=tel],
form.give-form .form-row input[type=text],
form.give-form .form-row input[type=url],
form.give-form .form-row textarea,
form[id*=give-form] .form-row input[type=email],
form[id*=give-form] .form-row input[type=email].required,
form[id*=give-form] .form-row input[type=password],
form[id*=give-form] .form-row input[type=password].required,
form[id*=give-form] .form-row input[type=tel],
form[id*=give-form] .form-row input[type=tel].required,
form[id*=give-form] .form-row input[type=text],
form[id*=give-form] .form-row input[type=text].required,
form[id*=give-form] .form-row input[type=url],
form[id*=give-form] .form-row input[type=url].required,
form[id*=give-form] .form-row textarea,
form[id*=give-form] .form-row textarea.required {
	padding: 22px 24px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #fff !important;
	color: #000 !important;
	font-family: inherit !important;
	font-size: inherit !important;
	box-shadow: none;
}

.give-donation-summary-section {
	font-size: 18px;
}

.give-donation-summary-section .give-donation-summary-table-wrapper {
	background: transparent;
	color: currentColor;
}

.payment #give-payment-mode-select #give-gateway-radio-list > li {
	padding: 21px 24px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #fff !important;
}

.payment #give-payment-mode-select #give-gateway-radio-list > li .give-gateway-option {
	color: currentColor;
}

.payment #give-payment-mode-select #give-gateway-radio-list .give-gateway-option::before {
	border-radius: 0;
	box-shadow: none;
}

.payment #give-payment-mode-select #give-gateway-radio-list input[type=radio] + .give-gateway-option::after {
	border-radius: 0;
}

input[type='radio'] + label::after,
[data-field-type='radio'] label::after {
	background: var(--givewp-primary-color) !important;
}

.payment .give-gateway-option-selected:focus-within .give-gateway-option::before,
.choose-amount .give-total-wrap .give-donation-amount:focus-within {
	border-color: #b4b9be !important;
}

.payment #give_purchase_form_wrap {
	background: #fff;
}

.payment #give_purchase_form_wrap .no-fields div:has(svg) {
	display: none !important;
}

.give-donation-summary-section .heading {
	font-style: normal;
}

.give-donation-summary-section {
	font-family: var(--font-family);
}

.give-donation-summary-section tbody {
	color: currentColor;
}

.give-donation-summary-table-wrapper tr {
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.give-donation-summary-section .back-btn {
	color: var(--givewp-primary-color);
}

.give-donation-summary-section svg path {
	fill: var(--givewp-primary-color);
}

.give-donation-summary-section td {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

#give-recurring-form .form-row,
form.give-form .form-row,
form[id*=give-form] .form-row {
	margin-bottom: 16px;
}

#give-recurring-form .form-row:last-child,
form.give-form .form-row:last-child,
form[id*=give-form] .form-row:last-child {
	margin-bottom: 16px;
}

.payment #give-payment-mode-select #give-gateway-radio-list {
	grid-gap: 16px;
}

.give-donation-summary-table-wrapper thead th:first-of-type,
.give-donation-summary-table-wrapper tbody td:first-of-type,
.give-donation-summary-table-wrapper tfoot th:first-of-type {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.give_error,
.give_success,
.give_warning {
	margin-inline: 48px;
}

.payment fieldset {
	padding: 0 48px;
}
