#social-media-share-div {
  width: 100%;
  height: 30px;
  display: block;
  padding: 10px;
}

.share-span {
  background-repeat: no-repeat;
  font-size: 14px;
  padding: 5px 0 5px 36px;
  font-weight: 600;
  margin-right: 10px;
}

.share-span:hover {
  cursor: pointer;
}

.share-span > * {
  line-height: 30px;
}

.facebook-share {
  background-image: url("/static/images/facebook-share-icon.png");
  color: #4267b2;
}

.twitter-share {
  background-image: url("/static/images/x-share-icon.png");
  background-size: contain;
  color: #000000;
}
.pinterest-share {
  background-image: url("/static/images/pinterest-share-icon.png");
  color: #e60023;
}

@media screen and (max-width: 800px) {
  .share-span {
    font-size: 12px;
    padding: 7px 0 7px 33px;
  }
}
