/* WO29273 home/mobile help-chip cache-bust, 2026-05-13. */

html body.home .v9-living-gate #v9-ground-links a.v9-ground-link,
html body.home .v9-living-gate #v9-ground-links a.v9-ground-link:visited {
  background: rgba(1, 4, 9, .74) !important;
  border-color: rgba(245, 200, 66, .46) !important;
  color: rgba(246, 250, 255, .98) !important;
  box-shadow: 0 0 22px rgba(1, 4, 9, .48) !important;
  letter-spacing: 0 !important;
}

html body.home .v9-living-gate #v9-ground-links a.v9-ground-link:hover,
html body.home .v9-living-gate #v9-ground-links a.v9-ground-link:focus-visible {
  background: rgba(19, 15, 6, .88) !important;
  border-color: rgba(245, 200, 66, .72) !important;
  color: #fff8e8 !important;
}

@media (max-width: 720px) {
  html body.home .v9-living-gate #v9-ground-links {
    bottom: 82px !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px !important;
    width: min(78vw, 280px) !important;
  }

  html body.home .v9-living-gate #v9-ground-links a.v9-ground-link {
    width: 100% !important;
    min-height: 28px !important;
    padding: 6px 9px !important;
    font-size: 10px !important;
  }
}
