.cb-small-slider-wrapper{
  margin-top:12px;
  border-radius:8px;
  padding:8px;
  background:#fff;
  box-shadow:0 2px 6px rgba(0,0,0,0.06);
  overflow:hidden;
}
.cb-small-slider{
  display:flex;
  transition: transform 400ms ease;
}
.cb-small-slide{
  min-width:100%;
  display:flex;
  align-items:center;
  gap:10px;
}
.cb-small-slide-logo{ width:40px;height:40px;object-fit:contain; }
.cb-small-slide-title{ margin:0;font-size:14px; }
.cb-small-slide-desc{ margin:2px 0 0;font-size:12px;color:#555; }
.cb-small-slider-dots{text-align:center;margin-top:6px;}
.cb-small-slider-dots button{border:0;background:#ddd;width:5px;padding:0px !important;height:5px;border-radius:50%;margin:0 3px;cursor:pointer;}
.cb-small-slider-dots button.active{background:#333;}
