.ann-banner.tg-lux-ann .ann-track,
body .ann-banner .ann-track {
  animation: none !important;
  transform: none !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center;
}

.ann-banner .ann-track .ann-item {
  width: 100%;
  justify-content: center;
}

.ann-item a,
.tgv-ann-static {
  color: inherit;
  text-decoration: none;
}

.ann-item a:hover,
.ann-item a:focus-visible,
.tgv-ann-static:hover,
.tgv-ann-static:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tgv-ann-static {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 18px;
  text-align: center;
}

@media (prefers-reduced-motion: reduce) {
  .ann-banner.tg-lux-ann .ann-track,
  body .ann-banner .ann-track {
    animation: none !important;
  }
}
