/* WithdrawSafe RO — stiluri formular public. Neutre, se adaptează temei. */
.wdr-wrap {
	max-width: 620px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.6;
}
.wdr-intro {
	margin-bottom: 20px;
	color: inherit;
}
.wdr-h3 {
	margin: 0 0 16px;
	font-size: 1.4em;
}
.wdr-field {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin: 0 0 16px;
}
.wdr-field label {
	font-weight: 600;
	font-size: 0.95em;
}
.wdr-field label span {
	color: #b32d2e;
}
.wdr-field input,
.wdr-field select,
.wdr-field textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid rgba(0, 0, 0, 0.18);
	border-radius: 8px;
	font: inherit;
	background: #fff;
	color: #111;
	box-sizing: border-box;
}
.wdr-field textarea {
	resize: vertical;
}
/* Honeypot — ascuns pentru utilizatori. */
.wdr-hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.wdr-actions {
	margin: 20px 0 8px;
}
.wdr-btn {
	display: inline-block;
	padding: 12px 24px;
	border: none;
	border-radius: 8px;
	font: inherit;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	transition: opacity 0.2s ease, transform 0.1s ease;
}
.wdr-btn:hover { opacity: 0.9; }
.wdr-btn:active { transform: translateY(1px); }
.wdr-btn--primary { background: #111; color: #fff; }
.wdr-btn--secondary {
	background: transparent;
	color: #111;
	border: 1px solid rgba(0, 0, 0, 0.3);
}
.wdr-btn--confirm { background: #1a7f37; color: #fff; font-size: 1.05em; }
.wdr-btn--inline { padding: 10px 18px; font-size: 0.95em; }
.wdr-btn[disabled] { opacity: 0.6; cursor: default; }
.wdr-hint {
	font-size: 0.85em;
	color: #666;
	margin-top: 8px;
}
.wdr-notice {
	padding: 12px 16px;
	border-radius: 8px;
	margin-bottom: 20px;
}
.wdr-notice--ok { background: #e6f4ea; color: #1a7f37; border: 1px solid #a6d8b4; }
.wdr-notice--err { background: #fce8e8; color: #b32d2e; border: 1px solid #f0b4b4; }
.wdr-summary {
	background: rgba(0, 0, 0, 0.03);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 16px 18px;
	margin-bottom: 16px;
}
.wdr-summary p { margin: 4px 0; }
.wdr-declaration {
	font-size: 0.92em;
	color: #444;
	margin-bottom: 20px;
}
.wdr-brand {
	margin-top: 24px;
	padding-top: 16px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.wdr-woo-button { margin: 12px 0; }

@media (prefers-color-scheme: dark) {
	.wdr-field input,
	.wdr-field select,
	.wdr-field textarea {
		background: #1a1a1a;
		color: #f2f2f2;
		border-color: rgba(255, 255, 255, 0.18);
	}
	.wdr-btn--secondary { color: #f2f2f2; border-color: rgba(255, 255, 255, 0.3); }
	.wdr-btn--primary { background: #f2f2f2; color: #111; }
	.wdr-summary { background: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.12); }
	.wdr-declaration { color: #bbb; }
	.wdr-hint { color: #999; }
}
