.nll-post-header {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px
}

.nll-swiper-navigation {
    float: left;
    display: flex;
    gap: 10px;
    align-items: center
}

.nll-post-title-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.nll-post-title {
    margin: 0;
    font-size: 24px;
    font-weight: 800;
    color: #383C79;
    float: right
}

.nll-post-title a {
    text-decoration: none !important;
    color: inherit
}

.nll-swiper-button-prev,
.nll-swiper-button-next {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .3s;
    background-color: transparent !important
}

.nll-swiper-button-prev::after,
.nll-swiper-button-next::after {
    font-size: 16px;
    color: #333;
    background-color: transparent !important
}

.nll-post-swiper-container {
    direction: rtl;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0
}

.nll-post-swiper-card {
    background-color: rgba(242, 242, 247, 0.5);
    border-radius: 24px;
    padding: 20px;
    margin: 10px;
    box-shadow: 0 2px 10px #0000000d;
    height: 100%;
    display: flex;
    flex-direction: column
}

.nll-post-swiper-image {
    margin-bottom: 15px;
    border-radius: 16px;
    overflow: hidden;
    height: 320px
}

.nll-post-swiper-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px
}

.nll-post-swiper-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.4
}

.nll-post-swiper-item a {
    text-decoration: none !important
}

.nll-post-swiper-title {
    color: #000 !important;
    text-decoration: none !important;
    transition: color .3s ease
}

.nll-post-swiper-excerpt {
    color: #404040 !important;
    font-size: 14px;
    height: 60px;
    overflow: hidden
}

.nll-post-swiper .slick-prev,
.nll-post-swiper .slick-next,
.nll-swiper-prev,
.nll-swiper-next {
    width: 40px;
    height: 40px;
    z-index: 10;
    border: none;
    cursor: pointer
}

.nll-post-category-badge {
    position: absolute;
    margin-top: -60px !important;
    margin-right: 15px;
    color: #fff !important;
    background: #404040;
    padding: 4px 8px;
    border-radius: 8px;
    font-weight: 700
}

@media (max-width: 1024px) {
    .nll-post-title {
        font-size: 18px
    }

    .nll-post-swiper-title {
        font-size: 18px
    }

    .nll-post-category-badge {
        font-size: 14px
    }

    .nll-post-swiper-image {
        height: 200px
    }
}