/* A13: uppercase navigation system. Labels remain unchanged in the CMS and
   database; capitalization is a presentation rule across all menu surfaces. */

:where(
  .cg-toplinks a,
  .header-login,
  .enterprise-menu > a,
  .enterprise-menu > .mega-item > button,
  .enterprise-menu .mega-menu,
  .category-bar,
  .admin-nav a,
  .v6-admin-nav a,
  .enterprise-footer-grid > div:not(.footer-brand),
  .enterprise-footer-bottom a
){
  text-transform:uppercase!important;
}

/* Maintain readable rhythm for the denser dropdown and mobile menus. */
.enterprise-menu > a,
.enterprise-menu > .mega-item > button,
.mega-menu a,
.category-bar a,
.admin-nav a,
.v6-admin-nav a,
.enterprise-footer-grid > div:not(.footer-brand) a{
  letter-spacing:.055em!important;
}

.mega-menu :where(p,small),
.support-menu-grid small{
  letter-spacing:.035em!important;
}

@media(max-width:820px){
  .enterprise-menu > a,
  .enterprise-menu > .mega-item > button{letter-spacing:.045em!important}
}
