[id*="powerful_form_builder_app_block"] {
  .globo-form-app{
    margin: 0 auto!important;
    max-width: 800px!important;
  }

  .header{
    margin: 0 auto 10px!important;
    font-size: 12px;
    font-family: var(--font-family);
  }

  .globo-heading{
    display: none!important;
  }

  .globo-description{
    font-size: 12px!important;
    color: #000!important;
    font-family: var(--font-paragraph--family);
    margin-bottom: 30px;
    padding: 0 10px 0;

    p:has(img){
      margin-left: -27px;
      margin-right: -27px;
      margin-bottom:30px;
    }

    a{
      color:#ecd8d8!important;
    }
  }

  .globo-formbuilder .globo-form .globo-form-app .globo-form-control:not([data-type=switcher],[data-type=rangeSlider],[data-type=matrix],[data-type=rating-star2],[data-type=feedback],[data-type=rating-level],[data-type=file2],[data-type=colorSwatches],[data-type=radio],[data-type=checkbox],[data-type=imageOptions],[data-type=button],[data-type=acceptTerms],[data-type=consent],[data-type=signature]) .globo-label{
    display: block!important;
  }
  .label-content{
    font-size: 12px!important;
  }

  .globo-form-control{
    margin-bottom: 1.2rem!important;
  }

  input{
    font-size: 12px!important;
    background: #f1f1f1!important;
    box-shadow: none!important;
    border-radius: 0!important;
    &::placeholder{
      color: #0000004D;
    }
  }

  select{
    font-size: 12px !important;
    background: #f1f1f1 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    color: #0000004D!important;
  }

  textarea{
    font-size: 12px!important;
    background: #f1f1f1!important;
    box-shadow: none!important;
    border-radius: 0!important;
    &::placeholder{
      color: #0000004D;
    }
  }

  .heading-caption{
    font-size: 12px!important;
    font-weight: 500!important;
  }

  .checkbox-label{
    font-size: 12px!important;
  }

  .help-text{
    a{
      text-decoration: underline;
    }
  }

  .gfb__footer{
    padding: 0 8px;
    button.action{
      font-size: 12px!important;
      padding: 24px 10px;
      background: #edd8d8!important;
      border-radius: 0!important;
      font-weight: 500;
      border: none!important;
      &:hover{
        background: #edd8d8!important;
        box-shadow: none!important;
      }
    }
  }

  .globo-form-control .gfb__dropzone {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 12px;
    border-radius: 0;
    border: 1px dashed 
    color-mix(in srgb, var(--gfb-primary-color) 80%, transparent)!important;
    background-color: var(--gfb-dropzone-bg-color)!important;
  }

  .label-content a{
    color:currentColor!important;
  }
}