#newsTrack.hetman-sg-news-host{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  height:100%!important;
  min-height:0!important;
  padding:0!important;
  transform:none!important;
  animation:none!important;
  will-change:auto!important;
  overflow:visible!important;
}

#newsTrack .hetman-sg-news-runtime{
  position:relative;
  width:100%;
  min-width:0;
  max-width:100%;
  height:100%;
  min-height:0;
  display:flex;
  align-items:stretch;
  overflow:hidden;
}

#newsTrack .hetman-sg-news-rail{
  display:flex;
  align-items:stretch;
  width:max-content;
  min-width:max-content;
  height:100%;
  min-height:0;
  gap:14px;
  will-change:transform;
  transform:translate3d(0,0,0);
  backface-visibility:hidden;
}

#newsTrack .hetman-sg-news-set{
  display:flex;
  align-items:stretch;
  flex:0 0 auto;
  width:max-content;
  min-width:max-content;
  height:100%;
  min-height:0;
  gap:14px;
}

#newsTrack .hetman-sg-news-set>.news-card{
  align-self:stretch!important;
  height:100%!important;
  min-height:0!important;
}

#newsTrack .hetman-sg-news-set>.news-card .news-body{
  min-height:0!important;
}

#newsTrack .hetman-sg-news-set>.news-card .news-copy{
  min-height:0!important;
}

#newsTrack .hetman-sg-news-set[aria-hidden="true"]{
  pointer-events:none;
}

#newsTrack .hetman-sg-news-set[aria-hidden="true"] a{
  pointer-events:none;
}

#newsTrack .hetman-sg-news-empty{
  width:100%;
  min-height:240px;
  padding:24px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  color:#b8cbc0;
  background:rgba(255,255,255,.025);
  font-weight:800;
}

@media(max-width:1180px){
  #newsTrack.hetman-sg-news-host,
  #newsTrack .hetman-sg-news-runtime,
  #newsTrack .hetman-sg-news-rail,
  #newsTrack .hetman-sg-news-set{
    height:auto!important;
  }

  #newsTrack .hetman-sg-news-set>.news-card{
    height:auto!important;
  }
}

@media(max-width:760px){
  #newsTrack .hetman-sg-news-rail,
  #newsTrack .hetman-sg-news-set{
    gap:10px;
  }
}

@media(prefers-reduced-motion:reduce){
  #newsTrack .hetman-sg-news-rail{
    will-change:auto;
  }
}


/* 1.1.0 — pełne sterowanie + drag/flick */
#aktualnosci .news-marquee-scroll{
  cursor:grab;
  touch-action:pan-y pinch-zoom;
  overscroll-behavior-x:contain;
  -webkit-user-select:none;
  user-select:none;
}

#aktualnosci .news-marquee-scroll.is-hetman-news-dragging{
  cursor:grabbing;
}

#aktualnosci .news-marquee-scroll.is-hetman-news-dragging a{
  pointer-events:none;
}

#aktualnosci .news-control{
  position:relative;
  z-index:3;
}

#aktualnosci .news-control[aria-pressed="true"]{
  color:#0b8a53;
  background:rgba(11,138,83,.12);
  border-color:rgba(11,138,83,.28);
}

@media(max-width:760px){
  #aktualnosci .news-marquee-scroll{
    cursor:default;
  }
}


/* 1.1.1 — „Najnowszy” ma pozostać widoczny w obu cyklach pętli */
#newsTrack .hetman-sg-news-set>.news-card.is-latest-news .news-media{
  position:relative!important;
}

#newsTrack .hetman-sg-news-set>.news-card.is-latest-news .news-latest-badge{
  display:inline-flex!important;
  visibility:visible!important;
  opacity:1!important;
  pointer-events:none!important;
}


/* 1.1.2 — stabilny mobile: tylko transform JS, zero natywnego scroll-snap */
#aktualnosci .news-marquee-shell{
  overflow:hidden!important;
}

#aktualnosci .news-marquee-scroll{
  overflow:hidden!important;
  overflow-x:hidden!important;
  scroll-snap-type:none!important;
  scroll-behavior:auto!important;
  -webkit-overflow-scrolling:auto!important;
  overscroll-behavior-x:none!important;
  touch-action:pan-y!important;
}

#aktualnosci .news-card{
  scroll-snap-align:none!important;
  scroll-snap-stop:normal!important;
}

#newsTrack .hetman-sg-news-runtime,
#newsTrack .hetman-sg-news-rail,
#newsTrack .hetman-sg-news-set{
  transform-style:flat;
  -webkit-transform-style:flat;
}

#newsTrack .hetman-sg-news-rail{
  contain:layout paint;
}

@media(max-width:760px){
  #aktualnosci .news-marquee-scroll{
    touch-action:pan-y!important;
    overscroll-behavior:none!important;
  }

  #newsTrack .hetman-sg-news-rail{
    will-change:transform!important;
    backface-visibility:hidden!important;
    -webkit-backface-visibility:hidden!important;
  }

  #newsTrack .hetman-sg-news-set,
  #newsTrack .hetman-sg-news-set>.news-card{
    backface-visibility:hidden!important;
    -webkit-backface-visibility:hidden!important;
  }
}
