.wdc-donation-shell {
	box-sizing: border-box;
	max-width: 920px;
	margin: 28px auto;
	padding: 0 16px;
	color: #253241;
	font-family: inherit;
}

.wdc-donation-shell *,
.wdc-donation-shell *::before,
.wdc-donation-shell *::after {
	box-sizing: border-box;
}

.wdc-donation-form {
	--wdc-primary: #175b8f;
	--wdc-accent: #c97819;
	--wdc-bg: #f7f9fb;
	--wdc-panel: #ffffff;
	--wdc-border: #cfd9e3;
	--wdc-button-text: #ffffff;
	overflow: hidden;
	background: var(--wdc-panel);
	border: 1px solid var(--wdc-border);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(20, 38, 57, 0.12);
}

.wdc-form-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	padding: 28px 30px 24px;
	background: linear-gradient(135deg, var(--wdc-primary), #214b62);
	color: #ffffff;
}

.wdc-form-heading h2 {
	margin: 4px 0 8px;
	color: inherit;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0;
}

.wdc-form-heading p {
	max-width: 580px;
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 16px;
	line-height: 1.5;
}

.wdc-kicker {
	display: inline-block;
	color: #f3d3aa;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0;
}

.wdc-campaign-badge {
	flex: 0 0 auto;
	max-width: 220px;
	padding: 8px 10px;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 6px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}

.wdc-step-strip {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	background: var(--wdc-bg);
	border-bottom: 1px solid var(--wdc-border);
}

.wdc-step-strip span {
	padding: 12px 14px;
	border-right: 1px solid var(--wdc-border);
	color: var(--wdc-primary);
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.wdc-step-strip span:last-child {
	border-right: 0;
}

.wdc-alert,
.wdc-form-error,
.wdc-checkout-note {
	margin: 18px 30px 0;
	padding: 12px 14px;
	border: 1px solid #e0a458;
	border-radius: 6px;
	background: #fff8ed;
	color: #68410e;
	font-size: 14px;
	line-height: 1.45;
}

.wdc-form-error {
	margin: 18px 0 0;
	border-color: #c94f4f;
	background: #fff4f4;
	color: #8f2020;
}

.wdc-checkout-note {
	margin: 0;
	border-color: var(--wdc-border);
	background: var(--wdc-bg);
	color: #34465a;
}

.wdc-section {
	padding: 26px 30px;
	border-top: 1px solid var(--wdc-border);
}

.wdc-section:first-of-type {
	border-top: 0;
}

.wdc-section-title {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
}

.wdc-section-title-main {
	display: flex;
	align-items: center;
	gap: 10px;
}

.wdc-amount-title {
	justify-content: space-between;
	align-items: flex-start;
	gap: 16px;
}

.wdc-section-title > span,
.wdc-section-title-main > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	background: var(--wdc-accent);
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
}

.wdc-section-title h3 {
	margin: 0;
	color: #1f2d3b;
	font-size: 20px;
	line-height: 1.25;
	font-weight: 700;
	letter-spacing: 0;
}

.wdc-currency-switcher {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	color: #26394d;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
}

.wdc-currency-switcher select {
	min-height: 38px;
	max-width: 190px;
	padding: 7px 28px 7px 10px;
	border: 1px solid var(--wdc-border);
	border-radius: 6px;
	background: #ffffff;
	color: #1d2d3f;
	font: inherit;
	font-size: 14px;
}

.wdc-currency-note,
.wdc-custom-display {
	margin: -8px 0 18px;
	color: #5a6d82;
	font-size: 13px;
	line-height: 1.4;
}

.wdc-custom-display {
	margin: 7px 0 0;
	font-weight: 700;
}

.wdc-frequency {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-bottom: 18px;
}

