.post-share-buttons {
  position: sticky;
  left: 100%;
  height: 310px;
  min-height: 310px;
  width: 40px;
  transform: translateX(15px);
  min-height: 50px;
  top: 120px;
  height: min-content;
}
.post-share-buttons .blog_share_title {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
  display: none;
}
.post-share-buttons ul {
  max-width: 40px;
}
.post-share-buttons ul li {
  margin-bottom: 14px;
  box-sizing: border-box;
}
.post-share-buttons ul li a {
  background: #F5F5F7;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-share-buttons ul li a img {
  width: 18px;
  height: 18px;
  filter: brightness(0) saturate(100%) invert(0%) sepia(8%) saturate(7458%) hue-rotate(305deg) brightness(86%) contrast(109%);
}
.post-share-buttons ul li a:hover {
  opacity: 0.5;
}
.post-share-buttons ul li.share_twitter img {
  width: 18px;
  height: 18px;
}

.competitor_single .post-share-buttons {
  top: 200px;
}
