/* MarqueeItem — inline ticker chip with dot separator */

.cc_4vBO1nbhag_NKQCXpXb4r .kombos-marquee-item {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding-inline: 1.5rem;

  /* Color inherits from the parent section via currentColor — no hardcoded value here */
}

/* Separator dot rendered after each item */
.cc_4vBO1nbhag_NKQCXpXb4r .kombos-marquee-item::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 9999px;
  background: currentColor;
  opacity: 0.5;
  margin-inline-start: 1.5rem;
  flex-shrink: 0;
}
