.share__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  padding: 0;
  margin: 0;
}
.share__item {
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 50%;
  list-style-type: none;
}
.share__icon {
  width: 100%;
  height: 100%;
  fill: #000;
}