.section-press-bar__element.hidden {
  display: none;
}

.scroller__inner-press {
  gap: 24px;
}

.scroller[data-animated="true"] .scroller__inner-press {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 120s)
    var(--_animation-direction, forwards) linear infinite;
  animation-delay: 1s;
}

@media (min-width: 768px) {
  .scroller__inner-press {
    gap: 32px;
  }
}
