@import '../helpers/helpers';

.share-buttons {
  display: none;
  position: absolute;
  z-index: 1;
  bottom: -45px;
  left: 50px;
  width: 250px;
  padding: 10px 5px;
  background: $white;
  border: 1px solid $gray;
  border-radius: 3px;

  &:hover {
    border: 1px solid $gray-dark;
    display: block;
  }

  &__list {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
  }

  &__img {
    width: 30px;
    height: 30px;

    &-whatsapp {
      border-radius: 3px;
    }
  }
}
