$block = ".toggle-button-group";

{$block} {
  display: flex;
  flex-wrap: nowrap;

  .button {
    border-radius: 3px;

    > span {
      min-width: auto;
    }
  }

  .button--active, .button--active:hover {
    background-color: $c-brand-base;
    color: $c-white-base;
  }
}
