.form--feedback--wrapper {
  background: var(--color--gradient--purple);
  color: var(--color--white);
  padding: 1.6rem;
  border-radius: 1rem;
}
@media all and (min-width: 760px) {
  .form--feedback--wrapper {
    padding: 1.6rem 3.2rem;
    border-radius: 2rem;
  }
}
.form--feedback--wrapper .row {
  align-items: center;
}
.form--feedback--wrapper header h2 {
  margin-top: 0;
  font-size: 3.2rem;
}
.form--feedback--wrapper header button {
  margin-left: auto;
}
@media all and (max-width: 760px) {
  .form--feedback--wrapper header button {
    display: block;
  }
}
.form--feedback--new h2 {
  margin-top: 0;
  padding-right: 1em;
  font-size: 1.6rem;
}
@media all and (min-width: 760px) {
  .form--feedback--new h2 {
    font-size: 3.2rem;
  }
}
.form--feedback--new .fields {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 1rem -1rem;
}
.form--feedback--new .fields .field {
  flex-grow: 1;
  display: block;
  box-sizing: border-box;
  padding: 1rem;
}
@media all and (min-width: 760px) {
  .form--feedback--new .fields .field {
    flex-basis: 33.3333%;
  }
}
.form--feedback--new .fields .field input,
.form--feedback--new .fields .field textarea {
  display: block;
  width: 100%;
}
.form--feedback--new .fields .field.question {
  flex-basis: 100%;
}
.form--feedback--new .actions {
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 760px) {
  .form--feedback--new .actions {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
}
.form--feedback--new .actions input[type=submit] {
  flex-grow: 0.4;
}
.form--feedback--new .actions .description {
  color: var(--color--gray);
  font-size: 1.4rem;
  line-height: 1.2;
  margin-top: 0.8rem;
  text-align: center;
  font-weight: normal;
}
@media all and (min-width: 760px) {
  .form--feedback--new .actions .description {
    margin-left: 0.8rem;
    margin-top: 0;
    text-align: left;
  }
}
.form--feedback--new .actions .description a {
  color: var(--color--gray);
}
.form--feedback--success h2 {
  font-size: 2.4rem;
  margin-top: 0;
}
@media all and (min-width: 760px) {
  .form--feedback--success h2 {
    font-size: 3.2rem;
  }
}
.form--feedback--success h3 {
  font-size: 1.6rem;
}
.form--feedback--success .actions {
  margin-top: 1.6rem;
}
@media all and (min-width: 760px) {
  .form--feedback--popup {
    width: 76rem;
  }
}

/*# sourceMappingURL=style.css.map */
