.vss-switcher {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.vss-switcher .vss-script-link {
    color: inherit;
    text-decoration: none;
    opacity: 0.65;
    transition: opacity 0.18s ease;
}

.vss-switcher .vss-script-link:hover,
.vss-switcher .vss-script-link:focus,
.vss-switcher .vss-script-link.is-active {
    opacity: 1;
}

.vss-switcher .vss-script-link.is-active {
    font-weight: 600;
}

.vss-switcher .vss-separator {
    opacity: 0.45;
}
