#wiederrufsformular {
  max-width: 500px;
}

.et_pb_contact_field {
  margin-bottom: 20px;
}

.et_pb_contact_field label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

.et_pb_contact_field input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.2s ease;
}

.et_pb_contact_field input:focus {
  border-color: #6c2eb9;
  box-shadow: 0 0 0 3px rgba(108,46,185,0.2);
  outline: none;
}

.et_pb_button {
  background: #6c2eb9;
  color: #fff;
  padding: 12px 24px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

.et_pb_button:hover {
  background: #5a23a0;
}

.wf-error-text {
  color: #c00;
  font-size: 0.85em;
  margin-top: 4px;
  display: block;
}

.wf-message {
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.wf-success {
  background: #e6f7e9;
  color: #1b7a2f;
}

.wf-error {
  background: #fdeaea;
  color: #b3261e;
}

.wf-honeypot {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}
