.scrolling-text .scrolling-text-container {
  overflow: hidden;
  white-space: nowrap;
}
.scrolling-text .scrolling-text-container.scrolling-text_with-border {
  border-top: 1px solid rgb(var(--color-shadow));
  border-bottom: 1px solid rgb(var(--color-shadow));
}