.mslsb3-wrap{
  background: transparent;
  overflow-x:auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:thin;
}
.mslsb3-track{display:flex;width:max-content}
.mslsb3-card{
  width:260px;
  min-height:82px;
  padding:8px 10px;
  border-right:1px solid rgba(0,0,0,.08);
  color:#111;
  text-decoration:none;
  display:block;
  background: transparent;
}
.mslsb3-top{display:flex;justify-content:space-between;align-items:center;font-size:12px;margin-bottom:6px}
.badge{background:#f1f3f5;color:#111;padding:2px 6px;font-weight:600}
.badge.live{background:#eef2ff}
.pulse{display:inline-block;width:6px;height:6px;background:#ff3b3b;border-radius:50%;margin-right:6px;animation:pulse 1.5s infinite}
.mslsb3-row.names{
  display:flex;justify-content:space-between;align-items:center;
  font-size:13px;font-weight:600;line-height:1.2;margin-bottom:6px;
}
.mslsb3-row.names .team{width:45%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mslsb3-row.names .left{text-align:left}
.mslsb3-row.names .right{text-align:right}
.mslsb3-row.logos{
  display:flex;justify-content:space-between;align-items:center;
  font-size:13px;font-weight:600;
}
.mslsb3-row.logos img{width:22px;height:22px;object-fit:contain}
.mslsb3-row.logos .score{font-size:13px;font-weight:600;text-align:center;min-width:60px}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(255,59,59,.6)}70%{box-shadow:0 0 0 8px rgba(255,59,59,0)}100%{box-shadow:0 0 0 0 rgba(255,59,59,0)}}