.js-fifa-stats-carousel .fifa-stats-carousel__swiper {
  touch-action: pan-y;
}

.js-fifa-stats-carousel .swiper-slide {
  height: auto;
}

.js-fifa-stats-carousel .swiper-slide > * {
  height: 100%;
}

.fifa-stats-carousel__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
}

.js-fifa-stats-carousel .swiper-pagination {
  display: flex;
  align-items: center;
  gap: 6px;
  position: static;
  width: auto;
  margin: 0;
}

.fifa-stats-carousel__buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.js-fifa-stats-carousel .fifa-stats-carousel__button {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  width: 40px;
  height: 40px;
  margin-top: 0;
  border: 1px solid #d1d5db;
  border-radius: 9999px;
  color: #111827;
  background: #ffffff;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.js-fifa-stats-carousel .fifa-stats-carousel__button::after {
  font-size: 14px;
  font-weight: 700;
}

.js-fifa-stats-carousel .fifa-stats-carousel__button:hover {
  border-color: #111827;
  background: #111827;
  color: #ffffff;
}

.js-fifa-stats-carousel .fifa-stats-carousel__button.swiper-button-disabled {
  opacity: 0.4;
}

.js-fifa-stats-carousel.is-single-slide .fifa-stats-carousel__buttons {
  display: none;
}
