.phantom-better-social-sharing {
  a {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;

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

  a:hover {
    background-color: var(--bs-primary);
    svg path,
    svg {
      fill: #fff;
    }
  }
}
