@mixin toggable-group-background-mapping {
  .toggable-group {
    &__item,
    &__item svg {
      @include color-dark-shade-main;
    }
  }
}
