/* OH Widerruf – Frontend-Styles */
.oh-widerruf-form {
	max-width: 560px;
	margin: 0 auto;
	padding: 24px;
	border: 1px solid #e3e3e3;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0,0,0,.04);
}
.oh-widerruf-intro {
	font-size: .95em;
	color: #555;
	margin-bottom: 18px;
}
.oh-widerruf-field {
	margin-bottom: 16px;
}
.oh-widerruf-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
}
.oh-widerruf-field input[type="text"],
.oh-widerruf-field input[type="email"],
.oh-widerruf-field input[type="date"],
.oh-widerruf-field textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #cfcfcf;
	border-radius: 6px;
	font-size: 1em;
	box-sizing: border-box;
}
.oh-widerruf-field input:focus,
.oh-widerruf-field textarea:focus {
	outline: none;
	border-color: #7a5cff;
	box-shadow: 0 0 0 2px rgba(122,92,255,.15);
}
.oh-required { color: #c62828; }
.oh-widerruf-consent {
	font-size: .9em;
	margin-bottom: 18px;
}
.oh-widerruf-consent label {
	display: flex;
	gap: 8px;
	align-items: flex-start;
}
.oh-widerruf-submit button {
	display: inline-block;
	width: 100%;
	padding: 12px 20px;
	background: #7a5cff;
	color: #fff;
	border: none;
	border-radius: 6px;
	font-size: 1.05em;
	font-weight: 600;
	cursor: pointer;
	transition: background .2s;
}
.oh-widerruf-submit button:hover { background: #6347e0; }
.oh-widerruf-message {
	max-width: 560px;
	margin: 0 auto 18px;
	padding: 14px 18px;
	border-radius: 8px;
	font-size: .95em;
}
.oh-widerruf-success {
	background: #e8f5e9;
	border: 1px solid #a5d6a7;
	color: #2e7d32;
}
.oh-widerruf-error {
	background: #fdecea;
	border: 1px solid #f5c6cb;
	color: #c62828;
}

/* Sicherheitsfrage / Captcha */
.oh-widerruf-captcha input {
	max-width: 140px;
}
.oh-widerruf-captcha label {
	font-weight: 600;
}
