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

.cc-header__nav a,
.cc-store-header a,
.cc-academy-header a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border-radius: var(--cc-radius-pill, 999px);
}

.cc-more-menu__panel,
.cc-shell-dropdown {
  z-index: 1200;
  border-radius: 24px;
  box-shadow: var(--cc-shadow-dropdown);
}

.cc-more-menu__panel a,
.cc-shell-dropdown a {
  color: var(--cc-text-dark, #151A1F);
}

.cc-mobile-drawer a,
.cc-mobile-drawer button {
  min-height: 44px;
}
