.uploadPage{min-height:100vh}
.uploadArticlePageContent{color:var(--primary-text-color,#fff);flex-direction:column;justify-content:flex-start;align-items:center;width:100%;max-width:100vw;min-height:100vh;display:flex}.uploadArticlePageContent .editPostForm{background-color:var(--tertiary-background-color);box-sizing:border-box;border-radius:var(--primary-border-radius);width:100%;padding:.5rem}.uploadArticlePageContent .editPostForm .mainFields .formSection{background-color:var(--tertiary-background-color);box-sizing:border-box;border-radius:var(--primary-border-radius);width:100%;padding:.25rem}.uploadArticlePageContent .editPostForm .mainFields .formSection .description{min-height:400px}.uploadArticlePageContent .editPostForm .mainFields .formSection .description .descriptionHeader{justify-content:space-between;align-items:center;display:flex}.uploadArticlePageContent .editPostForm .sidebarField .postInformation{flex-direction:column;display:flex}.uploadArticlePageContent .editPostForm .sidebarField .imageUploader{flex-wrap:wrap;justify-content:center;align-items:center;width:100%;display:flex}.uploadArticlePageContent .uploadArticleActionButtons{justify-content:space-evenly;gap:1rem;margin-top:3rem}.uploadArticlePageContent .uploadArticleActionButtons button{justify-content:center;align-items:center;gap:.5rem;width:80%;font-size:.8rem;display:flex}@media only screen and (min-width:768px){.uploadArticlePageContent .editPostForm{grid-gap:8px;grid-template-columns:1fr 320px;max-width:1323px;display:grid}.uploadArticlePageContent .editPostForm .mainFields .formSection{width:100%}}
