/* Make the "My Garage" top link look like other header links */
.header .links li.nav.item a[href*="/garage"] {
  display: inline-block;
  padding: 0 8px;
  font-weight: 400; /* not bold */
}
/* If a theme still renders <strong> for current link, normalize it */
.header .links li.nav.item strong {
  font-weight: 400;
}
/* Keep color consistent with dashboard/logout links */
.header .links li.nav.item a[href*="/garage"] {
  color: inherit;
  text-decoration: none;
}
.header .links li.nav.item a[href*="/garage"]:hover {
  text-decoration: underline;
}
