.stellar-trening-carousel__cta{margin-top:12px}
.stellar-trening-carousel__empty{display:flex;align-items:center;justify-content:center;min-height:120px;opacity:.8}

/* Mobile: replace "Sortuj" text with Sort.svg icon on the sort button */
@media (max-width:680px){
  .treningi-sort-menu__button{
    display:inline-grid !important;
    place-items:center !important;
    padding:12px !important;
    inline-size:48px !important;
    block-size:48px !important;
    border-radius:999rem !important;
    font-size:0 !important; /* hide text visually, keep accessible name */
    line-height:0 !important;
  }
  .treningi-sort-menu__button::before{
    content:"";
    display:block;
    inline-size:24px;
    block-size:24px;
    background:url("../icons/Sort.svg") no-repeat center/contain;
  }
}

/* Improve mobile scroll behavior in carousel: allow vertical scroll to pass through */
@media (max-width: 1024px){
  .stellar-trening-carousel .stellar-trening-carousel__viewport{
    touch-action: auto;
    scroll-snap-type: x mandatory; /* snap to each slide */
    overscroll-behavior-x: contain; /* prevent horizontal scroll chaining */
  }
  .stellar-trening-carousel .stellar-trening-carousel__track{ touch-action: auto; }
}
