/* Header Styles */
.ekoran-latest-header {
    text-align: center;
    margin-bottom: 20px;
}

.ekoran-title {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

/* Swiper Styles */
.ekoran-latest-swiper {
    width: 100%;
    height: auto;
    margin: 0;
}

.ekoran-latest-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 200px;
}

.ekoran-widget-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    height: auto;
}

.ekoran-widget-thumb {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 6px;
}

.ekoran-widget-thumb img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 6px;
}

.ekoran-meta {
    font-size: 14px;
    line-height: 1.4;
    color: #555;
    font-weight: 400;
}

/* Swiper Navigation */
.ekoran-latest-swiper .swiper-button-next,
.ekoran-latest-swiper .swiper-button-prev {
    color: #666;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    transition: background-color 0.2s ease;
    opacity: 0.8;
}

.ekoran-latest-swiper .swiper-button-next:hover,
.ekoran-latest-swiper .swiper-button-prev:hover {
    background: #f0f0f0;
    opacity: 1;
}

.ekoran-latest-swiper .swiper-button-next::after,
.ekoran-latest-swiper .swiper-button-prev::after {
    font-size: 12px;
    font-weight: normal;
}

.ekoran-latest-swiper .swiper-pagination {
    bottom: -30px;
}

.ekoran-latest-swiper .swiper-pagination-bullet {
    background: #ccc;
    opacity: 0.6;
    transition: opacity 0.2s ease;
}

.ekoran-latest-swiper .swiper-pagination-bullet-active {
    background: #666;
    opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {
    .ekoran-latest-header {
        margin-bottom: 15px;
    }

    .ekoran-title {
        font-size: 14px;
        letter-spacing: 0.5px;
    }

    .ekoran-latest-swiper .swiper-slide {
        min-height: 150px;
    }

    .ekoran-widget-card {
        padding: 10px;
        width: 100%;
        border-radius: 6px;
    }

    .ekoran-widget-thumb {
        margin-bottom: 8px;
    }

    .ekoran-widget-thumb img {
        max-height: none;
        border-radius: 4px;
    }

    .ekoran-meta {
        font-size: 12px;
    }

    .ekoran-latest-swiper .swiper-button-next,
    .ekoran-latest-swiper .swiper-button-prev {
        width: 28px;
        height: 28px;
        margin-top: -14px;
    }

    .ekoran-latest-swiper .swiper-button-next::after,
    .ekoran-latest-swiper .swiper-button-prev::after {
        font-size: 10px;
    }
}
