/* Frontend Styles for CarouselCoolosa */

.coolosa-carousel {
    width: 100%;
    height: 400px;
    margin: 20px 0;
}

.coolosa-carousel .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
}

.coolosa-carousel .swiper-slide img,
.coolosa-carousel .swiper-slide video {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.coolosa-carousel .swiper-slide h3 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
    background: rgba(0,0,0,0.7);
    padding: 5px 10px;
    margin: 0;
    font-size: 16px;
}

.coolosa-carousel .swiper-pagination {
    bottom: 10px;
}

.coolosa-carousel .swiper-pagination-bullet {
    background: green;
    opacity: 0.7;
}

.coolosa-carousel .swiper-pagination-bullet-active {
    opacity: 1;
    background: green !important;
}

.coolosa-ads-carousel .swiper-pagination-bullet {
    background: yellow;
    opacity: 0.7;
}

.coolosa-ads-carousel .swiper-pagination-bullet-active {
    opacity: 1;
    background: yellow !important;
}

.coolosa-ad {
    margin: 10px 0;
    text-align: center;
}

.coolosa-ad img,
.coolosa-ad video {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.coolosa-post-link {
    text-decoration: none;
    color: inherit;
}
