.shell {
  width: 1200px;
  max-width: calc(100% - 48px);
}

.brand-mark {
  display: none !important;
}

.topbar .shell,
.site-footer .shell {
  width: 1200px;
  max-width: calc(100% - 48px);
}

.topbar .nav-shell {
  width: 1200px !important;
  max-width: calc(100% - 48px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.topbar .nav-shell .main-nav {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 640px) {
  .shell {
    width: calc(100% - 24px);
    max-width: none;
  }

  .topbar .shell,
  .site-footer .shell {
    width: calc(100% - 24px);
    max-width: none;
  }

  .topbar .nav-shell {
    width: calc(100% - 24px) !important;
    max-width: none !important;
  }

  .topbar .nav-shell .main-nav {
    margin-left: 0 !important;
  }

  .topbar .only-mobile {
    width: 34px;
    height: 34px;
    display: inline-grid !important;
    place-items: center;
    flex: 0 0 34px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
  }

  .topbar .only-mobile svg {
    width: 20px;
    height: 20px;
    display: block;
    stroke-width: 2.5;
  }

  .drawer > a {
    font-size: 17px;
    font-weight: 800;
    line-height: 1.4;
  }
}
