.spots--show {
  & .button--new-spot {
    display: none;
  }
}

.spots--show.spots--web-mobile,
.sessions--new.sessions--web-mobile {
  & .header {
    display: none;
  }

  & .sub-header--mobile {
    margin-bottom: 0;
  }

  & main {
    padding-top: 0;
  }

  /* & .spot__map-container {
    margin-left: calc(var(--spacing-md) * -1);
    margin-right: calc(var(--spacing-md) * -1);
    width: calc(100% + var(--spacing-md) * 2);
  } */
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;

  & h2 {
    margin: 0;
  }
}

.spots--new.body--desktop,
.spots--new.body--mobile {
  & .header {
    display: none;
  }

  & .sub-header {
    padding: 1rem;
  }

  & main {
    max-width: 700px;
  }
}

.spots--new.body--mobile { 
  & .sub-header {
    margin-bottom: 0;
  }
}