.PromptForm{display:flex;flex-direction:column;justify-content:space-between;height:100%;width:100%;max-width:520px;margin:0 auto;padding:40px 0 36px}@media(max-width:767.98px){.PromptForm{padding:20px 16px 36px}}.PromptForm--content{padding-bottom:160px}.PromptForm--content--navigation{display:grid;grid-template-columns:repeat(3,auto);width:-moz-fit-content;width:fit-content;grid-gap:4px;gap:4px;margin-bottom:20px}.PromptForm--content--navigation>*{cursor:pointer}.PromptForm--title{margin-bottom:20px}.PromptForm--subtitle{margin-bottom:40px}.PromptForm--textarea{margin-bottom:30px}.PromptForm--textarea textarea{height:90px}.PromptForm--location{margin-bottom:30px}.PromptForm--filters{display:grid;grid-row-gap:10px;row-gap:10px}.PromptForm--filters--label{font-weight:700}.PromptForm--buttons{padding:36px 0;position:fixed;z-index:1;left:0;right:0;bottom:0;border-top:1px solid var(--bg-green-extra-light);background-color:var(--bg-dark-green)}@media(max-width:767.98px){.PromptForm--buttons{padding:20px 10px}}.PromptForm--buttons--wrapper{max-width:520px;margin:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));grid-gap:10px;gap:10px}@media(max-width:767.98px){.PromptForm--buttons--wrapper{grid-template-columns:1fr}}