﻿.wl-blog-carousel {
    max-width: 1280px;
    margin: 0 auto;
    padding: 24px 16px;
}

    .wl-blog-carousel h2 {
        text-align: center;
        font-weight: 800;
        margin-bottom: 20px;
    }

.wl-card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
}

    .wl-card img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        display: block;
    }

.wl-card-body {
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.wl-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #6fb203;
    color: #fff;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
}

.wl-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    color: #6fb203;
    text-decoration: none;
}

.wl-excerpt {
    font-size: 14px;
    color: #4b5563;
}

.wl-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f1f5f9;
    padding: 10px 16px;
    font-size: 12px;
    color: #6b7280;
}

.wl-readmore {
    color: #4b8f3a;
    font-weight: 700;
    text-decoration: none;
}

.wl-card-wrap {
    position: relative;
}

.wl-swiper {
    padding: 0 10px 30px;
}

.wl-nav {
    color: white;
}
