.cs-wrap {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.cs-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: inherit;
    font-weight: 500;
    color: inherit;
    opacity: .5;
    padding: 0;
}

.cs-btn.cs-active {
    opacity: 1;
}

.cs-btn:hover {
    opacity: 1;
}

.cs-sep {
    opacity: .3;
}
