.svs-scroller {
overflow: hidden;
position: relative;
}
.svs-list {
list-style: none;
margin: 0;
padding: 0;
will-change: transform;
}
.svs-item {
margin: 0;
padding: 0.35rem 0;
line-height: 1.4;
}
.svs-item a {
text-decoration: none;
}
.svs-item a:hover,
.svs-item a:focus {
text-decoration: underline;
}