/*
 * GVAM review corrections — design handoff only.
 * Claude Code decides how these rules are integrated into the Astro source.
 */

/* Keep the compact menu control content-sized on tablet instead of stretching. */
.site-menu-toggle {
  justify-self: end;
  width: auto;
  max-width: 11rem;
  line-height: 1;
}

/* Vertically centre the desktop navigation CTA independent of anchor line-height. */
.lab-nav__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-block: 0.65rem;
  line-height: 1;
  text-align: center;
}

/* The global link hover colour is dark and must not override navigation on V01. */
.lab-header--dark .lab-nav a:hover {
  color: var(--color-on-strong);
}

@media (width >= 48rem) and (width < 80rem) {
  .site-menu-toggle {
    min-width: 9.5rem;
  }
}
