#sort-post-row{gap:var(--space-24);color:var(--text-primary);font-size:var(--label-large-size);font-weight:var(--label-large-weight)}#post-list-header-row,#sort-post-row{display:flex;justify-content:space-between}#sort-post-dropdown{border:2px solid var(--border-secondary)}#post-modal-wrapper{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;z-index:999}#create-post-modal{height:646px;width:730px;background-color:white;border:1px solid var(--border-primary)}#create-post-form{display:flex;flex-direction:column;padding-left:90px;padding-right:90px}#close-modal-row,#post-button-row{display:flex;justify-content:flex-end}#post-header-and-error-container{display:flex;flex-direction:column;margin-left:400px;margin-right:400px;margin-top:32px}#create-post-modal input{margin-top:36px}#create-post-modal input,#create-post-modal textarea{color:var(--text-secondary);font-size:var(--paragraph-large-size);font-weight:var(--paragraph-large-weight);border:1px solid var(--border-secondary);border-radius:var(--radius-small)}#create-post-modal textarea{margin-top:28px}#create-post-form button{background-color:var(--color-secondary);margin-top:48px}.close-button{color:var(--text-primary);font-size:var(--label-large-size);font-weight:var(--label-large-weight);margin-top:var(--space-16);margin-right:var(--space-16);background-color:transparent;border:none}