.smarthygro-contact {
  margin-top: 1.5rem;
}

.smarthygro-contact form {
  display: grid;
  gap: 1.25rem;
}

.smarthygro-contact__fields {
  display: grid;
  gap: 1rem;
}

.smarthygro-contact__fields label {
  color: #0b3b38;
  display: block;
  font-weight: 700;
}

.smarthygro-contact input[type="text"],
.smarthygro-contact input[type="email"],
.smarthygro-contact textarea {
  background: #fff;
  border: 1px solid #9cadb0;
  border-radius: 0.75rem;
  box-sizing: border-box;
  color: #173e42;
  display: block;
  font: inherit;
  margin-top: 0.4rem;
  padding: 0.8rem 0.9rem;
  width: 100%;
}

.smarthygro-contact textarea {
  resize: vertical;
}

.smarthygro-contact__consent {
  align-items: flex-start;
  display: flex;
  font-size: 0.92rem;
  gap: 0.7rem;
}

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

.smarthygro-contact__required {
  color: #566b70;
  font-size: 0.86rem;
  margin: 0;
}

.smarthygro-contact__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-contact__submit:hover {
  background: #f3b827;
}

.smarthygro-contact input:focus-visible,
.smarthygro-contact textarea:focus-visible,
.smarthygro-contact__submit:focus-visible {
  outline: 3px solid #eda910;
  outline-offset: 3px;
}

.smarthygro-contact__message {
  border-radius: 1rem;
  margin-bottom: 1.25rem;
  padding: 1rem 1.2rem;
}

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

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

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