/* Got Hot Wheels - Route Hub Dedupe + Polish v88 */

html body .ghw87-shortcuts,
html body .ghw87-actions,
html body .ghw-topnav {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
}

html body .ghw87-shortcuts a,
html body .ghw87-actions a,
html body .ghw-topnav a {
  white-space: nowrap !important;
  min-width: 0 !important;
  max-width: 220px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

html body .ghw87-shortcuts a.ghw88-hidden,
html body .ghw87-actions a.ghw88-hidden,
html body .ghw-topnav a.ghw88-hidden,
html body .ghw88-hidden {
  display: none !important;
}

html body .ghw87-panel,
html body .ghw87-hub,
html body .ghw87-card,
html body .ghw-panel {
  overflow: visible !important;
}

html body .ghw87-hub .ghw87-actions,
html body .ghw87-hero .ghw87-actions {
  justify-content: flex-end !important;
}

html body .ghw87-shortcuts {
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

html body .ghw87-shortcuts strong,
html body .ghw87-shortcuts .label,
html body .ghw87-shortcuts span:first-child {
  color: #ffd34d !important;
  font-weight: 900 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
}

@media (max-width: 900px) {
  html body .ghw87-hub .ghw87-actions,
  html body .ghw87-hero .ghw87-actions,
  html body .ghw-topnav {
    justify-content: flex-start !important;
  }

  html body .ghw87-shortcuts a,
  html body .ghw87-actions a,
  html body .ghw-topnav a {
    flex: 1 1 calc(50% - 10px) !important;
    max-width: none !important;
  }
}

@media (max-width: 540px) {
  html body .ghw87-shortcuts a,
  html body .ghw87-actions a,
  html body .ghw-topnav a {
    flex-basis: 100% !important;
  }
}
