.github__user-badge
  .widget__body
    padding 1.6vmin
    display flex
    justify-content center
    align-content stretch
    flex-direction column

  img
    max-width  100%
    max-height 100%

  &__avatar
    height 90%
    display block
    overflow hidden
    border-radius 50%

  &__banner
    height 40%
    display -webkit-flex
    display flex
    -webkit-justify-content center
    justify-content         center
    -webkit-align-items center
    align-items         center

  &__count
    display inline-block

  &__info
    display flex
    flex-wrap wrap
    justify-content space-between

    .label__group
      width 48%
      margin-bottom 1vmin

      &:last-child
        width 100%
        margin-bottom 0
