.map-create-form {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 100%;
  max-width: 30rem;

  .create-form-header {
    display: flex;
    justify-content: space-between;
    font-size: 1.5rem;
    margin: 2rem 0 1rem;
    border-bottom: 1px solid var(--base00);

    .title {
      padding: 0.5rem;
    }
  }
}
