.nd-donation-form {
	max-width: 560px;
	margin: 24px auto;
	padding: 24px;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	background: #fff;
	font-size: 15px;
}
.nd-donation-form h3 {
	margin-top: 0;
	margin-bottom: 14px;
}
.nd-progress-bar {
	background: #eee;
	border-radius: 6px;
	overflow: hidden;
	height: 10px;
	margin-bottom: 6px;
}
.nd-progress-fill {
	background: #2e7d32;
	height: 100%;
}
.nd-progress-meta {
	font-size: 13px;
	color: #555;
	margin-bottom: 14px;
}
.nd-deadline {
	font-size: 13px;
	color: #c62828;
	margin-bottom: 14px;
}
.nd-amount-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-bottom: 14px;
}
.nd-amount-btn {
	padding: 12px 10px;
	border: 1.5px solid #ccc;
	border-radius: 8px;
	background: #fafafa;
	cursor: pointer;
	font-weight: 600;
	transition: all 0.15s ease;
}
.nd-amount-btn:hover {
	border-color: #999;
}
.nd-amount-btn.nd-selected {
	border-color: #2e7d32;
	background: #eaf7ea;
	color: #1b5e20;
}
.nd-custom-amount-wrap {
	margin-bottom: 14px;
}
.nd-input {
	width: 100%;
	padding: 9px 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
	margin-top: 4px;
	box-sizing: border-box;
}
.nd-step p label {
	font-weight: 600;
	display: block;
	margin-bottom: 2px;
}
.nd-btn {
	display: inline-block;
	padding: 11px 20px;
	background: #2e7d32;
	color: #fff;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	font-weight: 600;
	font-size: 15px;
}
.nd-btn:hover {
	background: #256428;
}
.nd-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}
.nd-payment-methods {
	margin-bottom: 16px;
}
.nd-payment-option {
	display: block;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 6px;
	margin-bottom: 8px;
	cursor: pointer;
}
.nd-payment-option:hover {
	border-color: #999;
}
.nd-bank-item {
	padding: 10px;
	background: #f7f7f7;
	border-radius: 6px;
	margin-bottom: 8px;
}
.nd-message {
	margin-top: 12px;
	font-size: 14px;
}
.nd-success-message {
	text-align: center;
	padding: 20px 0;
	font-weight: 600;
	color: #2e7d32;
}
