.sharing-button-link {
  background-color: gray;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  opacity: 0.8;
  transition: opacity 0.3s; }
  .sharing-button-link svg {
    width: 100%;
    height: 100%;
    color: white;
    fill: white; }
  .sharing-button-link:hover {
    opacity: 1; }
  .sharing-button-link.share-facebook {
    background-color: #395498; }
  .sharing-button-link.share-twitter {
    background-color: #00aced; }
  .sharing-button-link.share-google {
    background-color: #dc4a38; }
  .sharing-button-link.share-linkedin {
    background-color: #395498; }
  .sharing-button-link.share-whatsapp {
    background-color: #25d266; }
