.st-custom-button[data-network] {
background-color: #0ADEFF;
display: inline-block;
padding: 8px 8px;
cursor: pointer;
font-weight: bold;
color: #fff;

}
.st-custom-button[data-network]:hover,
.st-custom-button[data-network]:focus {
opacity: 0.5;
}

.st-custom-button[data-network="facebook"] {
  background: url("/assets/images/fb-2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  margin: 5px 6px 0px 3px;
}

.st-custom-button[data-network="twitter"] {
  background: url("/assets/images/x-2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  margin: 5px 6px 0px 3px;
}

.st-custom-button[data-network="linkedin"] {
  background: url("/assets/images/in-2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  margin: 5px 6px 0px 3px;
}

.st-custom-button[data-network="pinterest"] {
  background: url("/assets/images/p.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  margin: 5px 6px 0px 3px;
}

.st-custom-button[data-network="email"] {
  background: url("/assets/images/email-2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  margin: 5px 6px 0px 3px;
}