/* Align the desktop orb row with the Ranking and Community card centers. */
@media (min-width:721px){
  .hero .hero-orb-hub[data-card-aligned="true"]{
    --large-orb-size:var(--aligned-orb-size);
    --online-size:var(--aligned-online-size);
    width:var(--aligned-track-width);
    left:calc(50% + var(--aligned-center-offset));
    grid-template-columns:repeat(7,minmax(0,1fr));
  }
  .hero .hero-orb-hub[data-card-aligned="true"] .navigation-strip.helmet-nav{
    --dock-feature-size:var(--large-orb-size);
    --dock-orb-size:var(--large-orb-size);
  }
  .hero .hero-orb-hub[data-card-aligned="true"] .navigation-strip.helmet-nav>.harbor-online-stack{
    width:var(--online-size);
    height:var(--online-size);
  }
  .hero .hero-orb-hub[data-card-aligned="true"] .navigation-strip.helmet-nav .nav-side>:is(a,button),
  .hero .hero-orb-hub[data-card-aligned="true"] .navigation-strip.helmet-nav .nav-side-right .navigation-account{
    padding:9px 4px;
    font-size:12px;
  }
  .hero .hero-orb-hub[data-card-aligned="true"] .navigation-strip.helmet-nav .nav-feature>summary{
    padding:10px 4px;
    font-size:10px;
    line-height:1.05;
  }
  .hero .hero-orb-hub[data-card-aligned="true"] .navigation-strip.helmet-nav .nav-feature-menu>a{
    padding:10px 4px;
    font-size:11px;
  }
  .hero .hero-orb-hub[data-card-aligned="true"] .shortcut-orb-label{font-size:12px}
}
