/* --- Ogólne --- */
.sp-team-logos{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}
.sp-team-logos__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-decoration:none}
.sp-team-logos__item img{display:block;margin:0 auto;filter:saturate(.98);transition:transform .2s ease,filter .2s ease;max-width:100%}
.sp-team-logos__item:hover img{transform:translateY(-2px) scale(1.05);filter:saturate(1)}
.sp-team-logos__name{margin-top:6px;font-size:13px;color:var(--sp-text,#ddd);text-align:center}

/* --- GRID --- */
.sp-team-logos--grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:24px;justify-content:center;justify-items:center;align-items:center;padding:10px 0;width:100%}

/* --- KARUZELA: centrowanie i brak „dziur” --- */
.sp-team-logos--carousel{position:relative;width:100%;margin:0 auto;display:flex;justify-content:center;padding-bottom:26px}
.sp-team-logos--carousel .swiper{width:100%;max-width:1200px;margin:0 auto;padding:16px 0;display:flex;justify-content:center}
.sp-team-logos--carousel .swiper-wrapper{display:flex;flex-wrap:nowrap !important;justify-content:center;align-items:center}
.sp-team-logos--carousel .swiper-slide{flex:0 0 auto !important;display:flex;align-items:center;justify-content:center}

/* --- Paginacja niżej --- */
.sp-team-logos--carousel .swiper-pagination{bottom:-18px}
.sp-team-logos--carousel .swiper-pagination-bullet{opacity:.4;background-color:#e44541}
.sp-team-logos--carousel .swiper-pagination-bullet-active{opacity:1}

/* --- Strzałki, kolor + lekko na zewnątrz (odstęp ustawiany inline per instancję) --- */
.sp-team-logos--carousel .swiper-button-prev,.sp-team-logos--carousel .swiper-button-next{color:#e44541;transition:opacity .2s ease,transform .2s ease;opacity:.85}
.sp-team-logos--carousel .swiper-button-prev:hover,.sp-team-logos--carousel .swiper-button-next:hover{opacity:1;transform:scale(1.15)}
