.sbr-bumps-wrap{
  border:1px solid #eee;
  border-radius:10px;
  padding:12px;
  margin:16px 0;
  background:#fff;
}
.sbr-bumps-wrap h3{ margin:0 0 10px; font-size:1.1rem; }
.sbr-bump-item{ display:flex; align-items:center; gap:10px; padding:8px 0; border-bottom:1px dashed #eee; }
.sbr-bump-item:last-child{ border-bottom:none; }
.sbr-bump-thumb{ width:48px; height:48px; display:inline-flex; align-items:center; justify-content:center; overflow:hidden; border-radius:6px; background:#fafafa; }
.sbr-bump-text strong{ display:block; font-weight:600; }
.sbr-bump-text small{ color:#666; }
