.btw-toggle {
    display: flex;
    align-items: right;
    gap: 6px;
    font-size: 13px;
    line-height: 1;
}

.btw-label {
    cursor: pointer;
    color: #999;
    transition: all .2s ease;
}

.btw-label.active {
    color: #111;
    font-weight: 600;
}

.btw-label:hover {
    color: #111;
}

.btw-separator {
    color: #ccc;
}