body,html{font-size:14px;height:100%}body{color:#212526;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif;font-weight:400;height:100%;line-height:1.5}*,:after,:before{box-sizing:border-box;margin:0;padding:0}main{display:grid;grid-template-areas:"heading heading" "form map";grid-template-columns:auto 1fr;grid-template-rows:auto 1fr;height:100%;overflow:auto}.heading{grid-area:heading;padding-left:5px}.form{grid-area:form}.form-buttons{display:flex;flex-direction:column;gap:5px}.map-container{grid-area:map;overflow:auto;padding:10px}#map{border:2px solid #6a277f;border-radius:.25rem;height:100%;width:100%}@media screen and (max-width:1200px){main{grid-template-areas:"heading" "form" "map";grid-template-columns:1fr;grid-template-rows:auto auto 1fr}.form-buttons{flex-direction:row;justify-content:safe center}}