:root{
  color-scheme: dark;
  --site-graphite: #15191d;
}

html,
html body,
html[data-theme] body{
  background: var(--site-graphite) !important;
  background-image: none !important;
}

html body::before,
html body::after,
html[data-theme] body::before,
html[data-theme] body::after{
  background-color: var(--site-graphite) !important;
  background-image: none !important;
}

.map-stage{
  display: none !important;
}

.header-inner{
  grid-template-columns: 1fr auto 1fr !important;
}

.header-inner > .nav{
  grid-column: 2;
}

.header-inner > .actions{
  grid-column: 3;
  justify-self: end;
}

@media (max-width: 1120px){
  .header-inner{
    grid-template-columns: 1fr auto !important;
  }

  .header-inner > .actions{
    grid-column: 2;
  }
}
