.sporto-tournament-home-slider {
  inline-size: 100%;
}

.sporto-tournament-home-slider .sporto-tournament-slider__track {
  scroll-snap-type: x proximity;
}

.sporto-tournament-home-slider .sporto-team-calendar__card.is-anchor {
  border-block-end-color: var(--primary, #9cae62);
}

.sporto-tournament-home-slider.is-terminal-boundary .sporto-tournament-slider__track {
  scroll-padding-inline-end: 4px;
  scroll-snap-type: none;
}

.sporto-tournament-home-slider.is-initial-boundary .sporto-tournament-slider__track {
  scroll-padding-inline-start: 4px;
  scroll-snap-type: none;
}

@container (max-width: 479px) {
  .sporto-tournament-home-slider .sporto-tournament-slider__track {
    scroll-snap-type: x mandatory;
  }

  .sporto-tournament-home-slider.is-terminal-boundary .sporto-tournament-slider__track {
    scroll-snap-type: none;
  }
}
