/**
 * Donate-only flow: the call-to-action button that lives on the registration
 * page, plus the couple of summary bits the shared form stylesheet doesn't
 * already cover.
 */

.lgmd-donate-cta {
	margin: 2rem 0;
}

.lgmd-donate-cta--center {
	text-align: center;
}

.lgmd-donate-cta--left {
	text-align: left;
}

.lgmd-donate-cta--right {
	text-align: right;
}

.lgmd-donate-cta__btn {
	display: inline-block;
	padding: 0.9rem 1.75rem;
	border-radius: 999px;
	background: #2e7d32;
	color: #fff;
	font-size: 1.0625rem;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color 0.15s ease, transform 0.15s ease;
}

.lgmd-donate-cta__btn:hover,
.lgmd-donate-cta__btn:focus {
	background: #1b5e20;
	color: #fff;
	text-decoration: none;
	transform: translateY(-1px);
}

.lgmd-donate-cta__btn:focus-visible {
	outline: 3px solid #a5d6a7;
	outline-offset: 2px;
}

.lgmd-donate-cta__note {
	margin: 0.75rem auto 0;
	max-width: 34rem;
	color: #4a5568;
	font-size: 0.9375rem;
	line-height: 1.5;
}

/* Lead-in copy above the donation form. */
.lgmd-donate-intro {
	max-width: 40rem;
	margin: 0 auto 2rem;
	color: #4a5568;
	font-size: 1.0625rem;
	line-height: 1.65;
	text-align: center;
}

.lgmd-donate-intro p {
	margin: 0 0 0.85rem;
}

.lgmd-donate-intro p:last-child {
	margin-bottom: 0;
}

.lgmd-donate-intro strong {
	color: #1f2933;
}

/* Post-submission thank-you shown in place of the form. */
.lgmd-donate-done {
	max-width: 36rem;
	margin: 0 auto;
	padding: 1.75rem;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #fff;
	text-align: center;
	color: #4a5568;
	font-size: 1rem;
	line-height: 1.6;
}

.lgmd-donate-done__h {
	margin: 0 0 0.75rem;
	color: #1b5e20;
	font-size: 1.5rem;
	line-height: 1.25;
}

.lgmd-donate-done p {
	margin: 0 0 0.85rem;
}

.lgmd-donate-done p:last-child {
	margin-bottom: 0;
}

.lgmd-donate-done__note {
	color: #6b7280;
	font-size: 0.875rem;
}

/* Explanatory line under the pledge summary. */
.lgmd-ps__note {
	margin: 0.75rem 0 0;
	color: #6b4400;
	background: #fff6e6;
	border: 1px solid #f0c987;
	border-radius: 6px;
	padding: 0.625rem 0.75rem;
	font-size: 0.8125rem;
	line-height: 1.5;
}
