.post-form {

  .wysiwyg {
    display: none;
  }

  .field_with_errors {
    width: 100%;
  }

  .content {
    display: flex;
    flex-direction: column;

    & main {
      flex: 1;
      position: relative;
      overflow: auto;
    }

    padding: 0;


    .editor {
      border-top: 1px solid var(--light-gray);
      width: 100%
    }
  

    & input,
    & textarea, & .editor {
      border-left: none;
      border-radius: 0;
      border-right: none;
      border-bottom: none;
      border-top: none;
    }

    & input {
      border-top: 1px solid var(--light-gray);
      border-bottom: 1px solid var(--light-gray);
    }

    & label {
      padding-left: 1rem;
    }
  }
  .fields {
    gap: 0;
  }
}
