/* Custom styles for TopBum Slider */
.swiper-pagination-bullet {
    background: #fff !important;
    opacity: 0.5 !important;
    width: 10px !important;
    height: 10px !important;
    transition: all 0.3s ease !important;
}

.swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #ff4d4d !important;
    width: 30px !important;
    border-radius: 5px !important;
}

.topbum-swiper .swiper-slide {
    /* Fix for some themes causing height collapse */
    height: auto; 
}
