.info-box-wrapper {
  .swiper-wrapper {
    --swiper-scrollbar-size: 0.125rem;
    --swiper-scrollbar-bg-color: var(--theme-color-grey-3);
    --swiper-scrollbar-drag-bg-color: var(--theme-color-black);
  }

  .info-box {
    border-radius: 0.5rem;
    overflow: hidden;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .swiper-scrollbar,
  .swiper-button-prev,
  .swiper-button-next {
    position: static;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0;
    cursor: pointer;
    color: var(--theme-color-black);

    &::after {
      display: none;
    }
  }

  .swiper-scrollbar {
    border-radius: 1rem;
  }
}
