/* Customer Card */
.wb-card{box-shadow:0 6px 18px rgba(0,0,0,.06);background:#fff}
.wb-card__inner{display:flex;gap:16px;align-items:flex-start}
.wb-card__img img{width:88px;height:88px;object-fit:cover;border-radius:50%}
.wb-card__name{margin:.25rem 0 0}
.wb-card__sub{opacity:.8;margin-bottom:.5rem}

/* Smooth Carousel */
.wb-smooth-carousel .wbsc-viewport{overflow:hidden;width:100%}
.wb-smooth-carousel .wbsc-track{display:flex;align-items:center;gap:var(--wb-gap,24px);will-change:transform}
.wb-smooth-carousel .wbsc-item img{height:var(--wb-h,180px);width:auto;display:block;border-radius:var(--wb-r,12px)}
@media (prefers-reduced-motion: reduce){
  .wb-smooth-carousel .wbsc-track{animation:none!important;transform:none!important}
}
