.feedback-form-wrapper {
  padding-top: var(--section-padding-top);
  padding-bottom: var(--section-padding-bottom);

  .feedback-title {
    font-size: 25px;
    font-family: 'Manrope';
  }
  .feedback-subtitle {
    font-size: 14px;
    margin: 20px 0;
    font-family: var(--font-stack-body);
  }
  .feedback-subtitle span {
    color: var(--text-hero-clr);
  }
  .feedback-date {
    margin: 20px 0;
    font-size: 18px;
  }
  .feedback-button {
    width: 50%;
    border-radius: 40px;
  }
  .feedback-description ~ p {
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
  }
  .feedback-description ~ p a {
    color: var(--text-hero-clr);
  }
  .discount-code-wrapper {
    gap: 1rem;
  }
  .discount-code {
    background-color: #fafafa;
    border-radius: 4px;
    border: none;
    outline: none;
    color: var(--text-hero-clr);
    font-family: 'Manrope';
    font-size: 14px;
    letter-spacing: 1px;
  }
  .discount-code-copy {
    padding: 0.75rem 1rem;
  }
  .start-shopping {
    width: 80%;
    border-radius: 40px;
  }
}

@media screen and (max-width: 768px) {
  .feedback-form-wrapper {
    padding-top: var(--section-padding-top-mb);
    padding-bottom: var(--section-padding-bottom-mb);

    .feedback-title {
      font-size: 14px;
    }
    .feedback-subtitle {
      font-size: 11px;
    }
    .feedback-date {
      font-size: 14px;
    }
    .feedback-button {
      width: 80%;
    }
    .feedback-description ~ p {
      font-size: 14px;
    }
  }
}
div[data-forms-id='forms-root-293585'] {
  display: none;
}
