.swsurvey-wrap {
  background: #fff;
  border: 1px solid #e4e4e7;
  border-radius: 14px;
  padding: 22px;
}

.swsurvey-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.swsurvey-field label.swsurvey-label,
.swsurvey-field > label:first-child {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
}

.swsurvey-field input[type="text"],
.swsurvey-field input[type="email"],
.swsurvey-field textarea,
.swsurvey-field select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d4d4d8;
  border-radius: 10px;
  box-sizing: border-box;
}

.swsurvey-choice {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0;
}

.swsurvey-rating {
  display: flex;
  align-items: end;
  gap: 16px;
  flex-wrap: wrap;
}

.swsurvey-rating label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.swsurvey-submit {
  border: 0;
  border-radius: 999px;
  padding: 12px 22px;
  cursor: pointer;
}

.swsurvey-help,
.swsurvey-rgpd {
  color: #52525b;
  font-size: 0.95em;
}

.swsurvey-success {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46;
  padding: 12px 14px;
  border-radius: 10px;
  margin-bottom: 16px;
}

.swsurvey-hp {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.required {
  color: #dc2626;
}

.swsurvey-consent-box {
  border: 1px solid #e4e4e7;
  border-radius: 12px;
  padding: 18px;
  background: #fafafa;
}

.swsurvey-consent-box h3 {
  margin-top: 0;
  margin-bottom: 12px;
}

.swsurvey-consent-box ul {
  margin: 0 0 16px 18px;
}


.swsurvey-email-error {
  color: #dc2626;
  font-size: 0.92em;
  margin-top: 6px;
}

.swsurvey-invalid {
  border-color: #dc2626 !important;
}

.swsurvey-terms-field .swsurvey-choice {
  align-items: flex-start;
}
