html.donate-modal-open,
body.donate-modal-open {
	overflow: hidden !important;
}

body > .donate-modal,
.donate-modal {
	display: none;
	height: 100vh !important;
	height: 100dvh !important;
	inset: 0 !important;
	margin: 0 !important;
	max-height: none !important;
	max-width: none !important;
	padding: 0 !important;
	position: fixed !important;
	width: 100vw !important;
	z-index: 2147483647 !important;
}

body > .donate-modal.is-open,
.donate-modal.is-open {
	display: block;
}

body > .donate-modal .donate-modal__overlay,
.donate-modal .donate-modal__overlay {
	background: #fff;
	inset: 0 !important;
	position: fixed !important;
}

body > .donate-modal .donate-modal__dialog,
.donate-modal .donate-modal__dialog {
	background: #fff;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	display: grid;
	grid-template-rows: 86px minmax(0, 1fr);
	height: 100vh !important;
	height: 100dvh !important;
	inset: 0 !important;
	left: 0 !important;
	margin: 0 !important;
	max-height: none !important;
	max-width: none !important;
	min-height: 100vh !important;
	min-height: 100dvh !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: fixed !important;
	top: 0 !important;
	transform: none !important;
	width: 100vw !important;
}

body > .donate-modal .donate-modal__bar,
.donate-modal .donate-modal__bar {
	align-items: center;
	background: #050505;
	border-bottom: 1px solid rgba(255, 255, 255, .15);
	box-sizing: border-box;
	color: #fff;
	display: flex;
	justify-content: space-between;
	min-height: 86px;
	padding: 0 clamp(20px, 3vw, 34px);
}

body > .donate-modal .donate-modal__title,
.donate-modal .donate-modal__title {
	align-items: center;
	display: inline-flex;
	font-family: "Poppins", Montserrat, Arial, sans-serif;
	font-size: clamp(18px, 2vw, 22px);
	font-weight: 900;
	gap: 14px;
	letter-spacing: 0;
	line-height: 1;
}

body > .donate-modal .donate-modal__lock,
.donate-modal .donate-modal__lock {
	border: 2px solid #e6002d;
	border-radius: 3px;
	box-sizing: border-box;
	display: inline-block;
	flex: 0 0 auto;
	height: 16px;
	position: relative;
	width: 16px;
}

body > .donate-modal .donate-modal__lock::before,
.donate-modal .donate-modal__lock::before {
	border: 2px solid #e6002d;
	border-bottom: 0;
	border-radius: 999px 999px 0 0;
	box-sizing: border-box;
	content: "";
	height: 10px;
	left: 2px;
	position: absolute;
	top: -10px;
	width: 8px;
}

body > .donate-modal .donate-modal__close,
.donate-modal .donate-modal__close {
	align-items: center;
	appearance: none;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: rgba(255, 255, 255, .78) !important;
	cursor: pointer;
	display: inline-flex;
	font-family: Arial, sans-serif !important;
	font-size: 46px !important;
	font-weight: 300 !important;
	height: 54px !important;
	justify-content: center;
	line-height: 1 !important;
	margin: 0 !important;
	min-height: 0 !important;
	min-width: 0 !important;
	padding: 0 !important;
	position: static !important;
	transition: color .18s ease;
	width: 40px !important;
}

body > .donate-modal .donate-modal__close:hover,
body > .donate-modal .donate-modal__close:focus,
.donate-modal .donate-modal__close:hover,
.donate-modal .donate-modal__close:focus {
	color: #fff !important;
}

body > .donate-modal .donate-modal__frame,
.donate-modal .donate-modal__frame {
	height: 100%;
	min-height: 0;
	overflow: auto;
	overscroll-behavior: contain;
	touch-action: pan-y;
	-webkit-overflow-scrolling: touch;
}

body > .donate-modal iframe,
.donate-modal iframe {
	border: 0 !important;
	display: block;
	height: 100% !important;
	min-height: 0;
	width: 100% !important;
}

@media (max-width: 600px) {
	body > .donate-modal .donate-modal__dialog,
	.donate-modal .donate-modal__dialog {
		grid-template-rows: 72px minmax(0, 1fr);
	}

	body > .donate-modal .donate-modal__bar,
	.donate-modal .donate-modal__bar {
		min-height: 72px;
	}

	body > .donate-modal .donate-modal__close,
	.donate-modal .donate-modal__close {
		font-size: 38px !important;
	}
}

/* Configurable dummy donation form */
.tpusa-donate-form {
	background: #fff;
	box-sizing: border-box;
	color: #111827;
	font-family: "Poppins", Montserrat, Arial, sans-serif;
	margin: 0 auto;
	max-width: 1120px;
	padding: 22px 0 0;
	text-align: center;
	width: 100%;
}

