.share__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.share__item {
  width: 25px;
  height: 25px;
  border: 1px solid #00539F;
  border-radius: 50%;
}

.share__icon {
  width: 100%;
  height: 100%;
  fill: #00539F;
}