.wcsp-wrapper {
    position: relative;
    overflow: hidden;
    padding: 20px 40px;
}

.wcsp-track {
    display: flex;
    gap: 25px;
    transition: transform .4s ease;
}

.wcsp-item {
    min-width: 140px;
    text-align: center;
}

.wcsp-item a {
    text-decoration: none;
    color: #222;
}

.wcsp-circle {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 8px;
    background: #f4f6f8;
    border: 2px solid #eaeaea;
}

.wcsp-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wcsp-title {
    font-size: 14px;
    font-weight: 600;
}

.wcsp-count {
    font-size: 12px;
    color: #888;
}

/* botones */

.wcsp-prev,
.wcsp-next {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    border: none;
    background: #fff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,.1);
}

.wcsp-prev { left: 5px; }
.wcsp-next { right: 5px; }

.wcsp-track {
    display: flex;
    gap: 25px;
    transition: transform .4s ease;
    will-change: transform;
}


/* responsive */

@media(max-width:768px){
    .wcsp-circle { width:100px; height:100px; }
}

@media(max-width:480px){
    .wcsp-circle { width:85px; height:85px; }
}
