/* banner advertisement styles */
.banner-reklama {
    display: block;
    position: relative;
    margin: 10px 0;
    max-width: 100%;
    box-sizing: border-box;
}

.banner-reklama a {
    display: block;
    position: relative;
    z-index: 1;
    text-decoration: none;
    max-width: 100%;
    box-sizing: border-box;
}

.banner-reklama a .click-overlay {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 10px;
    width: 74px;
    height: 20px;
    background: #fff;
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 10px;
    padding: 2px 8px;
    font-size: 12px;
    color: gray;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 7px 0px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.banner-info {
    display: none;
    flex-direction: column;
    position: absolute;
    background: #ffffffe8;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 0 0 10px;
    align-items: flex-start;
    box-sizing: border-box;
}

.banner-info span {
    font-size: 14px;
    color: gray;
    width: 100%;
    align-items: flex-start;
    display: flex;
    text-align: left;
    line-height: 1.4;
}

/* Swiper base styles */
.swiper {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.swiper-slide img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Big slider styles */
.ba-swiper-large {
    height: 160px;
    margin: 0 auto;
    max-width: 100%;
}

.ba-swiper-large .swiper-slide {
    width: 100%;
    max-width: 370px;
    display: flex;
}

.ba-swiper-large .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.ba-swiper-large .swiper-slide img {
    max-height: 140px;
    height: auto;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}

/* Small slider styles - FIXED */
.min-Swiper {
    height: 160px !important;
    margin: 0 auto;
    padding: 0 10px;
    max-width: 100%;
    box-sizing: border-box;
}

.min-Swiper .swiper-wrapper {
    display: flex;
    align-items: center;
}

.min-Swiper .swiper-slide {
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.min-Swiper .swiper-slide a {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
}

.min-Swiper .swiper-slide img {
    max-height: 120px;
    height: auto;
    max-width: 250px;
    width: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

/* Navigation buttons */
.swiper-button-next, .swiper-button-prev {
    color: #065 !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.8));
}

.swbn2, .swbp2 {
    top: 50%;
    /*transform: translateY(-50%);*/
}



@media (max-width: 768px) {
    .min-Swiper {
        height: 140px;
    }
    
    .ba-swiper-large {
        height: 140px;
    }
    
    .ba-swiper-large .swiper-slide img {
        max-height: 120px;
    }
}

@media (max-width: 480px) {
    .min-Swiper {
        height: 120px;
        padding: 0 5px;
    }

    .ba-swiper-large {
        height: 120px;
    }
    
    .ba-swiper-large .swiper-slide img {
        max-height: 100px;
    }
    
    .banner-reklama a .click-overlay {
        font-size: 10px;
        padding: 1px 5px;
        height: 16px;
        top: 5px;
        right: 5px;
    }
}

/* Container styles for proper alignment */
.ba-slider-container {
    margin: 0 auto;
    box-sizing: border-box;
}

.swiper-horizontal {
    max-width: 1165px;
    width: 100%;
}