html.sf-ez1-js body.postid-5576 .sf-ez1-impulse-continuation:not(.sf-ez1-visible) {
  display: none !important;
}

.sf-ez1-feedback {
  max-width: 820px;
  margin: 28px auto;
  padding: 28px;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  background: #fff;
}

.sf-ez1-feedback[hidden],
.sf-ez1-feedback [hidden] {
  display: none !important;
}

.sf-ez1-feedback h2 {
  margin-top: 0;
}

.sf-ez1-feedback__intro,
.sf-ez1-feedback__hint {
  color: #555;
}

.sf-ez1-feedback fieldset {
  margin: 0 0 22px;
  padding: 0;
  border: 0;
}

.sf-ez1-feedback legend,
.sf-ez1-feedback__text-label {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}

.sf-ez1-feedback fieldset label {
  display: block;
  margin: 8px 0;
}

.sf-ez1-feedback textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.sf-ez1-feedback__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}

.sf-ez1-button {
  cursor: pointer;
  border: 0;
  font: inherit;
}

.sf-ez1-button--primary {
  padding: 11px 18px;
  border-radius: 4px;
  background: #f29100;
  color: #fff;
  font-weight: 700;
}

.sf-ez1-button--primary:hover,
.sf-ez1-button--primary:focus {
  filter: brightness(.93);
}

.sf-ez1-button--primary:disabled {
  cursor: wait;
  opacity: .65;
}

.sf-ez1-button--link {
  padding: 8px 0;
  background: transparent;
  color: inherit;
  text-decoration: underline;
}

.sf-ez1-feedback__error {
  color: #9b1c1c;
  font-weight: 700;
}

.sf-ez1-feedback__confirmation {
  margin: 0;
  font-weight: 700;
}

.sf-ez1-continuation-heading {
  margin-top: 24px;
}

.sf-ez1-feedback__honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 640px) {
  .sf-ez1-feedback {
    margin: 20px 0;
    padding: 20px;
  }
  .sf-ez1-feedback__actions {
    align-items: flex-start;
    flex-direction: column;
  }
}
