.social-reel__items.swiper {
  overflow: visible;
  margin: 0;
  padding-bottom: 2.875rem;
}

.social-reel__items.swiper .swiper-wrapper {
  display: flex;
  margin: 0 -0.875rem;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.social-reel__items.swiper .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.social-reel__items.swiper .social-reel-item {
  flex: 0 0 25%;
  width: auto;
  scroll-snap-align: start;
}

.social-reel__items.swiper .swiper-scrollbar {
  --swiper-scrollbar-border-radius: 0rem;
  --swiper-scrollbar-bg-color: #e6eae6;
  --swiper-scrollbar-drag-bg-color: #006F4F;
  position: relative;
  left: auto;
  bottom: auto;
  width: 100%;
  height: 0.125rem;
  margin-top: 2rem;
  background: var(--swiper-scrollbar-bg-color);
  border-radius: var(--swiper-scrollbar-border-radius);
}

.social-reel__items.swiper .swiper-scrollbar-drag {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: var(--swiper-scrollbar-drag-bg-color);
  border-radius: var(--swiper-scrollbar-border-radius);
  cursor: grab;
  transform: translate3d(0, 0, 0);
}

.social-reel__items.swiper .swiper-scrollbar-drag:active {
  cursor: grabbing;
}

.social-reel__items.swiper.social-reel__items--locked {
  padding-bottom: 0;
}

.social-reel__items.swiper.social-reel__items--locked .swiper-scrollbar {
  display: none;
}

@media (max-width: 56.25rem) {
  .social-reel__items.swiper .swiper-wrapper {
    margin: 0 -0.4375rem;
  }

  .social-reel__items.swiper .social-reel-item {
    flex-basis: 50%;
    width: auto;
  }

  .social-reel__items.swiper .social-reel-item:nth-child(2) ~ .social-reel-item {
    display: block;
  }
}

@media (max-width: 900px) {
  .social-reel__items.swiper {
    padding-bottom: 2.5rem;
  }

  .social-reel__items.swiper .swiper-scrollbar {
    height: 1.125rem;
    margin-top: 1.375rem;
    background: transparent;
  }

  .social-reel__items.swiper .swiper-scrollbar:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.125rem;
    background: #e6eae6;
    transform: translateY(-50%);
  }

  .social-reel__items.swiper .swiper-scrollbar-drag {
    top: 50%;
    height: 0.125rem;
    transform: translate3d(0, -50%, 0);
  }
}
