.eppp-paystack-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 15px 34px;
	border: 0 !important;
	border-radius: 8px !important;
	background: #E91E63 !important;
	box-shadow: none !important;
	color: #fff !important;
	font-family: Roboto, Arial, sans-serif !important;
	font-size: 18px;
	font-weight: 400 !important;
	line-height: 1.2;
	text-decoration: none !important;
	transition: background-color .2s ease;
}

.eppp-paystack-button:hover,
.eppp-paystack-button:focus {
	background: #D81B60 !important;
	box-shadow: none !important;
	color: #fff !important;
	text-decoration: none !important;
	transform: none;
}

.eppp-thank-you__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 20px;
	border: 0;
	border-radius: 6px;
	background: #272F56 !important;
	color: #fff !important;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none !important;
	transition: opacity .2s ease, transform .2s ease;
}

.eppp-thank-you__button:hover,
.eppp-thank-you__button:focus {
	background: #272F56 !important;
	color: #fff !important;
	opacity: .92;
	transform: translateY(-1px);
}

.eppp-donation {
	box-sizing: border-box;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	font: inherit;
	color: inherit;
}

.eppp-donation *,
.eppp-thank-you * {
	box-sizing: border-box;
}

.eppp-donation__intro {
	margin-bottom: 22px;
	text-align: center;
}

.eppp-donation__intro h2 {
	margin: 0 0 8px;
	font-size: clamp(24px, 4vw, 36px);
	line-height: 1.15;
}

.eppp-donation__intro p,
.eppp-donation__method p,
.eppp-thank-you__card p {
	margin: 0;
	color: #50575e;
	line-height: 1.65;
}

.eppp-donation__methods {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
}

.eppp-donation__methods.has-two-methods {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.eppp-donation__method {
	padding: 28px;
	border: 1px solid #e3e5e8;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .04);
}

.eppp-donation__label {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

.eppp-donation__method .eppp-paystack-button {
	margin-top: 22px;
}

.eppp-bank-details {
	margin: 20px 0 0;
}

.eppp-bank-details > div {
	display: grid;
	grid-template-columns: minmax(110px, .7fr) minmax(0, 1.3fr);
	gap: 16px;
	padding: 12px 0;
	border-top: 1px solid #eceef0;
}

.eppp-bank-details dt,
.eppp-bank-details dd {
	margin: 0;
}

.eppp-bank-details dt {
	color: #646970;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.eppp-bank-details dd {
	font-weight: 600;
	word-break: break-word;
}

.eppp-bank-details dd:has(.eppp-copy-bank) {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.eppp-copy-bank {
	flex: 0 0 auto;
	padding: 6px 10px;
	border: 1px solid #c3c4c7;
	border-radius: 5px;
	background: #fff;
	color: #1d2327;
	font: inherit;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
}

.eppp-thank-you {
	width: 100%;
	padding: clamp(32px, 7vw, 80px) 20px;
}

.eppp-thank-you__card {
	width: 100%;
	max-width: 620px;
	margin: 0 auto;
	padding: clamp(28px, 6vw, 48px);
	border: 1px solid #e3e5e8;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 12px 36px rgba(0, 0, 0, .05);
	text-align: center;
}

.eppp-thank-you__logo {
	display: block;
	width: auto;
	max-width: 180px;
	max-height: 90px;
	margin: 0 auto 24px;
	object-fit: contain;
}

.eppp-thank-you__mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	color: #18794e;
	font-size: 54px;
	line-height: 1;
}

.eppp-thank-you__mark i {
	display: block;
	font-size: inherit;
	line-height: 1;
}

.eppp-thank-you__card h1 {
	margin: 0 0 14px;
	font-size: clamp(28px, 5vw, 42px);
	line-height: 1.15;
}

.eppp-thank-you__card p + p {
	margin-top: 12px;
}

.eppp-thank-you__reference {
	font-size: 13px;
	word-break: break-all;
}

.eppp-thank-you__reference span {
	font-weight: 700;
}

.eppp-thank-you__button {
	margin-top: 24px;
}

@media (max-width: 700px) {
	.eppp-donation__methods.has-two-methods {
		grid-template-columns: 1fr;
	}

	.eppp-donation__method {
		padding: 22px;
	}

	.eppp-bank-details > div {
		grid-template-columns: 1fr;
		gap: 5px;
	}
}
