#widget-garantie-check form {
  margin: 1rem auto 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  #widget-garantie-check form .form-button {
    margin-top: 3px;
  }
}
#widget-garantie-check .feedback {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 10px;
}
#widget-garantie-check .feedback p {
  margin: 1rem 0;
  font-size: 14px;
}
#widget-garantie-check .feedback p a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #widget-garantie-check .feedback {
    max-width: 700px;
  }
}
#widget-garantie-check .form-field {
  padding: 0px;
}
#widget-garantie-check .cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

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