.lob-category-name {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  min-width: 0;
  justify-self: start;
  overflow-wrap: anywhere;
  font-weight: 900;
  -webkit-text-stroke: 0.16px rgba(255, 255, 255, 0.28);
  color: #999999;
  background-image: linear-gradient(120deg, #999999 0%, #999999 35%, #ffffff 50%, #999999 65%, #999999 100%);
  background-size: 200% auto;
  background-position: 150% center;
  background-repeat: no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: lob-category-shiny-text 2s linear infinite alternate;
  line-height: 1.15;
}

@keyframes lob-category-shiny-text {
  from { background-position: 150% center; }
  to { background-position: -50% center; }
}

@media (prefers-reduced-motion: reduce) {
  .lob-category-name {
    background-image: linear-gradient(120deg, #999999 0%, #999999 35%, #ffffff 50%, #999999 65%, #999999 100%);
    -webkit-text-fill-color: transparent;
    animation: lob-category-shiny-text 2s linear infinite alternate;
  }
}