.tpusa-donate-form *,
.tpusa-donate-form *::before,
.tpusa-donate-form *::after {
	box-sizing: border-box;
}

.tpusa-donate-form__header {
	margin: 0 auto 24px;
	max-width: 780px;
}

.tpusa-donate-form__header.has-stars h2 {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: center;
}

.tpusa-donate-form__header.has-stars h2::before,
.tpusa-donate-form__header.has-stars h2::after {
	background: #d7b067;
	content: "";
	display: block;
	height: 2px;
	max-width: 175px;
	width: 18vw;
}

.tpusa-donate-form__header.has-stars {
	position: relative;
}

.tpusa-donate-form__header.has-stars h2 span {
	display: inline-block;
}

.tpusa-donate-form__header h2 {
	color: #06122f;
	font-size: clamp(28px, 4vw, 48px);
	font-weight: 900;
	letter-spacing: .03em;
	line-height: 1;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.tpusa-donate-form__header.has-stars h2 {
	text-shadow: 0 1px 0 rgba(6, 18, 47, .12);
}

.tpusa-donate-form__header.has-stars h2::before {
	box-shadow: 29px 0 0 -27px #d7b067;
}

.tpusa-donate-form__header.has-stars h2::after {
	box-shadow: -29px 0 0 -27px #d7b067;
}

.tpusa-donate-form__header p {
	color: #273248;
	font-size: clamp(17px, 2vw, 24px);
	font-weight: 700;
	line-height: 1.35;
	margin: 0;
}

.tpusa-donate-form__amounts {
	display: grid;
	gap: 12px 18px;
	grid-template-columns: repeat(5, 1fr);
	margin: 0 auto 16px;
	width: 100%;
}

.tpusa-donate-form__amount {
	align-items: center;
	appearance: none;
	background: #fff;
	border: 2px solid #ead5d8;
	border-radius: 6px;
	box-shadow: none;
	color: #14213f;
	cursor: pointer;
	display: inline-flex;
	font-family: "Poppins", Montserrat, Arial, sans-serif;
	font-size: clamp(18px, 2vw, 24px);
	font-weight: 900;
	justify-content: center;
	letter-spacing: .06em;
	line-height: 1;
	min-height: 70px;
	padding: 12px;
	transition: background .16s ease, border-color .16s ease, color .16s ease;
	width: 100%;
}

.tpusa-donate-form__amount:hover,
.tpusa-donate-form__amount:focus,
.tpusa-donate-form__amount.is-active {
	background: #d9002b;
	border-color: #d9002b;
	color: #fff;
}

.tpusa-donate-form__other-wrap {
	margin: -2px 0 16px;
	text-align: left;
}

.tpusa-donate-form__other-wrap label {
	color: #344054;
	display: block;
	font-size: 13px;
	font-weight: 800;
	margin: 0 0 7px;
	text-transform: uppercase;
}

.tpusa-donate-form__other-wrap input {
	border: 2px solid #ead5d8;
	border-radius: 6px;
	font: inherit;
	font-size: 18px;
	font-weight: 800;
	padding: 14px 16px;
	width: 100%;
}

.tpusa-donate-form__submit {
	align-items: center;
	appearance: none;
	background: #d9002b;
	border: 0;
	border-radius: 5px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-family: "Poppins", Montserrat, Arial, sans-serif;
	font-size: clamp(18px, 2vw, 24px);
	font-weight: 900;
	justify-content: center;
	letter-spacing: .08em;
	line-height: 1;
	min-height: 72px;
	padding: 18px 28px;
	text-transform: uppercase;
	width: 100%;
}

.tpusa-donate-form__secure {
	align-items: center;
	color: #344054;
	display: inline-flex;
	font-size: clamp(15px, 1.8vw, 20px);
	font-weight: 800;
	gap: 10px;
	justify-content: center;
	margin: 18px 0 0;
}

@media (max-width: 800px) {
	.tpusa-donate-form__amounts {
		gap: 10px;
		grid-template-columns: repeat(2, 1fr);
	}

	.tpusa-donate-form__header.has-stars h2::before,
	.tpusa-donate-form__header.has-stars h2::after {
		width: 12vw;
	}
}

@media (max-width: 480px) {
	.tpusa-donate-form__amount {
		font-size: 16px;
		min-height: 56px;
	}

	.tpusa-donate-form__submit {
		font-size: 18px;
		min-height: 60px;
	}

	.tpusa-donate-form__header.has-stars h2::before,
	.tpusa-donate-form__header.has-stars h2::after {
		display: none;
	}
}
