#parceiro-form {
    padding-inline: 2rem;
    padding-block: 1rem;
    max-width: 450px;
    --space-l: 1rem;

  .form-wrapper {
    margin: 0;
    display: block;
  }
  .webform-flex--container {
    margin: 0;
  }
  .form-item {
    margin-top: 0;
    margin-bottom: var(--space-l);
  }
  .form-element {
    width: 100%;
  }

  .form-item--chamada {
    margin-bottom: 0px;
    font-size: 1.75rem;
  }
  .form-item--intro {
    font-size: 14px;
  }

  .form-type-email{
    margin-bottom: 8px;
  }
  .form-submit {
    margin: 0;
    background-color: #0A0C10;
  }
  #edit-politica-privacidade {
    margin-top: 8px;
    margin-bottom: 0;
  }

  label.error {
    font-size: 12px;
    color: #C61517;
  }


  .form-item {
    [name="nome"] {
      background-image: url("../icons/profile-icon.svg");
      background-repeat: no-repeat;
      background-position: 97% 50%;
      background-size: 16px;
    }

    [name="e_mail"] {
      background-image: url("../icons/email-icon.svg");
      background-repeat: no-repeat;
      background-position: 97% 50%;
      background-size: 16px;
    }

    [name="celular_com_ddd"] {
      background-image: url("../icons/phone-icon.svg");
      background-repeat: no-repeat;
      background-position: 97% 50%;
      background-size: 16px;
    }
    [name].valid {
        background-image: url("../icons/form-valid-icon.svg");
    }
  }



  .webform-confirmation img {
    width: 4rem;
  }

}
