.cff-feedback-form-wrap {
	max-width: 800px;
}

.cff-feedback-form {
	background: #f8fafc;
	padding: 32px;
	border-radius: 8px;
}

.cff-form-group {
	margin-bottom: 24px;
}

.cff-field-label {
	display: block;
	font-weight: 600;
	margin-bottom: 8px;
}

.cff-required {
	color: #c0392b;
}

.cff-optional {
	color: #888;
	font-weight: 400;
	font-size: 0.9em;
}

.cff-feedback-form input[type="text"],
.cff-feedback-form input[type="email"],
.cff-feedback-form textarea {
	width: 100%;
	padding: 10px 14px;
	border: 1px solid #d0d7de;
	border-radius: 4px;
	font: inherit;
	box-sizing: border-box;
}

.cff-feedback-form textarea {
	min-height: 120px;
	resize: vertical;
}

.cff-checkbox-group label,
.cff-radio-group label {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 6px;
	cursor: pointer;
}

.cff-submit-button {
	background: #0e4c92;
	color: #fff;
	border: none;
	padding: 12px 24px;
	border-radius: 4px;
	font-weight: 600;
	cursor: pointer;
}

.cff-success-message {
	background: #d4edda;
	color: #155724;
	padding: 20px;
	border-radius: 4px;
	border-left: 4px solid #28a745;
}

.cff-error-message {
	background: #f8d7da;
	color: #721c24;
	padding: 16px 20px;
	border-radius: 4px;
	border-left: 4px solid #c0392b;
	margin-bottom: 24px;
}

.cff-error-message ul {
	margin: 0;
	padding-left: 18px;
}

/* Honeypot: für echte Nutzer unsichtbar, aber nicht via display:none (manche Bots erkennen das) */
.cff-hp-wrap {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
