.ds-c0944e65-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: transparent;
}

.ds-c0944e65-slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 20px;
    padding-bottom: 10px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.ds-c0944e65-slider::-webkit-scrollbar {
    display: none;
}

.ds-c0944e65-slide {
    flex: 0 0 calc(25% - 15px);
    scroll-snap-align: start;
    min-width: 250px;
}

@media (max-width: 1024px) {
    .ds-c0944e65-slide {
        flex: 0 0 calc(33.333% - 14px);
    }
}

@media (max-width: 768px) {
    .ds-c0944e65-slide {
        flex: 0 0 calc(50% - 10px);
    }
}

@media (max-width: 480px) {
    .ds-c0944e65-slide {
        flex: 0 0 100%;
    }
}

.ds-c0944e65-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.ds-c0944e65-card-image {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
}

.ds-c0944e65-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ds-c0944e65-card-content {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.ds-c0944e65-title {
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ds-c0944e65-desc {
    margin: 0 0 25px 0;
    font-size: 14px;
    line-height: 1.6;
    flex-grow: 1;
}

.ds-c0944e65-action {
    display: flex;
    justify-content: flex-end;
}

.ds-c0944e65-watch {
    background: none;
    border: none;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    cursor: pointer;
    text-transform: uppercase;
    transition: opacity 0.3s ease;
}

.ds-c0944e65-watch:hover {
    opacity: 0.8;
}

.ds-c0944e65-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s;
}

.ds-c0944e65-nav:hover {
    background: rgba(0,0,0,0.8);
}

.ds-c0944e65-prev { left: -20px; }
.ds-c0944e65-next { right: -20px; }

/* Lightbox Styles */
.ds-c0944e65-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.ds-c0944e65-lightbox.active {
    opacity: 1;
    visibility: visible;
}

.ds-c0944e65-lightbox-content {
    position: relative;
    width: 90%;
    max-width: 1000px;
    aspect-ratio: 16/9;
}

.ds-c0944e65-lightbox iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.ds-c0944e65-lightbox-close {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    padding: 0;
}
