.wrapp-article-slider {
}

.wrapp-article-slider ul.bx-slider {
}

.wrapp-article-slider ul.bx-slider li {
    position: relative;
}

.wrapp-article-slider ul.bx-slider li .caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 2%;
    height: 50px;
    background: rgba(0, 0, 0, 0.7);
    font-size: 24px;
    color: white;
    line-height: 50px;
}

.wrapp-article-slider ul.bx-slider li .caption a {
    color: white;
}

.bx-wrapper .bx-prev {
    width: 30px;
    height: 49px;
    transform: rotate(180deg);
    background: url(/images/domyslna/arrow.svg) no-repeat center center;
    left: 0px;
    margin-top: -24.5px;
}

.bx-wrapper .bx-next {
    width: 30px;
    height: 49px;
    background: url(/images/domyslna/arrow.svg) no-repeat center center;
    right: 0px;
    margin-top: -24.5px;
}

/* Widoczny wskaźnik focusa dla dostępności (WCAG 2.4.7) */
.bx-wrapper .bx-pager a:focus-visible,
.bx-wrapper .bx-controls-direction a:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}