.phantom-better-social-sharing {
  a {

      width: 40px;
      height: 40px;
      border-radius: 50px;
      background-color: #E9F0ED;

    svg {
      width: 20px;
        height: 20px;
      fill: #262626;
    }
  }

  a:hover {
    background-color: #11AC6A;
    svg path,
    svg {
      fill: #fff ;
    }
  }
}
