.btn-link-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;

  li {
    .btn-link-icon {
      width: 2.75rem;
      height: 2.75rem;

      svg {
        width: 1.35rem;
        height: 1.35rem;
      }

      &.is-whited {
        width: auto;
        height: auto;
        background-color: transparent;
        color: #FFF;

        svg {
          width: 1.625rem;
          height: 1.625rem;
        }
      }
    }
  }
}
