.nlc-801f8247-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: stretch;
}

.nlc-801f8247-carousel-col {
    width: 65%;
    position: relative;
}

.nlc-801f8247-sidebar-col {
    width: calc(35% - 20px);
    display: flex;
    flex-direction: column;
}

.nlc-801f8247-carousel {
    width: 100%;
    height: 480px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.nlc-801f8247-carousel .swiper-slide {
    position: relative;
    overflow: hidden;
}

.nlc-801f8247-slide-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    position: relative;
}

.nlc-801f8247-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.nlc-801f8247-slide-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 24px 24px;
    background: linear-gradient(transparent 0%, rgba(0,0,0,0.7) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.nlc-801f8247-badge {
    display: inline-block;
    background-color: #e53935;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 3px;
    margin-bottom: 10px;
    align-self: flex-start;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.nlc-801f8247-slide-title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 8px 0;
}

.nlc-801f8247-slide-meta {
    color: #cccccc;
    font-size: 13px;
    font-weight: 400;
}

.nlc-801f8247-pagination {
    position: absolute;
    bottom: 16px;
    left: 24px;
    z-index: 10;
    display: flex;
    gap: 6px;
}

.nlc-801f8247-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(255,255,255,0.5);
    opacity: 1;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.nlc-801f8247-pagination .swiper-pagination-bullet-active {
    background-color: #ffffff;
}

.nlc-801f8247-nav {
    position: absolute;
    bottom: 12px;
    right: 16px;
    z-index: 10;
    display: flex;
    gap: 6px;
}

.nlc-801f8247-nav-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.6);
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s;
    line-height: 1;
}

.nlc-801f8247-nav-btn:hover {
    background-color: rgba(0,0,0,0.85);
}

/* Sidebar */
.nlc-801f8247-sidebar-heading {
    font-size: 22px;
    font-weight: 700;
    color: #e53935;
    padding-bottom: 10px;
    border-bottom: 3px solid #e53935;
    margin-bottom: 12px;
}

.nlc-801f8247-sidebar-list {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    flex: 1;
}

.nlc-801f8247-sidebar-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #eeeeee;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.2s;
}

.nlc-801f8247-sidebar-item:hover {
    background-color: rgba(0,0,0,0.02);
}

.nlc-801f8247-sidebar-thumb {
    width: 100px;
    min-width: 100px;
    height: 72px;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
}

.nlc-801f8247-sidebar-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.nlc-801f8247-sidebar-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    flex: 1;
    min-height: 72px;
}

.nlc-801f8247-sidebar-badge {
    display: inline-block;
    background-color: #e53935;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 3px;
    align-self: flex-start;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.nlc-801f8247-sidebar-title {
    font-size: 14px;
    font-weight: 600;
    color: #222222;
    line-height: 1.4;
    transition: color 0.2s;
}

/* Responsive */
@media (max-width: 768px) {
    .nlc-801f8247-wrapper {
        flex-direction: column;
    }
    .nlc-801f8247-carousel-col,
    .nlc-801f8247-sidebar-col {
        width: 100% !important;
    }
    .nlc-801f8247-carousel {
        height: 320px;
    }
}
