.watch-heading-actions .episode-switcher-toggle,
.watch-heading-actions .season-select {
    box-sizing: border-box;
    height: 42px;
    min-height: 42px;
}

.watch-heading-actions .episode-switcher-toggle {
    gap: 9px;
    min-width: 172px;
    padding: 4px 11px;
    border-radius: 7px;
}

.watch-heading-actions .episode-switcher-icon {
    width: 22px;
    height: 22px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #8f949e;
    font-size: .88rem;
}

.watch-heading-actions .episode-switcher-toggle:hover .episode-switcher-icon,
.watch-heading-actions .episode-switcher-toggle:focus-visible .episode-switcher-icon {
    background: transparent;
    color: #aeb3bd;
}

.watch-heading-actions .episode-switcher-toggle small {
    font-size: .58rem;
    line-height: 1;
}

.watch-heading-actions .episode-switcher-toggle strong {
    font-size: .82rem;
    line-height: 1.15;
}

.watch-heading-actions .episode-switcher-toggle > span:nth-child(2) {
    justify-content: center;
    gap: 3px;
}

.watch-heading-actions .episode-switcher-toggle small,
.watch-heading-actions .episode-switcher-toggle strong {
    display: block;
    white-space: nowrap;
}

.watch-heading-actions .season-select {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 760px) {
    .watch-heading-actions {
        display: flex;
        width: auto;
    }

    .watch-heading-actions .episode-switcher-toggle {
        width: auto;
    }
}

.episode-switcher-indicators {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}

.episode-switcher-watched {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(54, 190, 120, .16);
    color: #59d493;
    font-size: .65rem;
}
