.ncs-wrapper {
    width: 100%;
    max-width: 100%;
    position: relative;
    /*margin: 0 auto 24px;*/
}

.ncs-swiper {
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.ncs-slide {
    box-sizing: border-box;
    min-height: 260px;
    display: flex;
    align-items: stretch;
}

.ncs-card {
    width: 100%;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height:500px;
}
.ncs-card .hmb-entry-summary {
margin-top:2.8em;
}



.ncs-slide-headline .ncs-card {
    justify-content:flex-end;
}

.ncs-slide-excerpt .ncs-card {
     justify-content:flex-start;
}

.widget .hmb-entry-summary ul li{
    list-style: disc !important;
}



.ncs-chip,
.ncs-label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 14px;
}

.ncs-chip {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.ncs-label {
    background: #e2e8f0;
    color: #334155;
}

.ncs-title {
    margin: 0 0 14px;
    font-size: clamp(24px, 4vw, 42px);
    line-height: 1.15;
    font-weight: 800;
}

.ncs-title a {
    color: inherit;
    text-decoration: none;
}

.ncs-title a:hover {
    opacity: 0.9;
}

.ncs-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    font-size: 14px;
    opacity: 0.9;
}

.ncs-meta-sep {
    opacity: 0.65;
}

.ncs-excerpt {
    margin: 0 0 18px;
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.7;
    color: #334155;
}

.ncs-readmore {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 10px 16px;
    border-radius: 10px;
    background: #0f172a;
    color: #ffffff !important;
    margin-top: 15px;
}

.ncs-readmore:hover {
    color: #ffffff;
    opacity: 0.92;
}

.ncs-button-prev,
.ncs-button-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.85);
    color: #ffffff;
    top:34px;
}

.ncs-button-prev::after,
.ncs-button-next::after {
    font-size: 10px;
    font-weight: 700;
}

.ncs-pagination {
    position: absolute;
    bottom: 12px !important;
}

.ncs-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 0.5;
    background: #64748b;
}

.ncs-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0f172a;
}

.ncs-empty {
    padding: 16px 18px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .ncs-card {
        padding: 22px 18px;
    }

    .ncs-slide {
        min-height: 220px;
    }

    .ncs-button-prev,
    .ncs-button-next {
        width: 36px;
        height: 36px;
    }

    .ncs-meta {
        font-size: 13px;
    }

    .ncs-excerpt {
        line-height: 1.6;
    }
}
