.share-buttons {
  display: flex;
  flex-direction: column;

  &__share-icon {
    margin: 10px 0;

    svg {
      width: 22px;
      height: 22px;

      path {
        fill: $primary-color;
      }
    }
  }
}
