.art-slideshow {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

.art-slideshow .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.art-slideshow .art-slideshow-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.art-slideshow .swiper-lazy-preloader {
    border-color: #007cba;
}

.art-slideshow .art-slideshow-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 16px 16px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    pointer-events: none;
}

.art-slideshow .swiper-button-next,
.art-slideshow .swiper-button-prev {
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transition: background 0.2s;
}

.art-slideshow .swiper-button-next::after,
.art-slideshow .swiper-button-prev::after {
    font-size: 18px;
}

.art-slideshow .swiper-button-next:hover,
.art-slideshow .swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.6);
}

.art-slideshow .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.art-slideshow .swiper-pagination-bullet-active {
    background: #007cba;
}

.art-slideshow a {
    display: block;
    line-height: 0;
}

.art-slideshow a:hover .art-slideshow-image {
    opacity: 0.9;
}
