form.LiveFieldSection{
    padding: 0 !important;
}

.__unstyled.paragraph {
    display: none !important;
}
  .editor {
    padding: 0 !important;
  }

  .LiveField {
    box-shadow: none;
    margin-bottom: 1rem;

  }

  .submit .btn-raised.btn-primary {
    box-shadow: none;
    font-size: 20px;
    font-weight: bold !important;
    padding: 1rem 3rem !important;
  }

  .btn-raised.btn-primary:hover {
    background-color: #1e82cc !important;
    border-color: #1e82cc !important;
  }

  .LiveField__answer {
    border: 1px solid #77849a;
    border-radius: 0.25rem;
  }

  .LiveField__answer:focus {
    color: #232d3f;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
  }

  div.LiveField__container {
    padding: 0 !important;
  }