.smarthygro-survey {
  margin: 2rem 0 0;
}

.smarthygro-survey form {
  display: grid;
  gap: 1.5rem;
}

.smarthygro-survey__question {
  background: #fff;
  border: 1px solid #d9e1df;
  border-radius: 1.25rem;
  margin: 0;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.smarthygro-survey__question legend {
  align-items: flex-start;
  color: #0b3b38;
  display: flex;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 750;
  gap: 0.75rem;
  line-height: 1.35;
  padding: 0;
}

.smarthygro-survey__question legend > span {
  align-items: center;
  background: #eda910;
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 2rem;
  font-size: 0.85rem;
  height: 2rem;
  justify-content: center;
}

.smarthygro-survey__hint,
.smarthygro-survey__privacy {
  color: #566b70;
  font-size: 0.9rem;
}

.smarthygro-survey__options {
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
}

.smarthygro-survey__options label {
  align-items: flex-start;
  border: 1px solid #d9e1df;
  border-radius: 0.8rem;
  cursor: pointer;
  display: flex;
  gap: 0.75rem;
  padding: 0.8rem 1rem;
}

.smarthygro-survey__options label:hover {
  border-color: #0f766e;
}

.smarthygro-survey__options input {
  accent-color: #0f766e;
  flex: 0 0 auto;
  height: 1.15rem;
  margin-top: 0.2rem;
  width: 1.15rem;
}

.smarthygro-survey textarea {
  border: 1px solid #9cadb0;
  border-radius: 0.8rem;
  box-sizing: border-box;
  display: block;
  font: inherit;
  margin-top: 0.8rem;
  padding: 0.9rem;
  width: 100%;
}

.smarthygro-survey__submit {
  background: #eda910;
  border: 0;
  border-radius: 999px;
  color: #0b3b38;
  cursor: pointer;
  font: inherit;
  font-weight: 750;
  justify-self: start;
  padding: 0.9rem 1.4rem;
}

.smarthygro-survey__submit:hover {
  background: #f3b827;
}

.smarthygro-survey__options input:focus-visible,
.smarthygro-survey textarea:focus-visible,
.smarthygro-survey__submit:focus-visible {
  outline: 3px solid #eda910;
  outline-offset: 3px;
}

.smarthygro-survey__message {
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  padding: 1.25rem 1.5rem;
}

.smarthygro-survey__message--success {
  background: #dff2ef;
  border-left: 0.4rem solid #0f766e;
}

.smarthygro-survey__message--error {
  background: #fff1d2;
  border-left: 0.4rem solid #c27600;
}

.smarthygro-survey__trap {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
