[swipe] {
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: bottom;
    padding-right: 12px;
  }
  
  [swipe] .swiper-inner {
    display: flex;
    flex-direction: column;
    transition: transform 0.4s ease-in-out;
    will-change: transform;
  }
  
  [swipe] .swiper-inner span {
    display: block;
    white-space: nowrap;
    margin-bottom: 4px; /* 👈 Creates space between items */
  }
  