@use 'theme/variables' as *;

.tab-switch-items-holder {
    &:hover:not(.active) {
        .title {
            &-large {
                color: $ta-black !important;
            }
            &-small {
                color: $bw6-2 !important;
            }
        }

        .counter {
            background-color: $bw6-2 !important;
        }
    }
}
