.pdd-donation-form {
	max-width: 520px;
	margin: 0 auto;
	padding: 24px;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.pdd-field {
	margin-bottom: 18px;
}

.pdd-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
	font-size: 14px;
}

.pdd-required {
	color: #d63638;
}

.pdd-donation-form input[type="text"],
.pdd-donation-form input[type="email"],
.pdd-donation-form input[type="url"],
.pdd-donation-form input[type="number"],
.pdd-donation-form textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ccd0d4;
	border-radius: 6px;
	font-size: 15px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	pointer-events: auto;
	-webkit-user-select: text;
	user-select: text;
}

.pdd-donation-form input:focus,
.pdd-donation-form textarea:focus {
	outline: none;
	border-color: #635bff;
	box-shadow: 0 0 0 2px rgba(99, 91, 255, 0.15);
}

.pdd-amount-wrap {
	position: relative;
}

.pdd-currency-symbol {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	color: #555;
	font-weight: 600;
	pointer-events: none;
	z-index: 0;
}

.pdd-amount-wrap input {
	padding-left: 30px !important;
}

.pdd-submit-field {
	margin-bottom: 0;
}

.pdd-submit-btn {
	width: 100%;
	padding: 12px 18px;
	background: #635bff;
	color: #fff;
	border: none;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.15s ease;
}

.pdd-submit-btn:hover {
	background: #4d47cc;
}

.pdd-submit-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.pdd-form-message {
	margin-top: 14px;
	font-size: 14px;
}

.pdd-form-message-error {
	color: #d63638;
}

.pdd-notice {
	max-width: 520px;
	margin: 0 auto 18px;
	padding: 12px 16px;
	border-radius: 6px;
	font-size: 15px;
}

.pdd-notice-success {
	background: #d1e7dd;
	color: #0f5132;
}

.pdd-notice-cancelled {
	background: #fff3cd;
	color: #664d03;
}
