.TimeText {
    color: var(--white, $white);
    font-family: Rubik;
    font-size: 14px;
    white-space: nowrap;

    &-active {
        color: var(--primary-ws);
    }

    &-current-time,
    &-duration {
        display: inline-block;
        width: 40px;
    }
}
