/* >>> Social Media Share block <<< */
.social-share-block .block-head h2 {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.1716666666666666;
  color: var(--black-2);
  text-transform: uppercase;
  margin-bottom: 16px;
}

.detail-layout-content-left .social-share-block .block-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.detail-layout-content-left .social-share-block .block-head h2 {
  margin-right: 10px;
  margin-bottom: 0;
}


.social-share-block .social-media-sharing ul {
  margin-bottom: 0;
}

.social-share-block li {
  width: 31px;
  height: 31px;
}

.social-share-block a img {
  display: none;
}

.social-share-block a {
  display: inline-block;
  width: 31px;
  height: 31px;
  background-size: contain;
  /* transition: all 0.3s ease; */
}

/* .social-share-block a:hover {
  filter: brightness(0);
} */

.social-share-block .facebook-share {
  background: url(img/facebook.svg) center no-repeat;
}

.social-share-block .linkedin {
  background: url(img/linkedin.svg) center no-repeat;
}

.social-share-block .twitter {
  background: url(img/X.svg) center no-repeat;
}