.wdc-frequency label,
.wdc-amount-option {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	border: 1px solid var(--wdc-border);
	border-radius: 6px;
	background: #ffffff;
	color: #243447;
	cursor: pointer;
	transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.wdc-amount-option.is-hidden {
	display: none;
}

.wdc-frequency input,
.wdc-amount-option input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.wdc-frequency span,
.wdc-amount-option span {
	display: block;
	padding: 10px 12px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.wdc-frequency label.is-selected,
.wdc-amount-option.is-selected {
	border-color: var(--wdc-primary);
	background: #eef6fc;
	box-shadow: inset 0 0 0 2px var(--wdc-primary);
}

.wdc-amount-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.wdc-custom-amount {
	max-width: 340px;
	margin-top: 16px;
}

.wdc-grid {
	display: grid;
	gap: 16px;
}

.wdc-grid-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wdc-grid-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wdc-field {
	margin-bottom: 16px;
}

.wdc-field:last-child {
	margin-bottom: 0;
}

.wdc-field label {
	display: block;
	margin-bottom: 6px;
	color: #26394d;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
}

.wdc-field input,
.wdc-field select,
.wdc-field textarea {
	display: block;
	width: 100%;
	min-height: 44px;
	padding: 9px 11px;
	border: 1px solid var(--wdc-border);
	border-radius: 6px;
	background: #ffffff;
	color: #1d2d3f;
	font: inherit;
	font-size: 15px;
	line-height: 1.4;
	box-shadow: none;
}

.wdc-field input:focus,
.wdc-field select:focus,
.wdc-field textarea:focus {
	outline: 2px solid rgba(23, 91, 143, 0.26);
	outline-offset: 1px;
	border-color: var(--wdc-primary);
}

.wdc-field textarea {
	min-height: 100px;
	resize: vertical;
}

.wdc-required {
	color: #b42318;
}

.wdc-choice-label {
	margin-bottom: 8px;
	color: #26394d;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
}

.wdc-radio-row {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.wdc-radio-row label {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin: 0;
	color: #26394d;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	cursor: pointer;
}

.wdc-radio-row input {
	width: 17px;
	height: 17px;
	accent-color: var(--wdc-primary);
}

.wdc-conditional {
	margin-top: 12px;
}

.wdc-checkbox {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	margin: 0 0 18px;
	color: #26394d;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	cursor: pointer;
}

.wdc-checkbox input {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin-top: 2px;
	accent-color: var(--wdc-primary);
}

.wdc-money-input {
	display: flex;
	align-items: stretch;
}

.wdc-money-input span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	padding: 0 12px;
	border: 1px solid var(--wdc-border);
	border-right: 0;
	border-radius: 6px 0 0 6px;
	background: var(--wdc-bg);
	color: #26394d;
	font-weight: 700;
}

.wdc-money-input input {
	border-radius: 0 6px 6px 0;
}

.wdc-payment-fields {
	margin-bottom: 18px;
}

.wdc-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	margin-top: 20px;
	padding: 12px 20px;
	border: 0;
	border-radius: 6px;
	background: var(--wdc-accent);
	color: var(--wdc-button-text);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.2;
	cursor: pointer;
	transition: filter 160ms ease, transform 160ms ease;
}

.wdc-submit:hover:not(:disabled),
.wdc-submit:focus:not(:disabled) {
	filter: brightness(0.95);
	transform: translateY(-1px);
}

.wdc-submit:disabled {
	cursor: not-allowed;
	opacity: 0.62;
}

.wdc-disclaimer {
	margin: 14px 0 0;
	color: #5a6d82;
	font-size: 13px;
	line-height: 1.45;
}

@media (max-width: 760px) {
	.wdc-donation-shell {
		margin: 16px auto;
		padding: 0 10px;
	}

	.wdc-form-heading {
		display: block;
		padding: 24px 20px;
	}

	.wdc-form-heading h2 {
		font-size: 26px;
	}

	.wdc-campaign-badge {
		max-width: none;
		margin-top: 16px;
		text-align: left;
	}

	.wdc-step-strip {
		grid-template-columns: 1fr;
	}

	.wdc-step-strip span {
		border-right: 0;
		border-bottom: 1px solid var(--wdc-border);
	}

	.wdc-step-strip span:last-child {
		border-bottom: 0;
	}

	.wdc-section {
		padding: 22px 20px;
	}

	.wdc-amount-title {
		display: block;
	}

	.wdc-currency-switcher {
		margin-top: 14px;
	}

	.wdc-currency-switcher select {
		max-width: none;
	}

	.wdc-frequency,
	.wdc-grid-2,
	.wdc-grid-3 {
		grid-template-columns: 1fr;
	}

	.wdc-amount-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 420px) {
	.wdc-amount-grid {
		grid-template-columns: 1fr;
	}

	.wdc-form-heading h2 {
		font-size: 24px;
	}
}
