.post-share-buttons {
  padding: 0;
  box-shadow: none;
}
.post-share-buttons .blog_share_title {
  font-weight: 700;
  text-align: center;
}
.post-share-buttons ul {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.post-share-buttons ul li {
  list-style: none;
  line-height: 0;
}
.post-share-buttons ul li a {
  width: 22px;
  height: 22px;
  display: inline-block;
  border-radius: 0;
  margin: 0;
  background-size: contain;
  opacity: 0.25;
}
.post-share-buttons ul li a img {
  width: 22px;
  height: 22px;
}
.post-share-buttons ul li a .hover_image {
  display: none;
}
.post-share-buttons ul li a:hover {
  opacity: 1;
}
.post-share-buttons ul li a:hover img {
  display: none;
}
.post-share-buttons ul li a:hover .hover_image {
  display: block;
}
.post-share-buttons ul li.share_email .hover_image {
  width: 24px;
  height: 24px;
  position: relative;
  top: -1px;
  left: -1px;
}