.share-buttons .share-buttons__title {
  font-weight: 700;
  font-size: 16px !important;
  line-height: 26px !important;
  margin-bottom: 20px;
  color: #000000;
}
.share-buttons .post-share-buttons .share-buttons__list {
  display: flex;
  gap: 15px;
  margin: 0;
  padding: 0;
}
.share-buttons .post-share-buttons .share-buttons__list li {
  list-style: none;
  line-height: 0;
  position: relative;
  margin-bottom: 0;
}
.share-buttons .post-share-buttons .share-buttons__list li:before {
  content: none;
}
.share-buttons .post-share-buttons .share-buttons__list li a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #F5F5F7;
  border-radius: 50%;
}
.share-buttons .post-share-buttons .share-buttons__list li a img {
  width: 18px;
  height: 18px;
  margin: 0;
  border: 0;
}
.share-buttons .post-share-buttons .share-buttons__list li a:hover {
  opacity: 0.7;
}
.share-buttons .post-share-buttons .share-buttons__list li span {
  display: none;
  position: absolute;
  top: 32px;
  left: 0;
  background: #ffffff;
  color: #292929;
  border-radius: 6px;
  border: 1px solid rgba(50, 58, 69, 0.2);
  padding: 8px 16px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}
