.episode-switcher-seasons,
.episode-switcher-results {
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, .24) transparent;
}

.episode-switcher-seasons::-webkit-scrollbar,
.episode-switcher-results::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

.episode-switcher-seasons::-webkit-scrollbar-track,
.episode-switcher-results::-webkit-scrollbar-track,
.episode-switcher-seasons::-webkit-scrollbar-corner,
.episode-switcher-results::-webkit-scrollbar-corner {
    background: transparent;
}

.episode-switcher-seasons::-webkit-scrollbar-thumb,
.episode-switcher-results::-webkit-scrollbar-thumb {
    border: 2px solid transparent;
    border-radius: 999px;
    background: rgba(255, 255, 255, .24);
    background-clip: padding-box;
}

.episode-switcher-seasons::-webkit-scrollbar-thumb:hover,
.episode-switcher-results::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, .4);
    background-clip: padding-box;
}
