.btn-group {
  > :not(.btn-check:first-child, .btn-check:checked) + .btn,
  > .btn-group:not(:first-child) {
    border-left: 0;
  }
}
