.cs-6437ba2b-carousel-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.cs-6437ba2b-viewport {
    width: 100%;
    overflow: hidden;
}

.cs-6437ba2b-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
    will-change: transform;
}

.cs-6437ba2b-slide {
    flex: 0 0 auto;
    box-sizing: border-box;
    position: relative;
}

.cs-6437ba2b-slide-img {
    display: block;
    max-width: 100%;
    border-radius: 8px;
}

.cs-6437ba2b-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 8px;
    font-size: 14px;
    text-align: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.cs-6437ba2b-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
    z-index: 10;
}

.cs-6437ba2b-nav button:hover {
    background: rgba(0, 0, 0, 0.8);
}

.cs-6437ba2b-prev {
    left: 10px;
}

.cs-6437ba2b-next {
    right: 10px;
}
