html {
  scroll-padding-top: calc(var(--cc-shell-header-h, 76px) + 18px);
}

[id] {
  scroll-margin-top: calc(var(--cc-shell-header-h, 76px) + 18px);
}

.cc-header {
  min-height: var(--cc-shell-header-h, 76px);
}

.cc-header__inner {
  width: min(100% - 32px, var(--cc-shell-max, 1180px));
  margin-inline: auto;
}

.cc-header__nav {
  overflow: hidden;
}

.cc-header__nav > a,
.cc-more-menu > summary {
  flex: 0 0 auto;
}

.cc-more-menu__panel {
  max-width: min(360px, calc(100vw - 32px));
}

[dir="ltr"] .cc-more-menu__panel {
  inset-inline-start: auto;
  inset-inline-end: 0;
}

.cc-mobile-drawer__section {
  display: grid;
  gap: 10px;
}

.cc-footer[data-shell-variant="store"] {
  background: #15110B;
}

.cc-footer[data-shell-variant="academy"] {
  background: #080D12;
}

body.cc-search-open .cody-widget,
body.cc-search-open .public-cody,
body.cc-search-open .cody-chat-root {
  visibility: hidden;
}

@media (max-width: 1180px) {
  .cc-header__inner {
    width: min(100% - 24px, var(--cc-shell-max, 1180px));
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: calc(var(--cc-shell-mobile-header-h, 66px) + 14px);
  }

  [id] {
    scroll-margin-top: calc(var(--cc-shell-mobile-header-h, 66px) + 14px);
  }
}
